|
|
@@ -1154,9 +1154,6 @@
|
|
|
<arg value="${out}"/>
|
|
|
</exec>-->
|
|
|
|
|
|
- <antcall target="send_email.send_email_from_xml_parsed">
|
|
|
- <param name="send_email.xml_to_parse.xml" value="${out_task.dita.final}"/>
|
|
|
- </antcall>
|
|
|
|
|
|
<exec executable="${dita.dir}" dir=".">
|
|
|
<arg value="-i"/>
|
|
|
@@ -1173,7 +1170,7 @@
|
|
|
<arg value="echo ${out_task.dita.final} |sed 's/^.*\///'"/>
|
|
|
</exec>
|
|
|
|
|
|
-
|
|
|
+ <echo> $user.dir = ${user.dir}</echo>
|
|
|
<echo message="OUTPUT__START"/>
|
|
|
<!--<echo>
|
|
|
<br>Wygenerowano wyjsciowy plik XML - sciagnij go <a href="${webRootUrl}/${out_task.dita.final_with_RelatedFeatureLoop_no_path}.xml" target="_blank"> "${webRootUrl}/${out_task.dita.final_with_RelatedFeatureLoop_no_path}.xml</a></br>
|
|
|
@@ -1184,6 +1181,20 @@
|
|
|
<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}"/>
|
|
|
+ </antcall>
|
|
|
+ <echo>
|
|
|
+ <!-- pdf https://biuro.biall-net.pl/SE/version-git/schema/ant-url_action/default_db.in7_dziennik_koresp/etykieta/ out/ 2018-04-20-01_09_2128f9d7_out_task_dita_final.pdf -->
|
|
|
+ <!-- link https://biuro.biall-net.pl/SE/version-git/index.php?_route=UrlAction_Ant&_task=ant&path=default_db.in7_dziennik_koresp/etykieta&template=buildpdf_recursed_xsl_mail&typeName=default_db:IN7_DZIENNIK_KORESP&primaryKey=63007&primaryKeyField=ID-->
|
|
|
+ Wysłanie mailem przez system ${webRootUrl}
|
|
|
+ $url = ${url}
|
|
|
+ $typeName = ${typeName}
|
|
|
+ $xpath = ${xpath}
|
|
|
+ $xpath_value = ${xpath_value}
|
|
|
+ $api_url = ${api_url}
|
|
|
+ $outputFunctionUrl = ${outputFunctionUrl}
|
|
|
+ </echo>
|
|
|
<!--<echo>
|
|
|
<br># Wygenerowano wyjsciowy plik PDF - sciagnij go <a href="${webRootUrl}/${out}/${uuid}.pdf" target="_blank"> "${webRootUrl}/${out}/${uuid}.pdf</a></br>
|
|
|
</echo>-->
|