|
@@ -998,7 +998,12 @@
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
<target name="buildpdf_recursed_xsl" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita" description="retrieve and build object from api using just XSL calls - needed username and password">
|
|
<target name="buildpdf_recursed_xsl" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita" description="retrieve and build object from api using just XSL calls - needed username and password">
|
|
|
- <echo>#836 will try to in $main_build_recurse_ant.dita_with_id ${main_build_recurse_ant.dita_with_id} , $empty.xml = ${empty.xml}</echo>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <record name="log.log" action="start"/>
|
|
|
|
|
+
|
|
|
|
|
+ <echo>#836 will try to in $main_build_recurse_ant.dita_with_id ${main_build_recurse_ant.dita_with_id} , $empty.xml = ${empty.xml}
|
|
|
|
|
+ $main_build_recurse_ant.dita} = ${main_build_recurse_ant.dita}
|
|
|
|
|
+ </echo>
|
|
|
<echoxml file="${empty.xml}">
|
|
<echoxml file="${empty.xml}">
|
|
|
<empty>empty</empty>
|
|
<empty>empty</empty>
|
|
|
</echoxml>
|
|
</echoxml>
|
|
@@ -1014,8 +1019,8 @@
|
|
|
<!--<param name="webRootUrl" expression="${webRootUrl}" />-->
|
|
<!--<param name="webRootUrl" expression="${webRootUrl}" />-->
|
|
|
<!--<param name="main_build_recurse_ant.dita" expression="${main_build_recurse_ant.dita}"/>-->
|
|
<!--<param name="main_build_recurse_ant.dita" expression="${main_build_recurse_ant.dita}"/>-->
|
|
|
<param name="uuid" expression="${uuid_tested}"/>
|
|
<param name="uuid" expression="${uuid_tested}"/>
|
|
|
- <param name="xpath" expression="${xpath}"/>
|
|
|
|
|
- <param name="xpath_value" expression="${xpath_value}"/>
|
|
|
|
|
|
|
+ <param name="xpath" expression="${xpath_tested}"/>
|
|
|
|
|
+ <param name="xpath_value" expression="${xpath_value_tested}"/>
|
|
|
<param name="username.pass" expression="${Password}"/>
|
|
<param name="username.pass" expression="${Password}"/>
|
|
|
<param name="php_session_id_ok.string" expression="${php_session_id}"/>
|
|
<param name="php_session_id_ok.string" expression="${php_session_id}"/>
|
|
|
<!--<param name="basedir" expression="${basedir}"/>-->
|
|
<!--<param name="basedir" expression="${basedir}"/>-->
|
|
@@ -1069,6 +1074,7 @@
|
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
|
</echo>-->
|
|
</echo>-->
|
|
|
<echo message="OUTPUT__END"/>
|
|
<echo message="OUTPUT__END"/>
|
|
|
|
|
+ <record name="log.log" action="stop"/>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
<target name="buildpdf_recursed_html5" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}" description="URL_TASK Pobierz Wersję HTML">
|
|
<target name="buildpdf_recursed_html5" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}" description="URL_TASK Pobierz Wersję HTML">
|