|
|
@@ -101,11 +101,14 @@
|
|
|
|
|
|
<!--<echo message="${wfs_output}"/>-->
|
|
|
|
|
|
- <echo> gues path of pdf is </echo>
|
|
|
+ <echo> gues path of pdf is url = ${url} </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> url_of_current_script : ${url_of_current_script} </echo>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<echo message="OUTPUT__START"/>
|
|
|
<echo>
|