|
|
@@ -423,6 +423,7 @@
|
|
|
|
|
|
|
|
|
<target name="xml_recursed_from_tr_map_with_RelatedFeatureLoop_tree_to_dita_wfs_recursed" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita" description="URL_TASK Wygeneruj druk z obiektu uzywajac styli systemowych za pomoca funkcji xsl_recursed">
|
|
|
+ <record name="recursed.log" action="start" />
|
|
|
|
|
|
<exec executable="bash" dir="." outputproperty="out_task_file">
|
|
|
<arg value="-c"/>
|
|
|
@@ -499,6 +500,7 @@
|
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
|
</echo>
|
|
|
<echo message="OUTPUT__END"/>
|
|
|
+ <record name="recursed.log" action="stop" />
|
|
|
</target>
|
|
|
|
|
|
|
|
|
@@ -998,6 +1000,7 @@
|
|
|
</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">
|
|
|
+ <record name="buildpdf_recursed_xsl.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}</echo>
|
|
|
<echoxml file="${empty.xml}">
|
|
|
<empty>empty</empty>
|
|
|
@@ -1069,6 +1072,7 @@
|
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
|
</echo>-->
|
|
|
<echo message="OUTPUT__END"/>
|
|
|
+ <record name="buildpdf_recursed_xsl.log" action="stop" />
|
|
|
</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">
|