|
|
@@ -55,9 +55,11 @@
|
|
|
|
|
|
<property name="build_edge_paths_with_PE_controll_loop.xml" value="build_edge_paths_with_PE_controll_loop.xml"/>
|
|
|
<property name="build_edge_paths_with_PE_controll_loop.xsl" value="build_edge_paths_with_PE_controll_loop.xsl"/>
|
|
|
+ <property name="edge_paths_with_PE_controll_to_PE_collection.xsl" value="edge_paths_with_PE_controll_to_PE_collection.xsl"/>
|
|
|
|
|
|
<property name="edge_paths_with_PE.xsl" value="edge_paths_with_PE.xsl"/><!-- stary-->
|
|
|
<property name="edge_paths_with_PE_controll_to_PE.xsl" value="edge_paths_with_PE_controll_to_PE.xsl"/>
|
|
|
+
|
|
|
<property name="edge_paths_with_PE_controll.xsl" value="edge_paths_with_PE_controll.xsl"/><!-- nowy point matrix-->
|
|
|
<property name="edge_paths_with_PE_controll_temp" value="edge_paths_with_PE_controll_temp"/>
|
|
|
<property name="edge_paths_with_PE_controll_paths_temp" value="edge_paths_with_PE_controll_paths_temp"/><!-- do oszukania silnika aby korzystac z petli i przekazywac dane do siebie -->
|
|
|
@@ -469,6 +471,23 @@
|
|
|
</xslt>
|
|
|
</target>
|
|
|
|
|
|
+ <target name="edge_paths_with_PE.xml_from_collection" description="Wyznaczenie PE na podstawie tras ${edge_paths_with_PE.xml} na podstawie ${edge_paths_with_PE_controll.xml} z katalogu kolekcji: ${edge_paths_with_PE_controll_paths_temp} ">
|
|
|
+ <echo message="Wyznaczenie PE na podstawie tras ${edge_paths_with_PE.xml} na podstawie ${edge_paths_with_PE_controll.xml} z katalogu kolekcji: ${edge_paths_with_PE_controll_paths_temp} "/>
|
|
|
+ <delete file="${edge_paths_with_PE.xml}"/>
|
|
|
+
|
|
|
+ <!--<fileset id="edge_paths_with_PE.xml_collection" dir="${edge_paths_with_PE_controll_paths_temp}" includes="*.xml"/>-->
|
|
|
+ <xslt basedir="./" style="${edge_paths_with_PE_controll_to_PE_collection.xsl}" in="${edge_joins.xml}" destdir="./" out="${edge_paths_with_PE.xml}" >
|
|
|
+ <!--<fileset refid="edge_paths_with_PE.xml_collection"/>-->
|
|
|
+ <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>
|
|
|
+ <param name="edge_paths_with_PE_controll_paths_temp" expression="${edge_paths_with_PE_controll_paths_temp}"/>
|
|
|
+ <classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
+ </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}"/>
|