Tiger66639 / xinc

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

Add a configure option for phing path #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 111 of Phing.php requires that the phing script be in the execution path:
        exec('phing ' . implode(' ', $arguments) . ' ' . $extraParams . ' ' . '2>&1', $output, $returnValue);

It would be much nicer if we could specify that location in the xinc.ini file.

Original issue reported on code.google.com by kwie...@gmail.com on 15 Mar 2008 at 1:28

GoogleCodeExporter commented 9 years ago
Ditto for svn. I can provide line numbers if it would help.

Original comment by kwie...@gmail.com on 16 Mar 2008 at 4:13

GoogleCodeExporter commented 9 years ago
thanks, will work on it shortly. Line numbers would help.

Original comment by arnos...@gmail.com on 30 Mar 2008 at 8:52

GoogleCodeExporter commented 9 years ago
Fixed in latest build. Please install and verify.

xinc.ini:

[phing]

path=/path/to/phing

[svn]

path=/path/to/svn

Original comment by arnos...@gmail.com on 31 Mar 2008 at 8:19