소스 검색

fixed exec path prefix for Ant UrlAction

Piotr Labudda 9 년 전
부모
커밋
418ebcb7e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/Route/UrlAction/Ant.php

+ 1 - 1
SE/se-lib/Route/UrlAction/Ant.php

@@ -51,7 +51,7 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
 
       echo UI::h('hr');
 
-      $cmd = "cd {$this->pathTools}{$path} && {$this->antBin} 2>&1";// wymaga java jdk
+      $cmd = "cd {$this->pathUrlActions}{$path} && {$this->antBin} 2>&1";// wymaga java jdk
       DBG::nicePrint(str_replace(APP_PATH_ROOT, 'SE', $cmd), 'command');
       V::exec($cmd, $out, $ret);
       DBG::nicePrint($out, 'output');