|
|
@@ -17,6 +17,7 @@
|
|
|
<input addproperty="antFunctionUrl" message="like 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" />
|
|
|
<input addproperty="confirmAntfile" message="path to ant file to confirm something" />
|
|
|
<input addproperty="confirmAntfileTarget" message="name of target to confirm something" />
|
|
|
+ <input addproperty="out.pdf"/>
|
|
|
<!--<property name="send_email.xml_to_parse.xml" location="/opt/local/pl.procesy5/p5build_SE/temp/WPS_Functions/temp/recurse_ant/62888prezes1/62888prezes1_out_task_dita_final.dita"/>-->
|
|
|
<tempfile property="send_email.send_email_from_xml_parsed.xml" destdir="${send_email.temp}" prefix="send_email.send_email_from_xml_parsed." suffix=".xml"/>
|
|
|
<tempfile property="send_email.send_email_from_xml_parsed.build.xml" destdir="${send_email.temp}" prefix="send_email.send_email_from_xml_parsed.build.xml" suffix=".xml" deleteonexit="false"/>
|
|
|
@@ -50,6 +51,7 @@
|
|
|
<param name="antFunctionUrl" expression="${antFunctionUrl}"/>
|
|
|
<param name="confirmAntfile" expression="${send_email.send_email_from_xml_parsed.build.xml}"/>
|
|
|
<param name="confirmAntfileTarget" expression="${confirmAntfileTarget}"/>
|
|
|
+ <param name="out.pdf" expression="${out.pdf}"/>
|
|
|
</xslt>
|
|
|
|
|
|
<ant antfile="${send_email.send_email_from_xml_parsed.build.xml}" target="send_email.send_email_from_xml_parsed.build.xml.to.confirm"/>
|