|
|
@@ -1,19 +1,24 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project basedir="." name="SyncResourcesYed" default="http_fist_input" >
|
|
|
|
|
|
- <property name="uuid" value="${uuid}"/>
|
|
|
-
|
|
|
+ <property name="uuid" value=""/><!-- to be set by executing php by unique uuid identifier -->
|
|
|
+ <!-- to be set by executing php by unique uuid identifier -->
|
|
|
+ <property name="hashpassword" value=""/><!-- to be set by executing php by unique uuid identifier -->
|
|
|
|
|
|
<property name="http_fist_input" value="http_fist_input"/>
|
|
|
<property name="http_fist_input.html" value="${http_fist_input}.html"/>
|
|
|
<property name="http_fist_input.xsl" value="${http_fist_input}.xsl"/>
|
|
|
|
|
|
<target name="http_fist_input">
|
|
|
- <!--<echo message="${uuid}"/>-->
|
|
|
- <echo file="${http_fist_input.html}"/>
|
|
|
+ <echo message="${uuid}"/>
|
|
|
+ <loadfile property="output.html" srcfile="${http_fist_input.html}"/>
|
|
|
+ <echo message="${output.html}"/>
|
|
|
+ <echoproperties regex="*."/>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
+ <target name="first_save_data" depends="do zapisania wynikow od uzytkownika do WFS"></target>
|
|
|
+
|
|
|
<target name="http_first_output">
|
|
|
<echo message="${uuid}"/>
|
|
|
<echo>http_first_output</echo>
|