google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Code presumes that phing is in the path #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We run a (slightly odd) setup with php4/php5 on the same machine in
different directories and as a result two copies of most php related commands.

We deliberately avoid putting phing in the path so our users have to
reference one of the two installs of phing.

At the moment Plugin/Repos/Phing.php (line 111) presumes that phing is in
the path. Could this be setup as a configuration variable of some sort?

Thanks

Original issue reported on code.google.com by james.co...@gmail.com on 30 Apr 2008 at 4:29

GoogleCodeExporter commented 8 years ago
Hi, if you install the latest trunk version from xinc.eu you will have a
"xinc-settings" command which allows you to set the phing path like this:

xinc-settings set phing path /path/to/phing/executable

watch out the latest trunk version uses ezComponents so you need to do a

pear channel-discover components.ez.no

Please install and tell me if it works for you

Original comment by arnos...@gmail.com on 30 Apr 2008 at 4:35

GoogleCodeExporter commented 8 years ago
That worked perfectly.

Thanks for the speedy response and keep up the great work on this project.

Original comment by james.co...@gmail.com on 30 Apr 2008 at 5:10

GoogleCodeExporter commented 8 years ago
Thx. Stay tuned :-)

Original comment by arnos...@gmail.com on 30 Apr 2008 at 5:14