|
|
@@ -19,7 +19,7 @@
|
|
|
<input addproperty="confirmAntfileTarget" message="name of target to confirm something" />
|
|
|
<!--<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"/>
|
|
|
+ <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"/>
|
|
|
|
|
|
|
|
|
<xslt basedir="${send_email.temp}" style="${send_email.xsl}" in="${send_email.xml_to_parse.xml}" destdir="./" out="${send_email.send_email_from_xml_parsed.xml}" >
|
|
|
@@ -50,8 +50,6 @@
|
|
|
<param name="antFunctionUrl" expression="${antFunctionUrl}"/>
|
|
|
<param name="confirmAntfile" expression="${send_email.send_email_from_xml_parsed.build.xml}"/>
|
|
|
<param name="confirmAntfileTarget" expression="${confirmAntfileTarget}"/>
|
|
|
-
|
|
|
-
|
|
|
</xslt>
|
|
|
|
|
|
<ant antfile="${send_email.send_email_from_xml_parsed.build.xml}" target="send_email.send_email_from_xml_parsed.build.xml.to.confirm"/>
|