|
@@ -54,14 +54,7 @@
|
|
|
<!-- tymczasowy rem bo dziala -->
|
|
<!-- tymczasowy rem bo dziala -->
|
|
|
<antcall target="biale_plamy_paths_to_findways_php"/>
|
|
<antcall target="biale_plamy_paths_to_findways_php"/>
|
|
|
|
|
|
|
|
- <antcall target="biale_plamy_from_paths_php_to_place_PE"/>
|
|
|
|
|
- <!-- tymczasowy rem bo skryptu nie ma -->
|
|
|
|
|
- <antcall target="biale_plamy_put_PE_to_mysql_php"/>
|
|
|
|
|
-
|
|
|
|
|
- <antcall target="biale_plamy_analyze_shortest_and_trace_cables"/>
|
|
|
|
|
-
|
|
|
|
|
- <!--Tymczasowa zatrzymanie bo nie chodzi na zdalnym - plik juz jest-->
|
|
|
|
|
- <antcall target="biale_put_Cables_to_PE"/>
|
|
|
|
|
|
|
+ <antcall target="PE_and_Cables"/>
|
|
|
|
|
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
@@ -85,6 +78,29 @@
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <target name="check_files_for_PE_and_Cables" >
|
|
|
|
|
+ <echo message="czy sa wymagane pliki do wygenerowania samych PE_and_Cables"/>
|
|
|
|
|
+ <condition property="files_PE_and_Cables" taskname="PE_and_Cables" value="AVIABLE">
|
|
|
|
|
+ <available file="${points2joins.xml}" filepath="." />
|
|
|
|
|
+ <available file="${ways2joins.xml}" filepath="." />
|
|
|
|
|
+ <available file="${edge_joins_filled_paths.xml}" filepath="." />
|
|
|
|
|
+ <available file="${points_asText.xml}" filepath="." />
|
|
|
|
|
+ <available file="${joins2ways_z_ID_Way.xml}" filepath="." />
|
|
|
|
|
+ </condition>
|
|
|
|
|
+ </target>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <target name="PE_and_Cables">
|
|
|
|
|
+ <antcall target="biale_plamy_from_paths_php_to_place_PE"/>
|
|
|
|
|
+ <!-- tymczasowy rem bo skryptu nie ma -->
|
|
|
|
|
+ <antcall target="biale_plamy_put_PE_to_mysql_php"/>
|
|
|
|
|
+ <antcall target="biale_plamy_analyze_shortest_and_trace_cables"/>
|
|
|
|
|
+ <!--Tymczasowa zatrzymanie bo nie chodzi na zdalnym - plik juz jest-->
|
|
|
|
|
+ <antcall target="biale_put_Cables_to_PE"/>
|
|
|
|
|
+ </target>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<target name="biale_plamy_prepare_mysql_data">
|
|
<target name="biale_plamy_prepare_mysql_data">
|
|
|
<echo message="biale_plamy_prepare_mysql_data "/>
|
|
<echo message="biale_plamy_prepare_mysql_data "/>
|
|
|
<exec executable="php" failonerror="true" dir=".">
|
|
<exec executable="php" failonerror="true" dir=".">
|