|
|
@@ -0,0 +1,94 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project
|
|
|
+ xmlns:default_db__x3A__NEURO_MIND_INPUT_TEXT="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd"
|
|
|
+ basedir="../../../../." name="NEURO_MIND_INPUT_TEXT" default="development">
|
|
|
+
|
|
|
+ <include file="../../build.ant-object.xml" as="ant-object"/>
|
|
|
+
|
|
|
+ <include file="../../default_db.STRUCTURE/STRUCTURE/build.STRUCTURE.xml" as="STRUCTURE"/>
|
|
|
+
|
|
|
+ <property name="default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir" location="${default_db.ant-object.basedir}/default_db.NEURO_MIND_INPUT_TEXT/NEURO_MIND_INPUT_TEXT"/>
|
|
|
+
|
|
|
+ <description>2019 to test data neuron module</description>
|
|
|
+
|
|
|
+ <property name="NEURO_MIND_INPUT_TEXT.export.xml" location="${default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir}/NEURO_MIND_INPUT_TEXT.export.xml"/>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <property name="NEURO_MIND_INPUT_TEXT.dependency.context.xml" location="${default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir}/NEURO_MIND_INPUT_TEXT.dependency.context.xml"/>
|
|
|
+ <property name="NEURO_MIND_INPUT_TEXT.dependency.resolution.xml" location="${default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir}/NEURO_MIND_INPUT_TEXT.dependency.resolution.xml"/>
|
|
|
+
|
|
|
+ <target name="validate_target" >
|
|
|
+ <condition property="default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir.validate" value="default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir - OK">
|
|
|
+ <available file="${default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir}"/>
|
|
|
+ </condition>
|
|
|
+ <fail unless="default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir.validate"> error $default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir = ${default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir}</fail>
|
|
|
+ <echo>#12 $default_db__x3A__NEURO_MIND_INPUT_TEXT.basedir.validate </echo>
|
|
|
+ </target>
|
|
|
+
|
|
|
+ <target name="init">
|
|
|
+ <xslt style="${ant.file}/../NEURO_MIND_INPUT_TEXT.init.xsl" in="${ant.file}/../NEURO_MIND_INPUT_TEXT.xsd" out="${ant.file}/../NEURO_MIND_INPUT_TEXT.init.xml" force="true" >
|
|
|
+ <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="{https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd}init"/>
|
|
|
+ </factory>
|
|
|
+
|
|
|
+ <!--<xmlcatalog refid="dita-ot.dtd.catalog"/>-->
|
|
|
+ <classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
+ </xslt>
|
|
|
+ </target>
|
|
|
+ <target name="import">
|
|
|
+ <xslt style="${ant.file}/../NEURO_MIND_INPUT_TEXT.import.xsl" in="${ant.file}/../NEURO_MIND_INPUT_TEXT.init.xml" out="${ant.file}/../NEURO_MIND_INPUT_TEXT.import.xml" force="true" >
|
|
|
+ <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="{https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd}import"/>
|
|
|
+ </factory>
|
|
|
+
|
|
|
+ <!--<xmlcatalog refid="dita-ot.dtd.catalog"/>-->
|
|
|
+ <classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
+ </xslt>
|
|
|
+ </target>
|
|
|
+ <target name="export">
|
|
|
+ <xslt style="${ant.file}/../NEURO_MIND_INPUT_TEXT.export.xsl" in="${ant.file}/../NEURO_MIND_INPUT_TEXT.import.xml" out="${ant.file}/../NEURO_MIND_INPUT_TEXT.export.xml" force="true" >
|
|
|
+ <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="{https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd}export"/>
|
|
|
+ </factory>
|
|
|
+
|
|
|
+ <!--<xmlcatalog refid="dita-ot.dtd.catalog"/>-->
|
|
|
+ <classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
+ </xslt>
|
|
|
+
|
|
|
+ </target>
|
|
|
+
|
|
|
+
|
|
|
+ <target name="dependency.resolution">
|
|
|
+
|
|
|
+ <!-- <available file="${NEURO_MIND_INPUT_TEXT.dependency.context.xml}"/>
|
|
|
+ <available file="${default_db__x3A__STRUCTURE.STRUCTURE.xsl}"/>-->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <xslt style="${default_db__x3A__STRUCTURE.STRUCTURE.xsl}" in="${NEURO_MIND_INPUT_TEXT.dependency.context.xml}" out="${NEURO_MIND_INPUT_TEXT.dependency.resolution.xml}" force="true" >
|
|
|
+ <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="{${default_db__x3A__STRUCTURE.targetNamespace}}dependency.resolution"/>
|
|
|
+
|
|
|
+ <!--<mapper type="glob" from="*.default_db__x3A__STRUCTURE.STRUCTURE" to="*.default_db__x3A__STRUCTURE.STRUCTURE.SELF"/>-->
|
|
|
+ </factory>
|
|
|
+ <!--<param name="asd" expression=""/>-->
|
|
|
+ <propertyresource refid="default_db__x3A__STRUCTURE.xslt.param.basedir"/>
|
|
|
+ <!--<xmlcatalog refid="dita-ot.dtd.catalog"/>-->
|
|
|
+ <classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
+
|
|
|
+ </xslt>
|
|
|
+ </target>
|
|
|
+
|
|
|
+
|
|
|
+ <extension-point name="development" depends="dependency.resolution"/>
|
|
|
+
|
|
|
+ <!--<extension-point name="validate" depends="validate_target, ant-object.validate" />-->
|
|
|
+
|
|
|
+ <extension-point name="default" depends="init,import,export,validate_target"/>
|
|
|
+
|
|
|
+</project>
|