| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:automation_driven="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd"
- basedir="../../."
- default="default"
- name="automation_driven">
-
-
-
-
-
-
-
-
-
-
-
- <include as="PRODUCT" file="build.automation_driven.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.automation_driven.SYSTEM.xml"/>
- <include as="INSTALL" file="build.automation_driven.INSTALL.xml"/>
- <include as="${local.p5ant.WPS_Functions.PRODUCT.module.input}"
- file="build.automation_driven.${local.p5ant.WPS_Functions.PRODUCT.module.input}.xml"
- optional="yes"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <!--<include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>-->
-
- <include file="../system_ui_info_speech/build_system_ui_info_speech.xml" as="p5suis" optional="false"/>
-
- <extension-point name="default.default" depends="default"/>
- <extension-point name="default" depends="PRODUCT.PRODUCT,INSTALL.INSTALL"/>
-
-
-
-
-
-
-
- <target name="automation_driven_main.submodule.xsd__struct_write.lcd_menu"
- description="to generate lcd menu from assoc obj NATIVE AUTOMATION TODO"
- depends="automation_driven.submodule.xsd__struct_files__fixed"
- >
-
- <!--depends="automation_driven.submodule.xsd__struct_files__fixed"-->
-
- <echo>#801 generating from ${automation_driven.submodule.struct.write_neuron.lcd_menu.xsd} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven_main.submodule.struct.write.lcd_menu.xsd}"
- out="${automation_driven_main.submodule.struct.write.lcd_menu.h}"
- style="${automation_driven_main.submodule.struct.write.lcd_menu.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.lcd_menu.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="build_complexType_dir" expression="${build_complexType.local}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_objects_parent_relations.xml" expression="${detect_objects_parent_relations.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
-
-
-
- <target name="automation_driven.submodule.xsd__struct_write_neuron"
- description="to initially generate h " >
- <echo>#42 generating from ${automation_driven.submodule.struct.write.xsd} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.write_neuron.xsd}"
- out="${automation_driven.submodule.struct.write_neuron.h}"
- style="${automation_driven.submodule.struct.write.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="build_complexType_dir" expression="${build_complexType.local}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_objects_parent_relations.xml" expression="${detect_objects_parent_relations.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_write_neuron.lcd_menu"
- description="to generate lcd menu from assoc obj" >
- <echo>#80 generating from ${automation_driven.submodule.struct.write_neuron.lcd_menu.xsd} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.write_neuron.lcd_menu.xsd}"
- out="${automation_driven.submodule.struct.write_neuron.lcd_menu.h}"
- style="${automation_driven.submodule.struct.write_neuron.lcd_menu.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.lcd_menu.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="build_complexType_dir" expression="${build_complexType.local}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_objects_parent_relations.xml" expression="${detect_objects_parent_relations.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_write_neuron.scenario"
- description="to generate scenario menu from assoc obj" >
- <echo>#80 generating from ${automation_driven.submodule.struct.write_neuron.lcd_menu.xsd} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.write_neuron.scenario.xsd}"
- out="${automation_driven.submodule.struct.write_neuron.scenario.h}"
- style="${automation_driven.submodule.struct.write_neuron.scenario.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.scenario.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="build_complexType_dir" expression="${build_complexType.local}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_objects_parent_relations.xml" expression="${detect_objects_parent_relations.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
- <target name="xsl-test"
- description="test usage of default xslt template for module">
- <xslt basedir="${automation_driven.basedir}"
- destdir="${automation_driven.temp}"
- force="true"
- in="${automation_driven.INSTALL.install_example}"
- out="${automation_driven.temp}/INSTALL.install_example.xsl-test.xml"
- style="${automation_driven.xsl}">
- <factory name="net.sf.saxon.TransformerFactoryImFiring_thresholdpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}INSTALL.install_example.xsl-test.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
- <target name="procesy5_system_schema.xml" depends="empty.xml" description="Generate procesy5_system_schema.xml and vrtfNamespaces.xml which can be not correct">
- <sleep seconds="2"/>
-
-
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="Generating process 5 system schema"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="Generating process 5 system schema" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- <antcall target="delete.external_schema_table.path"/>
- <mkdir dir="${default_db.instance.xml}"/>
- <mkdir dir="${transformed.local}"/>
- <delete file="${procesy5_system_schema.xml}" failonerror="false"/>
- <delete dir="${procesy5_system_schema.xml}" failonerror="false"/>
- <echo>#242 run ${get_all_xsd.xsl} with param procesy5_system_schema_collection_dir=${procesy5_system_schema_collection_dir};
- $basedir = ${basedir}
- $default_db.dir = ${default_db.dir}
- $external_schema_table.path = ${external_schema_table.path}
-
- </echo>
- <!-- ${get_all_xsd.xsl} d2a__x3A__p5xsl__x3A__p5CPTpm.xsl-->
- <xslt basedir="./" style="${get_all_xsd.xsl}" in="${empty.xml}" destdir="./" out="${procesy5_system_schema.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/initialTemplate" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}get_all_xsd"/>
- </factory>
- <param name="ignore_SVG.xsd" expression="true"/>
- <!-- d2a -->
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
-
- <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/default_db/CRM_PROCES_tree/CRM_PROCES_tree.postprocess_modules.xsd}disable.ditamap" expression=""/>
-
- <param name="temp" expression="${p5build.temp}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
- <!-- EOF d2a -->
- <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
- <param name="cache" expression="refresh"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- <sequential>
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="analyzing process 5 schema namespaces" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="analyzing process 5 schema namespaces"/>
- </exec>-->
-
- <delete file="${vrtfNamespaces.xml}"/>
- <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${vrtfNamespaces.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="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}vrtfNamespaces"/>
- </factory>
-
- <param name="ignore_SVG.xsd" expression="true"/>
-
- <!-- d2a -->
-
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
-
- <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/default_db/CRM_PROCES_tree/CRM_PROCES_tree.postprocess_modules.xsd}disable.ditamap" expression=""/>
- <param name="basedir" expression="${basedir}"/>
- <param name="temp" expression="${p5build.temp}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
- <!-- EOF d2a -->
- <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
- <param name="cache" expression="refresh"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- <sleep seconds="1"/>
- </sequential>
- </target>
-
-
-
-
-
- <target name="empty.xml" description="Builds empty.xml">
- <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
- </target>
-
-
-
-
- <target name="vrtfNamespaces.xml" description="Procedure to create vrtfNamespaces.xml - used in some tasks especially in generate schema with id">
- <parallel threadcount="2">
- <sequential>
-
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="Generating namspaces list "/>
- </exec>-->
-
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="Generating namspaces list" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete file="${vrtfNamespaces.xml}"/>
- <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${vrtfNamespaces.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="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}vrtfNamespaces"/>
- </factory>
- <param name="ignore_SVG.xsd" expression="true"/>
- <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
- <param name="cache" expression="refresh"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </sequential>
- </parallel>
- </target>
-
- <target name="generate_schema_with_id" depends="procesy5_system_schema.xml" description="first we generate schema to check if all have correct ID">
- <!-- schema @id fixing -->
- <parallel threadcount="2">
- <sequential>
- <!--<sleep seconds="3"/>-->
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="Checking schema for correnct id attributes if not generating them"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="Checking schema for correnct id attributes if not generating them" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
- <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
- <delete file="${parse_schema_to_generate_id_raport.xml}"/>
- <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
- <echo>#406 xslt ${parse_schema_to_generate_id.xsl}</echo>
- <xslt basedir="./" style="${parse_schema_to_generate_id.xsl}" in="${empty.xml}" destdir="./" out="${parse_schema_to_generate_id_raport.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/initialTemplate" value="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport}parse_schema_to_generate_id"/>
- </factory>
- <!-- d2a -->
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
-
- <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/default_db/CRM_PROCES_tree/CRM_PROCES_tree.postprocess_modules.xsd}disable.ditamap" expression=""/>
-
- <param name="temp" expression="${p5build.temp}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
- <param
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
- expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
- <!-- EOF d2a -->
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="procesy5_system_schema_file" expression="${procesy5_system_schema.xml}"/>
- <param name="targetNamespace_DEFAULTS" expression="${targetNamespace_DEFAULTS}"/>
- <param name="new-schema-with-ID-to-move-and-rename-to-xsd" expression="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <!--<param name="vrtfNamespaces_file" expression="${vrtfNamespaces.xml}"/>-->
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- <antcall target="p5suis.p5suis.say_to_queue.copy_file.drop_overflow" >
- <param name="p5suis.say_to_queue.copy_file" value="${parse_schema_to_generate_id_raport.xml}"/>
- </antcall>
- <echo>#466 check what were missing in no-id directory</echo>
- <sleep seconds="3"/>
- </sequential>
- </parallel>
- </target>
-
-
- <target depends="generate_schema_with_id" name="new-schema-with-ID-to-move-and-rename-to-xsd_test">
- <condition taskname="new-schema-with-ID-to-move-and-rename-to-xsd" property="new-schema-with-ID-to-move-and-rename-to-xsd_exists">
- <available file="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
- </condition>
- </target>
-
-
-
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.cond" depends="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test,new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.fail,new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.ok" />
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test">
- <condition property="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test" taskname="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.cond">
- <available file="${procesy5_system_schema.complete}"/>
- </condition>
- </target>
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.fail" unless="${new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test}" />
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.ok" if="${new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test}">
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="need to generate schema with id" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </target>
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete" description="to make procesy5 system schema only if no ${procesy5_system_schema.complete}"/>
-
-
-
- <target name="new-schema-with-ID-to-move-and-rename-to-xsd" depends="new-schema-with-ID-to-move-and-rename-to-xsd_test" if="${new-schema-with-ID-to-move-and-rename-to-xsd_exists}" > <!-- R save_build_properties,read_build_properties, -->
- <parallel failonany="true" threadCount="2">
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="need to generate schema with id"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="need to generate schema with id" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <copy todir="${procesy5_system_schema_collection_dir}">
- <fileset dir="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
- </copy>
- <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
- <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
- </sequential>
- </parallel>
-
- <sequential>
- <antcall target="procesy5_system_schema.xml"/> <!-- saved files are not in current schema - need to regenerate -->
- <antcall target="vrtfNamespaces.xml"/>
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generated schema with id complete"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generated schema with id complete" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
-
- </target>
-
- <target name="procesy5_system_schema.xml_complete" depends="new-schema-with-ID-to-move-and-rename-to-xsd" description="Generate procesy5_system_schema.xml and vrtfNamespaces.xml which can be not correct">
- <sequential>
- <sleep seconds="2"/>
-
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating complete process 5 system schema"/>
- </exec>-->
-
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating complete process 5 system schema" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
-
-
- <mkdir dir="${default_db.instance.xml}"/>
- <mkdir dir="${transformed.local}"/>
- <delete file="${procesy5_system_schema.xml}" failonerror="false"/>
- <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
- <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
- <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
- <echo> run ${get_all_xsd.xsl} with param procesy5_system_schema_collection_dir=${procesy5_system_schema_collection_dir}; </echo>
- <xslt basedir="./" style="${get_all_xsd.xsl}" in="${empty.xml}" destdir="./" out="${procesy5_system_schema.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/initialTemplate" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}get_all_xsd"/>
- </factory>
- <param name="ignore_SVG.xsd" expression="true"/>
- <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
- <param name="cache" expression="refresh"/>
- <param name="external_schema" expression="${external_schema}"/>
- <param name="external_schema_id_namespace_prefix" expression="${external_schema_id_namespace_prefix}"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </sequential>
- <sleep seconds="1"/>
- <antcall target="vrtfNamespaces.xml"/>
- </target>
-
-
- <target name="NamespaceBinding.xml" depends="procesy5_system_schema.xml_complete" description="To generate config for NamespaceBinding.xml for use in SimpleSchema for related features etc - correctly use namespace prefix and url for API requests">
- <parallel threadcount="2">
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="Generating Namespaces Binding to map models to API address"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="Generating Namespaces Binding to map models to API address" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
- </sequential>
- <sequential>
- <xslt basedir="./" style="${TargetNamespaceBindings.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${NamespaceBinding.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="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}NamespaceBinding.xml"/>
- </factory>
- <param name="targetNamespace_DEFAULTS_prefix" expression="${targetNamespace_DEFAULTS_prefix}"/>
- <param name="targetNamespace_DEFAULTS_prefix_objects" expression="${targetNamespace_DEFAULTS_prefix_objects}"/>
- <param name="TargetNamespaceBindingsApiUrl" expression="${TargetNamespaceBindingsApiUrl}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </sequential>
- </parallel>
- </target>
-
- <target name="element_complexType.xml.single" depends="procesy5_system_schema.xml_complete" description="SINGLE generate list of elements and Complextype to generate flat and tr_map">
- <parallel threadcount="2">
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating xml object list from system schema to provide making multi thread build lists for complex Types and transaction maps and others "/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating xml object list from system schema to provide making multi thread build lists for complex Types and transaction maps and others" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete file="${element_complexType.xml}"/>
- <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${element_complexType.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="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}element_complexType"/>
- </factory>
- <param name="ignore_SVG.xsd" expression="true"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="debug_level_param" expression="${debug_level_param}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </sequential>
- </parallel>
- </target>
-
- <target name="build_element_complexType.xml.single.task" depends="p5build.SYSTEM.transformed,save_build_properties,element_complexType.xml.single" description="Just element_complexType elements"> <!-- R save_build_properties,read_build_properties, -->
-
- <parallel threadcount="2">
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating multi thread build lists for complex Types "/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating multi thread build lists for complex Types" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete file="${build_element_complexType.xml}"/>
- <!--<tempfile property="build_element_complexType.xml.properties_override" prefix="build_element_complexType.xml.properties_override" suffix=".xml" destdir="${transformed.local}" deleteonexit="no"/>-->
- <!--<echoxml file="${build_element_complexType.xml.properties_override}" >
- <properties>
- <property name="uuid" value="PROCES_INIT_TREE_$${xpath_value}"/> <!-\- to be evaluated in child xsl/ant-\->
- <property name="typeName" value="default_db:PROCES_INIT"/>
- <property name="xpath" value="ID"/>
- </properties>
- </echoxml>-->
- <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}" in="${element_complexType.xml}" destdir="./" out="${build_element_complexType.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="build_element_complexType.xml"/>
- </factory>
- <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
- <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
- <param name="antfile_prefix" expression="build_element_complexType.xml"/>
- <param name="temp" expression="/tmp"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="antfile" expression=""/>
- <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
- <param name="match_child_element" expression=""/>
- <param name="match_child_element_property_name" expression=""/>
- <param name="properties.xml" expression="${build_properties.xml}"/>
- <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
- <param name="parallel" expression="1"/>
- <param name="threadCount" expression="${threadCount}"/>
- <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
- <param name="debug_level_param" expression="${debug_level_param}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <!--<param name="external_schema_table.path" expression="${external_schema_table.path}"/>-->
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="executing multi thread build for complex Types by thread count ${threadCount}"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="executing multi thread build for complex Types by thread count ${threadCount}" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
-
- <!--<delete dir="${build_complexType.local}"/>-->
- <echo>#637 will antfile: ${build_element_complexType.xml}
- </echo>
- <ant antfile="${build_element_complexType.xml}"/>
- <touch file="${build_element_complexType.xml.complete}"/>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating complex types complete"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating complex types complete" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
- </sequential>
- </parallel>
- </target>
-
- <target name="build_tr_map.xml.single" depends="build_element_complexType.xml.single.task" description="we generate all tr_map for all known elements and complexType in schema in parallel">
- <parallel threadcount="2">
- <sequential>
- <!--<sleep seconds="2"/>-->
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="deleting and generating transaction map by multi thread build list. To provide easy object engine calculations like creating simple schema"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="deleting and generating transaction map by multi thread build list. To provide easy object engine calculations like creating simple schema" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
-
- </sequential>
- <sequential>
- <echo> deleting build_tr_map.xml ${build_tr_map.xml} </echo>
- <delete file="${build_tr_map.xml}"/>
- <delete file="${build_tr_map.xml.complete}" failonerror="false"/>
- <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}" in="${element_complexType.xml}" destdir="./" out="${build_tr_map.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="build_tr_map.xml"/>
- </factory>
-
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
-
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
-
-
-
-
- <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
- <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
- <param name="antfile_prefix" expression="build_element_complexType.xml"/>
- <param name="temp" expression="/tmp"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="antfile" expression=""/>
- <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
- <param name="match_child_element" expression=""/>
- <param name="match_child_element_property_name" expression=""/>
- <param name="properties.xml" expression="${build_properties.xml}"/>
- <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
- <param name="parallel" expression="1"/>
- <param name="threadCount" expression="${threadCount}"/>
- <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </sequential>
- </parallel>
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="executing build transaction map list by thread count ${threadCount}"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="executing build transaction map list by thread count ${threadCount}" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- <sleep seconds="2"/>
- <ant antfile="${build_tr_map.xml}"/>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="transaction map complete"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="transaction map complete" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- <touch file="${build_tr_map.xml.complete}"/>
- </sequential>
- </target>
-
- <target name="p5build.SYSTEM.transformed">
- <mkdir dir="${p5build.SYSTEM.transformed.build_complexType.local}"/>
- </target>
-
- <target name="save_build_properties" >
- <mkdir dir="${p5build.temp}"/>
- <mkdir dir="${p5build.repository}"/>
- <ant antfile="${WPS_Functions.build}" inheritall="yes"/>
-
- <!--R <ant antfile="${build_SE.xml}" target="save_build_properties"/>-->
- <!-- R <loadproperties srcfile="${build_SE.properties}"/>-->
-
- <!--R <echoproperties destfile="${build_properties}" />-->
- <echoproperties destfile="${build_properties.xml}" format="xml"/>
- </target>
-
- <target name="delete.external_schema_table.path" description="To delete generated by ${build_object_install_se_ant_object.xml} task system_cache__appinfo:object_install_se_ant_object.generate_tables_from_external models">
- <delete dir="${external_schema_table.path}" failonerror="false"/>
- </target>
-
-
- <target name="build_detect_resource_type.xml.single.task" depends="build_tr_map.xml.single" description="Just build_detect_resource_type.xml elements"> <!-- R depends="save_build_properties,read_build_properties" -->
-
- <parallel threadcount="2">
- <sequential>
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating multi thread build lists for complex resource types relations "/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating multi thread build lists for complex resource types relations " />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete file="${build_detect_resource_type.xml}" failonerror="false"/>
- <delete file="${build_detect_resource_type.complete}" failonerror="false"/>
-
- <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}" in="${element_complexType.xml}" destdir="./" out="${build_detect_resource_type.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="build_detect_resource_type.xml"/>
- </factory>
- <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
- <param name="default_db.dir" expression="${default_db.dir}"/>
-
-
- <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
- <param name="antfile_prefix" expression="build_element_complexType.xml"/>
- <param name="temp" expression="/tmp"/>
- <param name="basedir" expression="${basedir}"/>
- <param name="antfile" expression=""/>
- <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
- <param name="match_child_element" expression=""/>
- <param name="match_child_element_property_name" expression=""/>
- <param name="properties.xml" expression="${build_properties.xml}"/>
- <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
- <param name="parallel" expression="1"/>
- <param name="threadCount" expression="${threadCount}"/>
- <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
- <param name="debug_level_param" expression="${debug_level_param}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_resource_type.xsl" expression="${detect_resource_type.xsl}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <!--<param name="external_schema_table.path" expression="${external_schema_table.path}"/>-->
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
-
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="executing multi thread build for relations by thread count ${threadCount}"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="executing multi thread build for relations by thread count ${threadCount}" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
-
- <!--<delete dir="${build_complexType.local}"/>-->
- <ant antfile="${build_detect_resource_type.xml}"/>
- <touch file="${build_detect_resource_type.complete}"/>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating relations types complete"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating relations types complete" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- </parallel>
- </target>
-
-
- <target name="build_detect_objects_parent_relations.single"
- depends="NamespaceBinding.xml, build_detect_resource_type.xml.single.task"
- description="we generate detect resources parent relations -to dir detect_resource_type "> <!-- R save_build_properties,read_build_properties, -->
- <!--
- depends="NamespaceBinding.xml, build_detect_resource_type.xml.single.task"
- -->
- <parallel threadcount="2">
- <sequential>
- <!--<exec executable="say" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="generating detect_object_parent_relations_single with distinct object definitions in detect_resource_type directory."/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="generating detect_object_parent_relations_single with distinct object definitions in detect_resource_type directory." />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- <sequential>
- <delete file="${detect_objects_parent_relations.xml}"/>
-
- <xslt basedir="./" style="${detect_objects_parent_relations.xsl}" in="${empty.xml}" destdir="./" out="${detect_objects_parent_relations.xml}" force="yes" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialTemplate" value="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport}detect_objects_parent_relations"/>
- </factory>
-
- <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
- <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
- <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
- <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
- <param name="external_schema" expression="${external_schema}"/>
-
- <param name="default_db.dir" expression="${default_db.dir}"/>
- <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
- <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
- <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
- <param name="procesy5_system_schema_file" expression="${procesy5_system_schema.xml}"/>
- <param name="targetNamespace_DEFAULTS" expression="${targetNamespace_DEFAULTS}"/>
- <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
- <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
- <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
- <param name="basedir" expression="${basedir}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- <!--<exec executable="say" spawn="true" failifexecutionfails="false">
- <arg line="-v alex"/>
- <arg line="complete build detect objects parent relations single"/>
- </exec>-->
- <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="complete build detect objects parent relations single" />
- </ant>
- <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
-
- </sequential>
- </parallel>
- <!--file:/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/default_db.instance.xml/transformed/resources_tree_required_occurs_raport/detect_objects_parent_relations-\-http__x3A____x2F____x2F__biuro.biall__x2D__net.pl__x2F__xmlschema_procesy5__x2F__default_db.xml-->
- </target>
-
- <target name="automation_driven.submodule.struct.read.xsd" depends="automation_driven.submodule.xsd__struct_write"
- description="to initially generate xsd from automation_driven.submodule.struct.h file">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.struct.h}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${empty.xml}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_write"
- description="to initially generate h " >
- <echo>#42 generating from ${automation_driven.submodule.struct.write.xsd} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.write.xsd}"
- out="${automation_driven.submodule.struct.write.h}"
- style="${automation_driven.submodule.struct.write.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="build_complexType_dir" expression="${build_complexType.local}"/>
- <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
- <param name="detect_objects_parent_relations.xml" expression="${detect_objects_parent_relations.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_files"
- description="to initially generate xsd " depends="automation_driven.submodule.struct.read.xsd">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.xsd}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_files_fix_default.xml"
- description="to initially generate xsd " depends="automation_driven.submodule.xsd__struct_files">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"
- style="${automation_driven.submodule.xsd__struct_files_fix_default.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
-
-
- <target name="automation_driven.submodule.xsd__struct_files__fixed" depends="automation_driven.submodule.xsd__struct_files_fix_default.xml"
- description="to initially generate xsd ">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.xsd}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- <!--<target name="automation_driven.submodule.xsd__struct_files_fix_types.xml"
- ><!-\- depends="automation_driven.submodule.xsd__struct_files" -\->
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.xsd__struct_files_fix_types.xml}"
- style="${automation_driven.submodule.xsd__struct_files_fix_types.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-\->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_types.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>-->
-
- <target name="automation_driven.submodule.struct.read__communication.xml"
- depends="automation_driven.submodule.xsd__struct_files__fixed"
-
- ><!--
- depends="automation_driven.submodule.xsd__struct_files__fixed"
- -->
- <echo>#42 generating ${automation_driven.submodule.struct.read__communication.xml} using ${automation_driven.submodule.struct.read__communication.xsd} and ${automation_driven.submodule.struct.read__communication_generated.xsd} and </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read__communication.xsd}"
- out="${automation_driven.submodule.struct.read__communication.xml}"
- style="${automation_driven.submodule.struct.read__communication.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_proce9sy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
- expression="${automation_driven.submodule.struct.read.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication.xsd"
- expression="${automation_driven.submodule.struct.read__communication.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
- expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
- expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.struct.read__communication_generated.xml"
- depends="automation_driven.submodule.struct.read__communication.xml" >
- <echo>#42 generating ${automation_driven.submodule.struct.read__communication.xml} using ${automation_driven.submodule.struct.read__communication.xsd} and ${automation_driven.submodule.struct.read__communication_generated.xsd} and </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read__communication.xml}"
- out="${automation_driven.submodule.struct.read__communication_generated.xml}"
- style="${automation_driven.submodule.struct.read__communication_generated.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication_generated.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
- expression="${automation_driven.submodule.struct.read.xsd}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
- expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
- expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
- <target name="automation_driven.submodule.struct.read__communication_generated.h"
- depends="automation_driven.submodule.struct.read__communication_generated.xml" >
- <echo>#370 generating ${automation_driven.submodule.struct.read__communication_generated.h} </echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read__communication_generated.xml}"
- out="${automation_driven.submodule.struct.read__communication_generated.h}"
- style="${automation_driven.submodule.struct.read__communication_generated.h.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication_generated.h"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h_files"
- expression="${automation_driven.submodule.struct.read__communication_generated.h_files}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
- expression="${automation_driven.submodule.struct.read.xsd}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
- expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
- expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
- <!--<target name="automation_driven.submodule.struct.read.enumerate.xsd"
- description="to enumerate unique attributes " depends="automation_driven.submodule.xsd__struct_files">
- <echo>#42 generating ${automation_driven.submodule.struct.read.enumerate.xsd} using ${automation_driven.submodule.struct.read.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.struct.read.enumerate.xsd}"
- style="${automation_driven.submodule.struct.read.enumerate.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>-\->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>-->
-
- </project>
|