a.binder 9 lat temu
rodzic
commit
33db7b42b5

+ 3 - 3
SE/dev/php-cli/build.xml

@@ -612,9 +612,9 @@
     
     <target name="get_PE_fixings_from_db"   description="Get data from API with XML - this example shows how easy is to use Procesy5 framework/system!" depends="import_ssl_certificates_to_system">
         
-        <condition property="PE_fixings.xml.exists" taskname="edge_paths_with_PE_fixed.xml">
+        <!--<condition property="PE_fixings.xml.exists" taskname="edge_paths_with_PE_fixed.xml">
             <available file="${PE_fixings.xml}" filepath="."/>
-        </condition>
+        </condition>-->
         <echo> condition aviable file ${PE_fixings.xml} is ${PE_fixings.xml.exists} </echo>
         
         <property name="WFS_VERSION" value="&amp;VERSION=1.0.0"/>
@@ -630,7 +630,7 @@
     </target>
    
    
-    <target name="edge_paths_with_PE_fixed.xml" depends="get_PE_fixings_from_db" unless="PE_fixings.xml.exists"  description="przerobienie edge_paths_with_PE.xml na fixed (${edge_paths_with_PE_fixed.xml}) do wygenerowania kabli aby je tam uzyc ">
+    <target name="edge_paths_with_PE_fixed.xml" depends="get_PE_fixings_from_db"   description="przerobienie edge_paths_with_PE.xml na fixed (${edge_paths_with_PE_fixed.xml}) do wygenerowania kabli aby je tam uzyc ">
 
         <delete  file="${edge_paths_with_PE_fixed.xml}"/>
         <xslt basedir="./" style="${edge_paths_with_PE_fixed.xsl}" in="${edge_paths_with_PE.xml}"  destdir="./" out="${edge_paths_with_PE_fixed.xml}" >

+ 6 - 2
SE/schema/ant-tool/SyncResourcesYed/build.xml

@@ -13,11 +13,15 @@
         <echo message="${uuid}"/>
         <loadfile property="output.html" srcfile="${http_fist_input.html}"/>
         <echo message="${output.html}"/>
-        <echoproperties regex="*."/>
+        <echoproperties regex=".*"/>
     </target>
    
    
-   <target name="first_save_data" description="do zapisania wynikow od uzytkownika do WFS"></target>
+   <target name="first_save_data" description="do zapisania wynikow od uzytkownika do WFS">
+       
+       
+       
+   </target>
    
     <target name="http_first_output">
         <echo message="${uuid}"/>

+ 1 - 1
SE/schema/ant-tool/SyncResourcesYed/http_fist_input.html

@@ -4,7 +4,7 @@
     </head>
     <body>
         <form  method="post">
-            <input type="hidden"  name="uuid" value="$uuid}"/>
+            <input type="hidden"  name="uuid" value="$uuid"/>
             <input type="hidden"  name="ant_target" value="http_first_output"/>
             Text<input type="text" name="text" />
             <input type="submit" />