| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project
- xmlns:bp="https://procesy5.pl/biale_plamy-schema.xsd"
- basedir="." name="biale_plamy-generate_data" default="biale_plamy-generate_data_by_nosql">
- <!--
-
-
- -->
- <property name="biale_plamy_class.php" value="biale_plamy_class.php"/>
- <property name="biale_plamy-prepare_sql_data.php" value="biale_plamy-prepare_sql_data.php"/>
- <property name="biale_plamy-generate_data.php" value="biale_plamy-generate_data.php"/>
- <property name="biale_plamy-find_ways.php" value="biale_plamy-find_ways.php"/>
- <property name="joins_asText.xml" value="joins_asText.xml"/>
- <property name="joins2ways.xml" value="joins2ways.xml"/>
- <property name="points2ID_Way.xml" value="points2ID_Way.xml"/>
- <property name="ways2drogi.xml" value="ways2drogi.xml"/><!--<property name="ways_2ID_Way.xml" value="ways_2ID_Way.xml"/>-->
-
- <property name="points2joins.xml" value="points2joins.xml"/>
- <property name="ways2joins.xml" value="ways2joins.xml"/>
- <property name="ways_asText.xml" value="ways_asText.xml"/>
- <property name="joins2ways_z_ID_Way.xsl" value="joins2ways_z_ID_Way.xsl"/>
- <property name="joins2ways_z_ID_Way.xml" value="joins2ways_z_ID_Way.xml"/>
- <property name="biale_plamy_joins2ways_do_paths.xsl" value="biale_plamy_joins2ways_do_paths.xsl"/>
- <property name="points_asText.xml" value="points_asText.xml"/>
- <property name="points2joins.xml" value="points2joins.xml"/>
- <property name="edge_joins.xml" value="edge_joins.xml"/>
- <property name="edge_joins_filled_paths.xml" value="edge_joins_filled_paths.xml"/>
- <property name="edge_joins_filled_paths.xsl" value="edge_joins_filled_paths.xsl"/>
-
- <property name="edge_paths_with_PE.xml" value="edge_paths_with_PE.xml"/><!-- biale_plamy_from_paths_php_to_place_PE-->
- <property name="biale_put_PE_to_mysql.php" value="biale_put_PE_to_mysql.php"/>
-
- <property name="cables_from_joins_to_PE.xsl" value="cables_from_joins_to_PE.xsl"/>
- <property name="cables_from_joins_to_PE.xml" value="cables_from_joins_to_PE.xml"/><!-- xml do wygenerowania -->
-
- <property name="biale_put_Cables_to_PE.php" value="biale_put_Cables_to_PE.php"/>
-
- <target name="check" >
- <echo message="testuje check"/>
- <condition property="test_if_INPUTxml" taskname="PROCES_TO_DITA_build" value="AVIABLE">
- <available file="${INPUT}" filepath="." />
- </condition>
- </target>
-
- <target name="biale_plamy-generate_data" >
- <!-- stary sposob -->
- <antcall target="biale_plamy_prepare_mysql_data"/>
- <antcall target="biale_plamy-generate_data_sql"/>
- <echo message="odpalam biale_plamy-generate_data "/>
- <delete file="${joins2ways_z_ID_Way.xml}"/>
- <antcall target="biale_plamy_points2ID_Way_do_Joins"/>
- <delete file="${edge_joins.xml}"/>
- <antcall target="biale_plamy_joins2ways_do_paths"/>
- <!-- tymczasowy rem bo dziala -->
- <antcall target="biale_plamy_paths_to_findways_php"/>
- <antcall target="PE_and_Cables"/>
- </target>
-
-
-
- <target name="biale_plamy-generate_data_by_nosql">
- <!-- nowy sposob -->
- <antcall target="biale_plamy_prepare_php_data_by_class"/> <delete file="${joins2ways_z_ID_Way.xml}"/>
- <antcall target="biale_plamy_points2ID_Way_do_Joins"/>
- <delete file="${edge_joins.xml}"/>
- <antcall target="biale_plamy_joins2ways_do_paths"/>
- <antcall target="biale_plamy_paths_to_findways_php"/>
- <antcall target="PE_and_Cables"/>
- </target>
-
- <target name="clean">
- <delete file="${points2joins.xml}"/>
- <delete file="${ways2joins.xml}"/>
- <delete file="${ways_asText.xml}"/>
- <delete file="${joins_asText.xml}"/>
- <delete file="${joins2ways_z_ID_Way.xml}"/>
- <delete file="${edge_joins.xml}"/>
- <delete file="${joins2ways.xml}"/>
- <delete file="${points2ID_Way.xml}"/>
- <delete file="${ways2drogi.xmll}"/>
- <delete file="${joins2ways_z_ID_Way.xml}"/>
- <delete file="${points_asText.xml}"/>
- <delete file="${points2joins.xml}"/>
- <delete file="${edge_joins.xml}"/>
- <delete file="${edge_joins_filled_paths.xml}"/>
- <delete file="${edge_paths_with_PE.xml}"/>
- <delete file="${cables_from_joins_to_PE.xml}"/>
- </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">
- <echo message="biale_plamy_prepare_mysql_data - przygotowuje punkty xpoint"/>
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_plamy-prepare_sql_data.php}"/>
- </exec>
- </target>
-
- <target name="biale_plamy_prepare_php_data_by_class">
- <echo message=" przygotowuje punkty xpoint przez biale_plamy_class.php"/>
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_plamy_class.php}"/>
- </exec>
- </target>
-
-
-
- <target name="biale_plamy-generate_data_sql">
- <!--<antcall target="install_in_file_db_query">
- <param name="sql_query" value="select 1+1;"/>
- </antcall>-->
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_plamy-generate_data.php}"/>
- </exec>
- <echo message="Teraz Przelec arraya joins2ways pod katem 1-elementowych subarrayow"/>
- </target>
-
- <target name="biale_plamy_points2ID_Way_do_Joins">
- <echo message="przygotownie z joins2ways xsl biale_plamy_joins2ways_do_paths.xsl pod katem 1 katem 1-elementowych subarrayow aby zrobic paths "/>
- <delete file="${joins2ways_z_ID_Way.xml}"/>
- <xslt basedir="./" style="${joins2ways_z_ID_Way.xsl}" in="${joins2ways.xml}" destdir="./" out="${joins2ways_z_ID_Way.xml}" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode" value="DITA_PARSE_templ"/>-->
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate" value="asd"/>-->
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <param name="points2ID_Way.xml" expression="${ways2drogi.xml}"/>
- </xslt>
- </target>
-
- <target name="biale_plamy_joins2ways_do_paths">
- <echo message="przygotownie z joins2ways xsl biale_plamy_joins2ways_do_paths.xsl pod katem 1 katem 1-elementowych subarrayow aby zrobic paths "/>
- <delete file="${edge_joins.xml}"/>
- <xslt basedir="./" style="${biale_plamy_joins2ways_do_paths.xsl}" in="${joins2ways_z_ID_Way.xml}" destdir="./" out="${edge_joins.xml}" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode" value="DITA_PARSE_templ"/>-->
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate" value="asd"/>-->
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <!--<param name="dita_task_template_file_param" expression="main.dita"/>-->
- </xslt>
- </target>
-
- <!-- wyznaczenie sciezek do ulozenia PE - dziala-->
- <target name="biale_plamy_paths_to_findways_php">
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_plamy-find_ways.php}"/>
- </exec>
- <!-- to wyrzuca edge_joins_filled_paths.xml-->
- </target>
-
- <!-- postawienie PE po trasach -->
- <target name="biale_plamy_from_paths_php_to_place_PE">
- <echo message="Wyznaczenie PE na podstawie tras "/>
- <delete file="${edge_paths_with_PE.xml}"/>
- <xslt basedir="./" style="${edge_joins_filled_paths.xsl}" in="${edge_joins_filled_paths.xml}" destdir="./" out="${edge_paths_with_PE.xml}" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode" value="DITA_PARSE_templ"/>-->
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate" value="asd"/>-->
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <!--<param name="dita_task_template_file_param" expression="main.dita"/>-->
- </xslt>
- </target>
-
- <target name="biale_plamy_put_PE_to_mysql_php">
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_put_PE_to_mysql.php}"/>
- </exec>
- </target>
-
- <!-- przeliczenie dla kazdego PE z trasy punktu przeciecia i wybranie najkrotszej i wygenerowania kabla -->
- <target name="biale_plamy_analyze_shortest_and_trace_cables">
- <delete file="${cables_from_joins_to_PE.xml}"/>
- <xslt basedir="./" style="${cables_from_joins_to_PE.xsl}" in="${joins2ways_z_ID_Way.xml}" destdir="./" out="${cables_from_joins_to_PE.xml}" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode" value="DITA_PARSE_templ"/>-->
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate" value="asd"/>-->
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <!--<param name="dita_task_template_file_param" expression="main.dita"/>-->
- </xslt>
- </target>
-
- <target name="biale_put_Cables_to_PE">
- <exec executable="php" failonerror="true" dir=".">
- <arg file="${biale_put_Cables_to_PE.php}"/>
- </exec>
- </target>
-
- <!--<target name="1_install_mysql_functions">
- <property name="php_script_header"><?php
- $_SERVER['SERVER_NAME'] = 'biuro.biall-net.pl';
- //when used in /Library/Server/Web/Data/Sites/bzyk-biale-plamy-php-temp/SE/dev on biuro.biall-net.pl
- if( file_exists ( "../../se-lib/bootstrap.php"))
- require("../../se-lib/bootstrap.php");
- //when used in in native SE
- else require("../../../../SE-production-git/SE/se-lib/bootstrap.php");
- Lib::loadClass("Vendor_Geophp");
- ?></property>
-
- </target-->
-
- <!--<target name="install_in_file_db_query">
- <!-\-<property name="sql_query"/>-\->
- <property name="db_query_php_code_left" >
- <?php
- $db = DB::getDB();
- $db->query("
- ?>
- <![CDATA[asdasd asd ]]>
-
- </property>
- <script language="php"></script>
- <property name="db_query_php_code_right">
- <?php
- ");
- ?>
- </property>
- <echo output="db_query_php.php" message="${db_query_php_code_left}"/> <!-\-${sql_query}${db_query_php_code_right} -\->
-
- </target>-->
-
- <!--<target name="install_file_and_exec"/>-->
-
-
-
- <target name="check-info" if="test_if_INPUTxml">
- <echo message="Using default XML object on input from file ${INPUT} . "/>
- </target>
-
-
- </project>
|