Max OS X 10.7.. when i run phing -v
i get the following errors:
Warning: require_once(phing/Project.php): failed to open stream: No such file or
I solve it simple ...
i'm configuring my /etc/paths to include propel generator on my path ambient.
then i add /Application/XAMPP/bin and /Application/XAMPP/Propel/generator/bin
i was getting that include error. Mac system comes with php preinstalled ... so, propel generator was getting wrong php installation.
I solve it simple ... i just changed the order of /etc/paths folders ...
as you see my /etc/paths file:
/Applications/XAMPP/bin
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
/Applications/XAMPP/Propel/generator/bin