|
@@ -50,7 +50,7 @@
|
|
|
<echo> gues path of pdf is </echo>
|
|
<echo> gues path of pdf is </echo>
|
|
|
<exec executable="bash" dir="." outputproperty="url_of_current_script">
|
|
<exec executable="bash" dir="." outputproperty="url_of_current_script">
|
|
|
<arg value="-c"/>
|
|
<arg value="-c"/>
|
|
|
- <arg value="echo ${url} 's/index.php.*//'"/>
|
|
|
|
|
|
|
+ <arg value="echo "${url}" |sed 's/[a-zA-Z0-9]*.php.*//'"/>
|
|
|
</exec>
|
|
</exec>
|
|
|
<echo message="ERROR__END"/>
|
|
<echo message="ERROR__END"/>
|
|
|
|
|
|
|
@@ -101,6 +101,12 @@
|
|
|
|
|
|
|
|
<!--<echo message="${wfs_output}"/>-->
|
|
<!--<echo message="${wfs_output}"/>-->
|
|
|
|
|
|
|
|
|
|
+ <echo> gues path of pdf is </echo>
|
|
|
|
|
+ <exec executable="bash" dir="." outputproperty="url_of_current_script">
|
|
|
|
|
+ <arg value="-c"/>
|
|
|
|
|
+ <arg value="echo "${url}" |sed 's/[a-zA-Z0-9]*.php.*//'"/>
|
|
|
|
|
+ </exec>
|
|
|
|
|
+
|
|
|
<echo message="OUTPUT__START"/>
|
|
<echo message="OUTPUT__START"/>
|
|
|
<echo>
|
|
<echo>
|
|
|
<br>Wygenerowano druk pdf - sciagnij go <a href="https://biuro.biall-net.pl/SE/version-git/schema/ant-url_action/default_db.in7_dziennik_koresp/test-druk/out/${out_task_file}.pdf"> out/${out_task_file}.pdf</a></br>
|
|
<br>Wygenerowano druk pdf - sciagnij go <a href="https://biuro.biall-net.pl/SE/version-git/schema/ant-url_action/default_db.in7_dziennik_koresp/test-druk/out/${out_task_file}.pdf"> out/${out_task_file}.pdf</a></br>
|