|
@@ -87,26 +87,14 @@
|
|
|
<arg value="echo ${out_task.dita} |sed 's/^.*\///'"/>
|
|
<arg value="echo ${out_task.dita} |sed 's/^.*\///'"/>
|
|
|
</exec>
|
|
</exec>
|
|
|
|
|
|
|
|
- <!--<propertyregex property="out_file" input="${out_task.dita}" regexp="$.*/(.*)" select="\1."/>-->
|
|
|
|
|
- <!--<loadfile property="result" srcFile="out/${out_task_file}.pdf"/>-->
|
|
|
|
|
- <!--<echo message="input was : ${input}"/>-->
|
|
|
|
|
- <!--<echo message="${result}"/>-->
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- <!--<propertyregex property="out_file" input="${out_task.dita}" regexp="$.*/(.*)" select="\1."/>-->
|
|
|
|
|
- <!--<loadfile property="result" srcFile="out/${out_task_file}.pdf"/>-->
|
|
|
|
|
- <!--<echo message="input was : ${input}"/>-->
|
|
|
|
|
- <!--<echo message="OUTPUT_PDF_FILE: out/${out_task_file}.pdf"/>-->
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <!--<echo message="${wfs_output}"/>-->
|
|
|
|
|
-
|
|
|
|
|
- <echo> gues path of pdf is url = ${url} </echo>
|
|
|
|
|
|
|
+ <!-- <echo> gues path of pdf is url = ${url} </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}" |sed -E 's/((wfs.data)|(index.php)).*//'"/>
|
|
<arg value="echo "${url}" |sed -E 's/((wfs.data)|(index.php)).*//'"/>
|
|
|
</exec>
|
|
</exec>
|
|
|
- <echo> url_of_current_script : ${url_of_current_script} </echo>
|
|
|
|
|
|
|
+ <echo> url_of_current_script : ${url_of_current_script} </echo>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|