|
|
@@ -78,6 +78,7 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
|
|
|
DBG::log([ 'msg'=>"cmd", 'cmd'=>str_replace(APP_PATH_ROOT, 'SE', $cmd) ]);
|
|
|
//V::exec($cmd, $out, $ret); to nie dziala prawidlowo
|
|
|
+ putenv('PATH=/opt/local/bin/ant');
|
|
|
$out=shell_exec($cmd);
|
|
|
DBG::log([ 'msg'=>"cmd and returns({$ret})", 'output'=>$out ]);
|
|
|
$html = []; $startRead = false;
|