|
@@ -1107,14 +1107,18 @@
|
|
|
<record name="buildpdf_recursed_xsl.log" action="stop" />
|
|
<record name="buildpdf_recursed_xsl.log" action="stop" />
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
- <target name="confirmAntfile" if="confirmAntfile">
|
|
|
|
|
|
|
+ <condition property="confirmAntfile.isset">
|
|
|
|
|
+ <isset property="confirmAntfile"/>
|
|
|
|
|
+ </condition>
|
|
|
|
|
+
|
|
|
|
|
+ <target name="confirmAntfile" if="confirmAntfile.isset">
|
|
|
<echo message="OUTPUT__START"/>
|
|
<echo message="OUTPUT__START"/>
|
|
|
<echo>#1112 wyzwalam ${confirmAntfile} target ${confirmAntfileTarget}: </echo>
|
|
<echo>#1112 wyzwalam ${confirmAntfile} target ${confirmAntfileTarget}: </echo>
|
|
|
<ant antfile="${confirmAntfile}" target="${confirmAntfileTarget}"></ant>
|
|
<ant antfile="${confirmAntfile}" target="${confirmAntfileTarget}"></ant>
|
|
|
<echo message="OUTPUT__END"/>
|
|
<echo message="OUTPUT__END"/>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
- <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">
|
|
|
|
|
|
|
+ <target name="buildpdf_recursed_xsl_mail" unless="confirmAntfile.isset" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita,confirmAntfile" description="URL_TASK buildpdf_recursed_xsl_mail szybki druk z wysylka mailem">
|
|
|
<record name="buildpdf_recursed_xsl_mail.log" action="start" />
|
|
<record name="buildpdf_recursed_xsl_mail.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>
|
|
<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}">
|
|
<echoxml file="${empty.xml}">
|