|
|
@@ -101,6 +101,8 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
$nsPrefix = $parsedInfo['prefix'];
|
|
|
$objectName = $parsedInfo['name'];
|
|
|
$template = V::get('template', '', $_GET);
|
|
|
+ $confirmAntfile = V::get('confirmAntfile', '', $_GET);
|
|
|
+ $confirmAntfileTarget = V::get('confirmAntfileTarget', '', $_GET);
|
|
|
|
|
|
// TODO: validate missing ...
|
|
|
DBG::log($_GET, 'array', '$_GET');
|
|
|
@@ -132,6 +134,8 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
$cmd = "cd {$this->pathUrlActions}{$path} && ant -S";
|
|
|
$cmd .= " -DoutputFunctionUrl='{$outputFunctionUrl}'";
|
|
|
$cmd .= " -DantFunctionUrl='{$antFunctionUrl}'";
|
|
|
+ $cmd .= " -DconfirmAntfile={$confirmAntfile}";
|
|
|
+ $cmd .= " -DconfirmAntfileTarget={$confirmAntfileTarget}";
|
|
|
$cmd .= " -DwebRootUrl='{$webRootUrl}'";
|
|
|
// $cmd .= " -Durl='{$testUrl}'"; nie mozna tego uzywac, bo nadpisuje property w funkcji build_get_wfs.xml
|
|
|
$cmd .= " -DpasswordBase64Basic=\"{$cryptedPass}\"";
|