|
|
@@ -437,7 +437,7 @@
|
|
|
</target>
|
|
|
|
|
|
|
|
|
- <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">
|
|
|
+ <target name="xml_recursed_from_tr_map_with_RelatedFeatureLoop_tree_to_dita_wfs_recursed" unless="confirmAntfile.isset" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita,confirmAntfile" 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">
|
|
|
@@ -514,6 +514,16 @@
|
|
|
<echo>
|
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
|
</echo>
|
|
|
+ <echo>
|
|
|
+ <br>Wyslanie linka mailem : <a href="mailto:?subject=Wiadomosc nr ${xpath_value}&body=link do sprawy: ${webRootUrl}/${out}/${out_task.dita.final.noext}.pdf">Wyslanie linka mailem</a> </br>
|
|
|
+ </echo>
|
|
|
+ <antcall target="send_email.send_email_from_xml_parsed">
|
|
|
+ <param name="send_email.xml_to_parse.xml" value="${out_task.dita.final}"/>
|
|
|
+ <param name="antFunctionUrl" value="${antFunctionUrl}"/>
|
|
|
+ <param name="confirmAntfile" value="${confirmAntfile}"/>
|
|
|
+ <param name="confirmAntfileTarget" value="${confirmAntfileTarget}"/>
|
|
|
+ <param name="out.pdf" value="${user.dir}/${out}/${out_task.dita.final.noext}.pdf"/>
|
|
|
+ </antcall>
|
|
|
<echo message="OUTPUT__END"/>
|
|
|
<record name="recursed.log" action="stop" />
|
|
|
</target>
|