|
|
@@ -1109,7 +1109,7 @@
|
|
|
|
|
|
|
|
|
<target name="buildpdf_recursed_xsl_mail" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita" description="URL_TASK buildpdf_recursed_xsl_mail szybki druk z wysylka mailem">
|
|
|
- <record name="buildpdf_recursed_xsl.log" action="start" />
|
|
|
+ <record name="${user.dir}/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>
|
|
|
@@ -1188,7 +1188,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" />
|
|
|
+ <record name="${user.dir}/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">
|