a.binder 9 лет назад
Родитель
Сommit
3ec14e41b0
1 измененных файлов с 4 добавлено и 10 удалено
  1. 4 10
      SE/dev/php-cli/build.xml

+ 4 - 10
SE/dev/php-cli/build.xml

@@ -114,7 +114,7 @@
             This parameters are set by variables:   Set variables ( ex. sh# ant -DPE_Price=2500 -DCable_Price=3 -Dlogic=grouped PE_and_Cables -Dmax_combinate_groups_elements=12 ) 
             
             or
-            # ant -DPE_Price=2500 -DCable_Price=3 -Dlogic=grouped -Dmax_combinate_groups_elements=18 build_edge_paths_with_PE_controll_loop.xml build_edge_paths_with_PE_controll_loop.xml_run edge_paths_with_PE.xml_from_collection   edge_paths_with_PE.xml biale_plamy_put_PE_to_mysql_php
+            # ant -DPE_Price=2500 -DCable_Price=3 -Dlogic=grouped -Dmax_combinate_groups_elements=18 build_edge_paths_with_PE_controll_loop.xml build_edge_paths_with_PE_controll_loop.xml_run edge_paths_with_PE.xml_from_collection biale_plamy_put_PE_to_mysql_php cables_from_joins_to_PE.xml biale_put_Cables_to_PE
             
             
             VARIABLES
@@ -236,21 +236,15 @@
     
     
     <target name="PE_and_Cables" depends="check_files_for_PE_and_Cables">
-        
         <delete file="${edge_joins_filled_paths.xml}"/>
         <antcall target="edge_joins_filled_paths_make"/>
         <antcall target="biale_put_xml_paths_to_mysql.php"/>
         <antcall target="build_edge_paths_with_PE_controll_loop.xml"/>
         <antcall target="build_edge_paths_with_PE_controll_loop.xml_run"/>
-        
-        <!--<antcall target="edge_paths_with_PE_controll.xml"/>--><!-- to rem  -->
-        <antcall target="edge_paths_with_PE.xml"/><!-- to do - zmienic aby z kolekcji pojechalo z build_edge_paths_with_PE_controll_loop.xml_run  -->
-        
-        <antcall target="biale_plamy_put_PE_to_mysql_php"/>
-        
-        <antcall target="edge_paths_with_PE_controll.xml"/>
-        <antcall target="edge_paths_with_PE.xml"/>
+        <antcall target="edge_paths_with_PE.xml_from_collection"/>
         <antcall target="biale_plamy_put_PE_to_mysql_php"/>
+        <!--<antcall target="edge_paths_with_PE_controll.xml"/>--><!-- to rem  -->
+        <!--<antcall target="edge_paths_with_PE_controll.xml"/>-->
         <antcall target="cables_from_joins_to_PE.xml"/>        
         <antcall target="biale_put_Cables_to_PE"/>
     </target>