cannot get phing to run at all

后端 未结 4 1481
有刺的猬
有刺的猬 2021-01-11 19:37

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         


        
4条回答
  •  说谎
    说谎 (楼主)
    2021-01-11 20:32

    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
    

提交回复
热议问题