build_automation_driven.xml 83 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:automation_driven="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd"
  3. basedir="../../."
  4. default="default"
  5. name="automation_driven">
  6. <include as="PRODUCT" file="build.automation_driven.PRODUCT.xml"/>
  7. <include as="SYSTEM" file="build.automation_driven.SYSTEM.xml"/>
  8. <include as="INSTALL" file="build.automation_driven.INSTALL.xml"/>
  9. <include as="${local.p5ant.WPS_Functions.PRODUCT.module.input}"
  10. file="build.automation_driven.${local.p5ant.WPS_Functions.PRODUCT.module.input}.xml"
  11. optional="yes"/>
  12. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
  13. <!--<include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>-->
  14. <include file="../system_ui_info_speech/build_system_ui_info_speech.xml" as="p5suis" optional="false"/>
  15. <extension-point name="default.default" depends="default"/>
  16. <extension-point name="default" depends="PRODUCT.PRODUCT,INSTALL.INSTALL"/>
  17. <target name="xsl-test"
  18. description="test usage of default xslt template for module">
  19. <xslt basedir="${automation_driven.basedir}"
  20. destdir="${automation_driven.temp}"
  21. force="true"
  22. in="${automation_driven.INSTALL.install_example}"
  23. out="${automation_driven.temp}/INSTALL.install_example.xsl-test.xml"
  24. style="${automation_driven.xsl}">
  25. <factory name="net.sf.saxon.TransformerFactoryImpl">
  26. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  27. <attribute name="http://saxon.sf.net/feature/initialMode"
  28. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}INSTALL.install_example.xsl-test.xml"/>
  29. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  30. value="true"/>
  31. </factory>
  32. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  33. expression="${automation_driven.basedir}"/>
  34. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  35. expression="${automation_driven.repository}"/>
  36. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  37. expression="${automation_driven.temp}"/>
  38. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  39. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  40. </xslt>
  41. </target>
  42. <target name="procesy5_system_schema.xml" depends="empty.xml" description="Generate procesy5_system_schema.xml and vrtfNamespaces.xml which can be not correct">
  43. <sleep seconds="2"/>
  44. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  45. <arg line="-v alex"/>
  46. <arg line="Generating process 5 system schema"/>
  47. </exec>-->
  48. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  49. <property name="p5suis:say_text" value="Generating process 5 system schema" />
  50. </ant>
  51. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  52. <antcall target="delete.external_schema_table.path"/>
  53. <mkdir dir="${default_db.instance.xml}"/>
  54. <mkdir dir="${transformed.local}"/>
  55. <delete file="${procesy5_system_schema.xml}" failonerror="false"/>
  56. <delete dir="${procesy5_system_schema.xml}" failonerror="false"/>
  57. <echo>#242 run ${get_all_xsd.xsl} with param procesy5_system_schema_collection_dir=${procesy5_system_schema_collection_dir};
  58. $basedir = ${basedir}
  59. $default_db.dir = ${default_db.dir}
  60. $external_schema_table.path = ${external_schema_table.path}
  61. </echo>
  62. <!-- ${get_all_xsd.xsl} d2a__x3A__p5xsl__x3A__p5CPTpm.xsl-->
  63. <xslt basedir="./" style="${get_all_xsd.xsl}" in="${empty.xml}" destdir="./" out="${procesy5_system_schema.xml}" >
  64. <factory name="net.sf.saxon.TransformerFactoryImpl">
  65. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  66. <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"/>
  67. </factory>
  68. <param name="ignore_SVG.xsd" expression="true"/>
  69. <!-- d2a -->
  70. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  71. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  72. <param name="external_schema" expression="${external_schema}"/>
  73. <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
  74. <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=""/>
  75. <param name="temp" expression="${p5build.temp}"/>
  76. <param
  77. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
  78. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
  79. <param
  80. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
  81. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
  82. <!-- EOF d2a -->
  83. <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
  84. <param name="cache" expression="refresh"/>
  85. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  86. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  87. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  88. <param name="default_db.dir" expression="${default_db.dir}"/>
  89. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  90. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  91. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  92. <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}"/>
  93. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  94. <param name="basedir" expression="${basedir}"/>
  95. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  96. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  97. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  98. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  99. </xslt>
  100. <sequential>
  101. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  102. <property name="p5suis:say_text" value="analyzing process 5 schema namespaces" />
  103. </ant>
  104. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  105. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  106. <arg line="-v alex"/>
  107. <arg line="analyzing process 5 schema namespaces"/>
  108. </exec>-->
  109. <delete file="${vrtfNamespaces.xml}"/>
  110. <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${vrtfNamespaces.xml}" >
  111. <factory name="net.sf.saxon.TransformerFactoryImpl">
  112. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  113. <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}vrtfNamespaces"/>
  114. </factory>
  115. <param name="ignore_SVG.xsd" expression="true"/>
  116. <!-- d2a -->
  117. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  118. <param name="external_schema" expression="${external_schema}"/>
  119. <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
  120. <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=""/>
  121. <param name="basedir" expression="${basedir}"/>
  122. <param name="temp" expression="${p5build.temp}"/>
  123. <param
  124. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
  125. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
  126. <param
  127. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
  128. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
  129. <!-- EOF d2a -->
  130. <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
  131. <param name="cache" expression="refresh"/>
  132. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  133. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  134. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  135. <param name="default_db.dir" expression="${default_db.dir}"/>
  136. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  137. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  138. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  139. <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}"/>
  140. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  141. <param name="default_db.dir" expression="${default_db.dir}"/>
  142. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  143. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  144. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  145. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  146. </xslt>
  147. <sleep seconds="1"/>
  148. </sequential>
  149. </target>
  150. <target name="empty.xml" description="Builds empty.xml">
  151. <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
  152. </target>
  153. <target name="vrtfNamespaces.xml" description="Procedure to create vrtfNamespaces.xml - used in some tasks especially in generate schema with id">
  154. <parallel threadcount="2">
  155. <sequential>
  156. <!--<exec executable="say" failifexecutionfails="false">
  157. <arg line="-v alex"/>
  158. <arg line="Generating namspaces list "/>
  159. </exec>-->
  160. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  161. <property name="p5suis:say_text" value="Generating namspaces list" />
  162. </ant>
  163. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  164. </sequential>
  165. <sequential>
  166. <delete file="${vrtfNamespaces.xml}"/>
  167. <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${vrtfNamespaces.xml}" >
  168. <factory name="net.sf.saxon.TransformerFactoryImpl">
  169. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  170. <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}vrtfNamespaces"/>
  171. </factory>
  172. <param name="ignore_SVG.xsd" expression="true"/>
  173. <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
  174. <param name="cache" expression="refresh"/>
  175. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  176. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  177. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  178. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  179. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  180. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  181. <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}"/>
  182. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  183. <param name="basedir" expression="${basedir}"/>
  184. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  185. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  186. <param name="default_db.dir" expression="${default_db.dir}"/>
  187. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  188. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  189. <param name="external_schema" expression="${external_schema}"/>
  190. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  191. </xslt>
  192. </sequential>
  193. </parallel>
  194. </target>
  195. <target name="generate_schema_with_id" depends="procesy5_system_schema.xml" description="first we generate schema to check if all have correct ID">
  196. <!-- schema @id fixing -->
  197. <parallel threadcount="2">
  198. <sequential>
  199. <!--<sleep seconds="3"/>-->
  200. <!--<exec executable="say" failifexecutionfails="false">
  201. <arg line="-v alex"/>
  202. <arg line="Checking schema for correnct id attributes if not generating them"/>
  203. </exec>-->
  204. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  205. <property name="p5suis:say_text" value="Checking schema for correnct id attributes if not generating them" />
  206. </ant>
  207. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  208. </sequential>
  209. <sequential>
  210. <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
  211. <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
  212. <delete file="${parse_schema_to_generate_id_raport.xml}"/>
  213. <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
  214. <echo>#406 xslt ${parse_schema_to_generate_id.xsl}</echo>
  215. <xslt basedir="./" style="${parse_schema_to_generate_id.xsl}" in="${empty.xml}" destdir="./" out="${parse_schema_to_generate_id_raport.xml}" >
  216. <factory name="net.sf.saxon.TransformerFactoryImpl">
  217. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  218. <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"/>
  219. </factory>
  220. <!-- d2a -->
  221. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  222. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  223. <param name="external_schema" expression="${external_schema}"/>
  224. <param name="d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl" expression="${d2a__x3A__p5xsl__x3A__p5CPTpm.limited_import.xsl}"/>
  225. <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=""/>
  226. <param name="temp" expression="${p5build.temp}"/>
  227. <param
  228. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.param.xsl"
  229. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.param.xsl}"/>
  230. <param
  231. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd}fast_fix_param.xsl"
  232. expression="${p5xsl__x3A__p5ant-interface.fast_fix_param.xsl}"/>
  233. <!-- EOF d2a -->
  234. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  235. <param name="procesy5_system_schema_file" expression="${procesy5_system_schema.xml}"/>
  236. <param name="targetNamespace_DEFAULTS" expression="${targetNamespace_DEFAULTS}"/>
  237. <param name="new-schema-with-ID-to-move-and-rename-to-xsd" expression="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
  238. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  239. <param name="default_db.dir" expression="${default_db.dir}"/>
  240. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  241. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  242. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  243. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  244. <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}"/>
  245. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  246. <param name="basedir" expression="${basedir}"/>
  247. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  248. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  249. <!--<param name="vrtfNamespaces_file" expression="${vrtfNamespaces.xml}"/>-->
  250. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  251. </xslt>
  252. <antcall target="p5suis.p5suis.say_to_queue.copy_file.drop_overflow" >
  253. <param name="p5suis.say_to_queue.copy_file" value="${parse_schema_to_generate_id_raport.xml}"/>
  254. </antcall>
  255. <echo>#466 check what were missing in no-id directory</echo>
  256. <sleep seconds="3"/>
  257. </sequential>
  258. </parallel>
  259. </target>
  260. <target depends="generate_schema_with_id" name="new-schema-with-ID-to-move-and-rename-to-xsd_test">
  261. <condition taskname="new-schema-with-ID-to-move-and-rename-to-xsd" property="new-schema-with-ID-to-move-and-rename-to-xsd_exists">
  262. <available file="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
  263. </condition>
  264. </target>
  265. <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" />
  266. <target name="new-schema-with-ID-to-move-and-rename-to-xsd.if_not_complete.test">
  267. <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">
  268. <available file="${procesy5_system_schema.complete}"/>
  269. </condition>
  270. </target>
  271. <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}" />
  272. <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}">
  273. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  274. <property name="p5suis:say_text" value="need to generate schema with id" />
  275. </ant>
  276. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  277. </target>
  278. <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}"/>
  279. <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, -->
  280. <parallel failonany="true" threadCount="2">
  281. <sequential>
  282. <!--<exec executable="say" failifexecutionfails="false">
  283. <arg line="-v alex"/>
  284. <arg line="need to generate schema with id"/>
  285. </exec>-->
  286. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  287. <property name="p5suis:say_text" value="need to generate schema with id" />
  288. </ant>
  289. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  290. </sequential>
  291. <sequential>
  292. <copy todir="${procesy5_system_schema_collection_dir}">
  293. <fileset dir="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
  294. </copy>
  295. <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}"/>
  296. <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
  297. </sequential>
  298. </parallel>
  299. <sequential>
  300. <antcall target="procesy5_system_schema.xml"/> <!-- saved files are not in current schema - need to regenerate -->
  301. <antcall target="vrtfNamespaces.xml"/>
  302. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  303. <arg line="-v alex"/>
  304. <arg line="generated schema with id complete"/>
  305. </exec>-->
  306. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  307. <property name="p5suis:say_text" value="generated schema with id complete" />
  308. </ant>
  309. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  310. </sequential>
  311. </target>
  312. <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">
  313. <sequential>
  314. <sleep seconds="2"/>
  315. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  316. <arg line="-v alex"/>
  317. <arg line="generating complete process 5 system schema"/>
  318. </exec>-->
  319. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  320. <property name="p5suis:say_text" value="generating complete process 5 system schema" />
  321. </ant>
  322. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  323. <mkdir dir="${default_db.instance.xml}"/>
  324. <mkdir dir="${transformed.local}"/>
  325. <delete file="${procesy5_system_schema.xml}" failonerror="false"/>
  326. <delete dir="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
  327. <delete file="${new-schema-with-ID-to-move-and-rename-to-xsd}" failonerror="false"/>
  328. <echoxml file="${empty.xml}"><empty>empty</empty></echoxml>
  329. <echo> run ${get_all_xsd.xsl} with param procesy5_system_schema_collection_dir=${procesy5_system_schema_collection_dir}; </echo>
  330. <xslt basedir="./" style="${get_all_xsd.xsl}" in="${empty.xml}" destdir="./" out="${procesy5_system_schema.xml}" >
  331. <factory name="net.sf.saxon.TransformerFactoryImpl">
  332. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  333. <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"/>
  334. </factory>
  335. <param name="ignore_SVG.xsd" expression="true"/>
  336. <param name="procesy5_system_schema_collection_dir" expression="${procesy5_system_schema_collection_dir}"/>
  337. <param name="cache" expression="refresh"/>
  338. <param name="external_schema" expression="${external_schema}"/>
  339. <param name="external_schema_id_namespace_prefix" expression="${external_schema_id_namespace_prefix}"/>
  340. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  341. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  342. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  343. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  344. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  345. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  346. <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}"/>
  347. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  348. <param name="basedir" expression="${basedir}"/>
  349. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  350. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  351. <param name="default_db.dir" expression="${default_db.dir}"/>
  352. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  353. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  354. <param name="external_schema" expression="${external_schema}"/>
  355. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  356. </xslt>
  357. </sequential>
  358. <sleep seconds="1"/>
  359. <antcall target="vrtfNamespaces.xml"/>
  360. </target>
  361. <target name="element_complexType.xml.single" description="SINGLE generate list of elements and Complextype to generate flat and tr_map">
  362. <parallel threadcount="2">
  363. <sequential>
  364. <!--<exec executable="say" failifexecutionfails="false">
  365. <arg line="-v alex"/>
  366. <arg line="generating xml object list from system schema to provide making multi thread build lists for complex Types and transaction maps and others "/>
  367. </exec>-->
  368. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  369. <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" />
  370. </ant>
  371. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  372. </sequential>
  373. <sequential>
  374. <delete file="${element_complexType.xml}"/>
  375. <xslt basedir="./" style="${get_all_xsd.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${element_complexType.xml}" >
  376. <factory name="net.sf.saxon.TransformerFactoryImpl">
  377. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  378. <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd}element_complexType"/>
  379. </factory>
  380. <param name="ignore_SVG.xsd" expression="true"/>
  381. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  382. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  383. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  384. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  385. <param name="debug_level_param" expression="${debug_level_param}"/>
  386. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  387. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  388. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  389. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  390. <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}"/>
  391. <param name="basedir" expression="${basedir}"/>
  392. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  393. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  394. <param name="default_db.dir" expression="${default_db.dir}"/>
  395. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  396. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  397. <param name="external_schema" expression="${external_schema}"/>
  398. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  399. </xslt>
  400. </sequential>
  401. </parallel>
  402. </target>
  403. <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, -->
  404. <parallel threadcount="2">
  405. <sequential>
  406. <!--<exec executable="say" failifexecutionfails="false">
  407. <arg line="-v alex"/>
  408. <arg line="generating multi thread build lists for complex Types "/>
  409. </exec>-->
  410. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  411. <property name="p5suis:say_text" value="generating multi thread build lists for complex Types" />
  412. </ant>
  413. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  414. </sequential>
  415. <sequential>
  416. <delete file="${build_element_complexType.xml}"/>
  417. <!--<tempfile property="build_element_complexType.xml.properties_override" prefix="build_element_complexType.xml.properties_override" suffix=".xml" destdir="${transformed.local}" deleteonexit="no"/>-->
  418. <!--<echoxml file="${build_element_complexType.xml.properties_override}" >
  419. <properties>
  420. <property name="uuid" value="PROCES_INIT_TREE_$${xpath_value}"/> <!-\- to be evaluated in child xsl/ant-\->
  421. <property name="typeName" value="default_db:PROCES_INIT"/>
  422. <property name="xpath" value="ID"/>
  423. </properties>
  424. </echoxml>-->
  425. <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}" in="${element_complexType.xml}" destdir="./" out="${build_element_complexType.xml}" >
  426. <factory name="net.sf.saxon.TransformerFactoryImpl">
  427. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  428. <attribute name="http://saxon.sf.net/feature/initialMode" value="build_element_complexType.xml"/>
  429. </factory>
  430. <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
  431. <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
  432. <param name="antfile_prefix" expression="build_element_complexType.xml"/>
  433. <param name="temp" expression="/tmp"/>
  434. <param name="basedir" expression="${basedir}"/>
  435. <param name="antfile" expression=""/>
  436. <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
  437. <param name="match_child_element" expression=""/>
  438. <param name="match_child_element_property_name" expression=""/>
  439. <param name="properties.xml" expression="${build_properties.xml}"/>
  440. <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
  441. <param name="parallel" expression="1"/>
  442. <param name="threadCount" expression="${threadCount}"/>
  443. <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
  444. <param name="debug_level_param" expression="${debug_level_param}"/>
  445. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  446. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  447. <!--<param name="external_schema_table.path" expression="${external_schema_table.path}"/>-->
  448. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  449. </xslt>
  450. <!--<exec executable="say" failifexecutionfails="false">
  451. <arg line="-v alex"/>
  452. <arg line="executing multi thread build for complex Types by thread count ${threadCount}"/>
  453. </exec>-->
  454. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  455. <property name="p5suis:say_text" value="executing multi thread build for complex Types by thread count ${threadCount}" />
  456. </ant>
  457. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  458. <!--<delete dir="${build_complexType.local}"/>-->
  459. <echo>#637 will antfile: ${build_element_complexType.xml}
  460. </echo>
  461. <ant antfile="${build_element_complexType.xml}"/>
  462. <touch file="${build_element_complexType.xml.complete}"/>
  463. <!--<exec executable="say" failifexecutionfails="false">
  464. <arg line="-v alex"/>
  465. <arg line="generating complex types complete"/>
  466. </exec>-->
  467. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  468. <property name="p5suis:say_text" value="generating complex types complete" />
  469. </ant>
  470. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  471. </sequential>
  472. </parallel>
  473. </target>
  474. <target name="p5build.SYSTEM.transformed">
  475. <mkdir dir="${p5build.SYSTEM.transformed.build_complexType.local}"/>
  476. </target>
  477. <target name="save_build_properties" >
  478. <mkdir dir="${p5build.temp}"/>
  479. <mkdir dir="${p5build.repository}"/>
  480. <ant antfile="${WPS_Functions.build}" inheritall="yes"/>
  481. <!--R <ant antfile="${build_SE.xml}" target="save_build_properties"/>-->
  482. <!-- R <loadproperties srcfile="${build_SE.properties}"/>-->
  483. <!--R <echoproperties destfile="${build_properties}" />-->
  484. <echoproperties destfile="${build_properties.xml}" format="xml"/>
  485. </target>
  486. <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">
  487. <delete dir="${external_schema_table.path}" failonerror="false"/>
  488. </target>
  489. <target name="build_detect_resource_type.xml.single.task" description="Just build_detect_resource_type.xml elements"> <!-- R depends="save_build_properties,read_build_properties" -->
  490. <parallel threadcount="2">
  491. <sequential>
  492. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  493. <arg line="-v alex"/>
  494. <arg line="generating multi thread build lists for complex resource types relations "/>
  495. </exec>-->
  496. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  497. <property name="p5suis:say_text" value="generating multi thread build lists for complex resource types relations " />
  498. </ant>
  499. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  500. </sequential>
  501. <sequential>
  502. <delete file="${build_detect_resource_type.xml}" failonerror="false"/>
  503. <delete file="${build_detect_resource_type.complete}" failonerror="false"/>
  504. <xslt basedir="./" style="${build_ant_universal_by_xsl_match.xsl}" in="${element_complexType.xml}" destdir="./" out="${build_detect_resource_type.xml}" >
  505. <factory name="net.sf.saxon.TransformerFactoryImpl">
  506. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  507. <attribute name="http://saxon.sf.net/feature/initialMode" value="build_detect_resource_type.xml"/>
  508. </factory>
  509. <!--<param name="match_root_element" expression="wfs:FeatureCollection"/>-->
  510. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  511. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  512. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  513. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  514. <param name="external_schema" expression="${external_schema}"/>
  515. <param name="default_db.dir" expression="${default_db.dir}"/>
  516. <param name="match_element" expression=""/><!-- To be set universally to another type of object tree -->
  517. <param name="antfile_prefix" expression="build_element_complexType.xml"/>
  518. <param name="temp" expression="/tmp"/>
  519. <param name="basedir" expression="${basedir}"/>
  520. <param name="antfile" expression=""/>
  521. <!--<param name="target" expression="xml_recursed_from_tr_map_with_RelatedFeatureLoop"/>-->
  522. <param name="match_child_element" expression=""/>
  523. <param name="match_child_element_property_name" expression=""/>
  524. <param name="properties.xml" expression="${build_properties.xml}"/>
  525. <!--<param name="properties_override.xml" expression="${properties_override.xml}"/>-->
  526. <param name="parallel" expression="1"/>
  527. <param name="threadCount" expression="${threadCount}"/>
  528. <param name="ant-launcher.jar" expression="${ant-launcher.jar}"/>
  529. <param name="debug_level_param" expression="${debug_level_param}"/>
  530. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  531. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  532. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  533. <param name="detect_resource_type.xsl" expression="${detect_resource_type.xsl}"/>
  534. <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}"/>
  535. <!--<param name="external_schema_table.path" expression="${external_schema_table.path}"/>-->
  536. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  537. </xslt>
  538. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  539. <arg line="-v alex"/>
  540. <arg line="executing multi thread build for relations by thread count ${threadCount}"/>
  541. </exec>-->
  542. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  543. <property name="p5suis:say_text" value="executing multi thread build for relations by thread count ${threadCount}" />
  544. </ant>
  545. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  546. <!--<delete dir="${build_complexType.local}"/>-->
  547. <ant antfile="${build_detect_resource_type.xml}"/>
  548. <touch file="${build_detect_resource_type.complete}"/>
  549. <!--<exec executable="say" failifexecutionfails="false">
  550. <arg line="-v alex"/>
  551. <arg line="generating relations types complete"/>
  552. </exec>-->
  553. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  554. <property name="p5suis:say_text" value="generating relations types complete" />
  555. </ant>
  556. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  557. </sequential>
  558. </parallel>
  559. </target>
  560. <target name="build_detect_objects_parent_relations.single" depends="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, -->
  561. <parallel threadcount="2">
  562. <sequential>
  563. <!--<exec executable="say" failifexecutionfails="false">
  564. <arg line="-v alex"/>
  565. <arg line="generating detect_object_parent_relations_single with distinct object definitions in detect_resource_type directory."/>
  566. </exec>-->
  567. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  568. <property name="p5suis:say_text" value="generating detect_object_parent_relations_single with distinct object definitions in detect_resource_type directory." />
  569. </ant>
  570. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  571. </sequential>
  572. <sequential>
  573. <delete file="${detect_objects_parent_relations.xml}"/>
  574. <xslt basedir="./" style="${detect_objects_parent_relations.xsl}" in="${empty.xml}" destdir="./" out="${detect_objects_parent_relations.xml}" force="yes" >
  575. <factory name="net.sf.saxon.TransformerFactoryImpl">
  576. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  577. <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"/>
  578. </factory>
  579. <param name="p5Type.basedir" expression="${p5Type.basedir}"/>
  580. <param name="WPS_Functions" expression="${WPS_Functions.basedir}"/>
  581. <param name="default_db.ant-object.basedir" expression="${default_db.ant-object.basedir}"/>
  582. <param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
  583. <param name="external_schema" expression="${external_schema}"/>
  584. <param name="default_db.dir" expression="${default_db.dir}"/>
  585. <param name="default_db.instance.xml" expression="${default_db.instance.xml}"/>
  586. <param name="default_db.instance.xml.symlink" expression="${default_db.instance.xml.symlink}"/>
  587. <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
  588. <param name="procesy5_system_schema_file" expression="${procesy5_system_schema.xml}"/>
  589. <param name="targetNamespace_DEFAULTS" expression="${targetNamespace_DEFAULTS}"/>
  590. <param name="external_schema_table.path" expression="${external_schema_table.path}"/>
  591. <param name="default_db_targetNamespace_detect_string" expression="${default_db_targetNamespace_detect_string}"/>
  592. <param name="zasob_id_db_targetNamespace_detect_string" expression="${zasob_id_db_targetNamespace_detect_string}"/>
  593. <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
  594. <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}"/>
  595. <param name="basedir" expression="${basedir}"/>
  596. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  597. </xslt>
  598. <!--<exec executable="say" spawn="true" failifexecutionfails="false">
  599. <arg line="-v alex"/>
  600. <arg line="complete build detect objects parent relations single"/>
  601. </exec>-->
  602. <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
  603. <property name="p5suis:say_text" value="complete build detect objects parent relations single" />
  604. </ant>
  605. <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
  606. </sequential>
  607. </parallel>
  608. <!--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-->
  609. </target>
  610. <target name="automation_driven.submodule.struct.read.xsd" depends="automation_driven.submodule.xsd__struct_write"
  611. description="to initially generate xsd from automation_driven.submodule.struct.h file">
  612. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.struct.h}</echo>
  613. <xslt basedir="${automation_driven.submodule.basedir}"
  614. destdir="${automation_driven.submodule.temp}"
  615. force="true"
  616. in="${empty.xml}"
  617. out="${automation_driven.submodule.struct.read.xsd}"
  618. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  619. <factory name="net.sf.saxon.TransformerFactoryImpl">
  620. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  621. <attribute name="http://saxon.sf.net/feature/initialTemplate"
  622. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  623. <!--<attribute name="http://saxon.sf.net/feature/initialMode"
  624. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  625. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  626. value="true"/>
  627. </factory>
  628. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  629. expression="${automation_driven.basedir}"/>
  630. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  631. expression="${automation_driven.repository}"/>
  632. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  633. expression="${automation_driven.temp}"/>
  634. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  635. expression="${automation_driven.submodule.basedir}"/>
  636. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  637. expression="${automation_driven.submodule.repository}"/>
  638. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  639. expression="${automation_driven.submodule.temp}"/>
  640. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  641. expression="${automation_driven.submodule.struct.h}"/>
  642. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  643. expression="${automation_driven.submodule.namespaces.xsd}"/>
  644. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  645. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  646. </xslt>
  647. </target>
  648. <target name="automation_driven.submodule.xsd__struct_write"
  649. description="to initially generate h " >
  650. <echo>#42 generating from ${automation_driven.submodule.struct.write.xsd} </echo>
  651. <xslt basedir="${automation_driven.submodule.basedir}"
  652. destdir="${automation_driven.submodule.temp}"
  653. force="true"
  654. in="${automation_driven.submodule.struct.write.xsd}"
  655. out="${automation_driven.submodule.struct.write.h}"
  656. style="${automation_driven.submodule.struct.write.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  657. <factory name="net.sf.saxon.TransformerFactoryImpl">
  658. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  659. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  660. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  661. <attribute name="http://saxon.sf.net/feature/initialMode"
  662. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}write.h"/>
  663. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  664. value="true"/>
  665. </factory>
  666. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  667. expression="${automation_driven.basedir}"/>
  668. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  669. expression="${automation_driven.repository}"/>
  670. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  671. expression="${automation_driven.temp}"/>
  672. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  673. expression="${automation_driven.submodule.basedir}"/>
  674. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  675. expression="${automation_driven.submodule.repository}"/>
  676. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  677. expression="${automation_driven.submodule.temp}"/>
  678. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  679. expression="${automation_driven.submodule.struct.h}"/>
  680. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  681. expression="${automation_driven.submodule.namespaces.xsd}"/>
  682. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  683. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  684. </xslt>
  685. </target>
  686. <target name="automation_driven.submodule.xsd__struct_files"
  687. description="to initially generate xsd " depends="automation_driven.submodule.struct.read.xsd">
  688. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  689. <xslt basedir="${automation_driven.submodule.basedir}"
  690. destdir="${automation_driven.submodule.temp}"
  691. force="true"
  692. in="${automation_driven.submodule.xsd}"
  693. out="${automation_driven.submodule.struct.read.xsd}"
  694. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  695. <factory name="net.sf.saxon.TransformerFactoryImpl">
  696. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  697. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  698. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  699. <attribute name="http://saxon.sf.net/feature/initialMode"
  700. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  701. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  702. value="true"/>
  703. </factory>
  704. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  705. expression="${automation_driven.basedir}"/>
  706. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  707. expression="${automation_driven.repository}"/>
  708. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  709. expression="${automation_driven.temp}"/>
  710. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  711. expression="${automation_driven.submodule.basedir}"/>
  712. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  713. expression="${automation_driven.submodule.repository}"/>
  714. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  715. expression="${automation_driven.submodule.temp}"/>
  716. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  717. expression="${automation_driven.submodule.struct.h}"/>
  718. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  719. expression="${automation_driven.submodule.namespaces.xsd}"/>
  720. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  721. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  722. </xslt>
  723. </target>
  724. <target name="automation_driven.submodule.xsd__struct_files_fix_default.xml"
  725. description="to initially generate xsd " depends="automation_driven.submodule.xsd__struct_files">
  726. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  727. <xslt basedir="${automation_driven.submodule.basedir}"
  728. destdir="${automation_driven.submodule.temp}"
  729. force="true"
  730. in="${automation_driven.submodule.struct.read.xsd}"
  731. out="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"
  732. style="${automation_driven.submodule.xsd__struct_files_fix_default.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  733. <factory name="net.sf.saxon.TransformerFactoryImpl">
  734. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  735. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  736. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  737. <attribute name="http://saxon.sf.net/feature/initialMode"
  738. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"/>
  739. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  740. value="true"/>
  741. </factory>
  742. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  743. expression="${automation_driven.basedir}"/>
  744. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  745. expression="${automation_driven.repository}"/>
  746. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  747. expression="${automation_driven.temp}"/>
  748. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  749. expression="${automation_driven.submodule.basedir}"/>
  750. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  751. expression="${automation_driven.submodule.repository}"/>
  752. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  753. expression="${automation_driven.submodule.temp}"/>
  754. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  755. expression="${automation_driven.submodule.struct.h}"/>
  756. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  757. expression="${automation_driven.submodule.namespaces.xsd}"/>
  758. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  759. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  760. </xslt>
  761. </target>
  762. <target name="automation_driven.submodule.xsd__struct_files__fixed" depends="automation_driven.submodule.xsd__struct_files_fix_default.xml"
  763. description="to initially generate xsd ">
  764. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  765. <xslt basedir="${automation_driven.submodule.basedir}"
  766. destdir="${automation_driven.submodule.temp}"
  767. force="true"
  768. in="${automation_driven.submodule.xsd}"
  769. out="${automation_driven.submodule.struct.read.xsd}"
  770. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  771. <factory name="net.sf.saxon.TransformerFactoryImpl">
  772. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  773. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  774. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  775. <attribute name="http://saxon.sf.net/feature/initialMode"
  776. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  777. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  778. value="true"/>
  779. </factory>
  780. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  781. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  782. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  783. expression="${automation_driven.basedir}"/>
  784. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  785. expression="${automation_driven.repository}"/>
  786. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  787. expression="${automation_driven.temp}"/>
  788. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  789. expression="${automation_driven.submodule.basedir}"/>
  790. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  791. expression="${automation_driven.submodule.repository}"/>
  792. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  793. expression="${automation_driven.submodule.temp}"/>
  794. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  795. expression="${automation_driven.submodule.struct.h}"/>
  796. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  797. expression="${automation_driven.submodule.namespaces.xsd}"/>
  798. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  799. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  800. </xslt>
  801. </target>
  802. <!--<target name="automation_driven.submodule.xsd__struct_files_fix_types.xml"
  803. ><!-\- depends="automation_driven.submodule.xsd__struct_files" -\->
  804. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  805. <xslt basedir="${automation_driven.submodule.basedir}"
  806. destdir="${automation_driven.submodule.temp}"
  807. force="true"
  808. in="${automation_driven.submodule.struct.read.xsd}"
  809. out="${automation_driven.submodule.xsd__struct_files_fix_types.xml}"
  810. style="${automation_driven.submodule.xsd__struct_files_fix_types.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
  811. <factory name="net.sf.saxon.TransformerFactoryImpl">
  812. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  813. <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
  814. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-\->
  815. <attribute name="http://saxon.sf.net/feature/initialMode"
  816. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_types.xml"/>
  817. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  818. value="true"/>
  819. </factory>
  820. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  821. expression="${automation_driven.basedir}"/>
  822. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  823. expression="${automation_driven.repository}"/>
  824. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  825. expression="${automation_driven.temp}"/>
  826. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  827. expression="${automation_driven.submodule.basedir}"/>
  828. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  829. expression="${automation_driven.submodule.repository}"/>
  830. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  831. expression="${automation_driven.submodule.temp}"/>
  832. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  833. expression="${automation_driven.submodule.struct.h}"/>
  834. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  835. expression="${automation_driven.submodule.namespaces.xsd}"/>
  836. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  837. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  838. </xslt>
  839. </target>-->
  840. <target name="automation_driven.submodule.struct.read__communication.xml"
  841. depends="automation_driven.submodule.xsd__struct_files__fixed"
  842. ><!--
  843. depends="automation_driven.submodule.xsd__struct_files__fixed"
  844. -->
  845. <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>
  846. <xslt basedir="${automation_driven.submodule.basedir}"
  847. destdir="${automation_driven.submodule.temp}"
  848. force="true"
  849. in="${automation_driven.submodule.struct.read__communication.xsd}"
  850. out="${automation_driven.submodule.struct.read__communication.xml}"
  851. style="${automation_driven.submodule.struct.read__communication.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  852. <factory name="net.sf.saxon.TransformerFactoryImpl">
  853. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  854. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  855. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  856. <attribute name="http://saxon.sf.net/feature/initialMode"
  857. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication.xml"/>
  858. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  859. value="true"/>
  860. </factory>
  861. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  862. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  863. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  864. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  865. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  866. expression="${automation_driven.basedir}"/>
  867. <param name="{http://biuro.biall-net.pl/xmlschema_proce9sy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  868. expression="${automation_driven.repository}"/>
  869. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  870. expression="${automation_driven.temp}"/>
  871. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  872. expression="${automation_driven.submodule.basedir}"/>
  873. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  874. expression="${automation_driven.submodule.repository}"/>
  875. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  876. expression="${automation_driven.submodule.temp}"/>
  877. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  878. expression="${automation_driven.submodule.struct.h}"/>
  879. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  880. expression="${automation_driven.submodule.namespaces.xsd}"/>
  881. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
  882. expression="${automation_driven.submodule.struct.read.xsd}"/>
  883. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication.xsd"
  884. expression="${automation_driven.submodule.struct.read__communication.xsd}"/>
  885. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
  886. expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
  887. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
  888. expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
  889. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  890. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  891. </xslt>
  892. </target>
  893. <target name="automation_driven.submodule.struct.read__communication_generated.xml"
  894. depends="automation_driven.submodule.struct.read__communication.xml" >
  895. <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>
  896. <xslt basedir="${automation_driven.submodule.basedir}"
  897. destdir="${automation_driven.submodule.temp}"
  898. force="true"
  899. in="${automation_driven.submodule.struct.read__communication.xml}"
  900. out="${automation_driven.submodule.struct.read__communication_generated.xml}"
  901. style="${automation_driven.submodule.struct.read__communication_generated.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  902. <factory name="net.sf.saxon.TransformerFactoryImpl">
  903. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  904. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  905. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  906. <attribute name="http://saxon.sf.net/feature/initialMode"
  907. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication_generated.xml"/>
  908. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  909. value="true"/>
  910. </factory>
  911. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  912. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  913. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  914. expression="${automation_driven.basedir}"/>
  915. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  916. expression="${automation_driven.repository}"/>
  917. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  918. expression="${automation_driven.temp}"/>
  919. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  920. expression="${automation_driven.submodule.basedir}"/>
  921. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  922. expression="${automation_driven.submodule.repository}"/>
  923. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  924. expression="${automation_driven.submodule.temp}"/>
  925. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  926. expression="${automation_driven.submodule.struct.h}"/>
  927. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  928. expression="${automation_driven.submodule.namespaces.xsd}"/>
  929. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
  930. expression="${automation_driven.submodule.struct.read.xsd}"/>
  931. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
  932. expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
  933. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
  934. expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
  935. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  936. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  937. </xslt>
  938. </target>
  939. <target name="automation_driven.submodule.struct.read__communication_generated.h"
  940. depends="automation_driven.submodule.struct.read__communication_generated.xml" >
  941. <echo>#370 generating ${automation_driven.submodule.struct.read__communication_generated.h} </echo>
  942. <xslt basedir="${automation_driven.submodule.basedir}"
  943. destdir="${automation_driven.submodule.temp}"
  944. force="true"
  945. in="${automation_driven.submodule.struct.read__communication_generated.xml}"
  946. out="${automation_driven.submodule.struct.read__communication_generated.h}"
  947. style="${automation_driven.submodule.struct.read__communication_generated.h.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  948. <factory name="net.sf.saxon.TransformerFactoryImpl">
  949. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  950. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  951. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  952. <attribute name="http://saxon.sf.net/feature/initialMode"
  953. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication_generated.h"/>
  954. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  955. value="true"/>
  956. </factory>
  957. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  958. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  959. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  960. expression="${automation_driven.basedir}"/>
  961. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  962. expression="${automation_driven.repository}"/>
  963. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  964. expression="${automation_driven.temp}"/>
  965. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  966. expression="${automation_driven.submodule.basedir}"/>
  967. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  968. expression="${automation_driven.submodule.repository}"/>
  969. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  970. expression="${automation_driven.submodule.temp}"/>
  971. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  972. expression="${automation_driven.submodule.struct.h}"/>
  973. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  974. expression="${automation_driven.submodule.namespaces.xsd}"/>
  975. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
  976. expression="${automation_driven.submodule.struct.read.xsd}"/>
  977. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
  978. expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
  979. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
  980. expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
  981. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  982. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  983. </xslt>
  984. </target>
  985. <!--<target name="automation_driven.submodule.struct.read.enumerate.xsd"
  986. description="to enumerate unique attributes " depends="automation_driven.submodule.xsd__struct_files">
  987. <echo>#42 generating ${automation_driven.submodule.struct.read.enumerate.xsd} using ${automation_driven.submodule.struct.read.xsd}</echo>
  988. <xslt basedir="${automation_driven.submodule.basedir}"
  989. destdir="${automation_driven.submodule.temp}"
  990. force="true"
  991. in="${automation_driven.submodule.struct.read.xsd}"
  992. out="${automation_driven.submodule.struct.read.enumerate.xsd}"
  993. style="${automation_driven.submodule.struct.read.enumerate.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
  994. <factory name="net.sf.saxon.TransformerFactoryImpl">
  995. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  996. <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
  997. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>-\->
  998. <attribute name="http://saxon.sf.net/feature/initialMode"
  999. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>
  1000. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  1001. value="true"/>
  1002. </factory>
  1003. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  1004. expression="${automation_driven.basedir}"/>
  1005. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  1006. expression="${automation_driven.repository}"/>
  1007. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  1008. expression="${automation_driven.temp}"/>
  1009. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  1010. expression="${automation_driven.submodule.basedir}"/>
  1011. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  1012. expression="${automation_driven.submodule.repository}"/>
  1013. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  1014. expression="${automation_driven.submodule.temp}"/>
  1015. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  1016. expression="${automation_driven.submodule.struct.h}"/>
  1017. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  1018. expression="${automation_driven.submodule.namespaces.xsd}"/>
  1019. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  1020. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  1021. </xslt>
  1022. </target>-->
  1023. </project>