build_automation_driven.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. <extension-point name="default.default" depends="default"/>
  15. <extension-point name="default" depends="PRODUCT.PRODUCT,INSTALL.INSTALL"/>
  16. <target name="xsl-test"
  17. description="test usage of default xslt template for module">
  18. <xslt basedir="${automation_driven.basedir}"
  19. destdir="${automation_driven.temp}"
  20. force="true"
  21. in="${automation_driven.INSTALL.install_example}"
  22. out="${automation_driven.temp}/INSTALL.install_example.xsl-test.xml"
  23. style="${automation_driven.xsl}">
  24. <factory name="net.sf.saxon.TransformerFactoryImpl">
  25. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  26. <attribute name="http://saxon.sf.net/feature/initialMode"
  27. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}INSTALL.install_example.xsl-test.xml"/>
  28. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  29. value="true"/>
  30. </factory>
  31. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  32. expression="${automation_driven.basedir}"/>
  33. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  34. expression="${automation_driven.repository}"/>
  35. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  36. expression="${automation_driven.temp}"/>
  37. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  38. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  39. </xslt>
  40. </target>
  41. <target name="automation_driven.submodule.struct.read.xsd"
  42. description="to initially generate xsd from automation_driven.submodule.struct.h file">
  43. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.struct.h}</echo>
  44. <xslt basedir="${automation_driven.submodule.basedir}"
  45. destdir="${automation_driven.submodule.temp}"
  46. force="true"
  47. in="${empty.xml}"
  48. out="${automation_driven.submodule.struct.read.xsd}"
  49. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  50. <factory name="net.sf.saxon.TransformerFactoryImpl">
  51. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  52. <attribute name="http://saxon.sf.net/feature/initialTemplate"
  53. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  54. <!--<attribute name="http://saxon.sf.net/feature/initialMode"
  55. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  56. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  57. value="true"/>
  58. </factory>
  59. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  60. expression="${automation_driven.basedir}"/>
  61. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  62. expression="${automation_driven.repository}"/>
  63. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  64. expression="${automation_driven.temp}"/>
  65. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  66. expression="${automation_driven.submodule.basedir}"/>
  67. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  68. expression="${automation_driven.submodule.repository}"/>
  69. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  70. expression="${automation_driven.submodule.temp}"/>
  71. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  72. expression="${automation_driven.submodule.struct.h}"/>
  73. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  74. expression="${automation_driven.submodule.namespaces.xsd}"/>
  75. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  76. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  77. </xslt>
  78. </target>
  79. <target name="automation_driven.submodule.xsd__struct_files"
  80. description="to initially generate xsd " depends="automation_driven.submodule.struct.read.xsd">
  81. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  82. <xslt basedir="${automation_driven.submodule.basedir}"
  83. destdir="${automation_driven.submodule.temp}"
  84. force="true"
  85. in="${automation_driven.submodule.xsd}"
  86. out="${automation_driven.submodule.struct.read.xsd}"
  87. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  88. <factory name="net.sf.saxon.TransformerFactoryImpl">
  89. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  90. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  91. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  92. <attribute name="http://saxon.sf.net/feature/initialMode"
  93. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  94. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  95. value="true"/>
  96. </factory>
  97. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  98. expression="${automation_driven.basedir}"/>
  99. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  100. expression="${automation_driven.repository}"/>
  101. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  102. expression="${automation_driven.temp}"/>
  103. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  104. expression="${automation_driven.submodule.basedir}"/>
  105. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  106. expression="${automation_driven.submodule.repository}"/>
  107. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  108. expression="${automation_driven.submodule.temp}"/>
  109. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  110. expression="${automation_driven.submodule.struct.h}"/>
  111. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  112. expression="${automation_driven.submodule.namespaces.xsd}"/>
  113. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  114. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  115. </xslt>
  116. </target>
  117. <target name="automation_driven.submodule.xsd__struct_files_fix_default.xml"
  118. description="to initially generate xsd " depends="automation_driven.submodule.xsd__struct_files">
  119. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  120. <xslt basedir="${automation_driven.submodule.basedir}"
  121. destdir="${automation_driven.submodule.temp}"
  122. force="true"
  123. in="${automation_driven.submodule.struct.read.xsd}"
  124. out="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"
  125. style="${automation_driven.submodule.xsd__struct_files_fix_default.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  126. <factory name="net.sf.saxon.TransformerFactoryImpl">
  127. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  128. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  129. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  130. <attribute name="http://saxon.sf.net/feature/initialMode"
  131. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"/>
  132. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  133. value="true"/>
  134. </factory>
  135. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  136. expression="${automation_driven.basedir}"/>
  137. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  138. expression="${automation_driven.repository}"/>
  139. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  140. expression="${automation_driven.temp}"/>
  141. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  142. expression="${automation_driven.submodule.basedir}"/>
  143. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  144. expression="${automation_driven.submodule.repository}"/>
  145. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  146. expression="${automation_driven.submodule.temp}"/>
  147. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  148. expression="${automation_driven.submodule.struct.h}"/>
  149. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  150. expression="${automation_driven.submodule.namespaces.xsd}"/>
  151. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  152. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  153. </xslt>
  154. </target>
  155. <target name="automation_driven.submodule.xsd__struct_files__fixed" depends="automation_driven.submodule.xsd__struct_files_fix_default.xml"
  156. description="to initially generate xsd ">
  157. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  158. <xslt basedir="${automation_driven.submodule.basedir}"
  159. destdir="${automation_driven.submodule.temp}"
  160. force="true"
  161. in="${automation_driven.submodule.xsd}"
  162. out="${automation_driven.submodule.struct.read.xsd}"
  163. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  164. <factory name="net.sf.saxon.TransformerFactoryImpl">
  165. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  166. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  167. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  168. <attribute name="http://saxon.sf.net/feature/initialMode"
  169. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  170. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  171. value="true"/>
  172. </factory>
  173. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
  174. expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
  175. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  176. expression="${automation_driven.basedir}"/>
  177. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  178. expression="${automation_driven.repository}"/>
  179. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  180. expression="${automation_driven.temp}"/>
  181. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  182. expression="${automation_driven.submodule.basedir}"/>
  183. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  184. expression="${automation_driven.submodule.repository}"/>
  185. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  186. expression="${automation_driven.submodule.temp}"/>
  187. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  188. expression="${automation_driven.submodule.struct.h}"/>
  189. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  190. expression="${automation_driven.submodule.namespaces.xsd}"/>
  191. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  192. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  193. </xslt>
  194. </target>
  195. <!--<target name="automation_driven.submodule.xsd__struct_files_fix_types.xml"
  196. ><!-\- depends="automation_driven.submodule.xsd__struct_files" -\->
  197. <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
  198. <xslt basedir="${automation_driven.submodule.basedir}"
  199. destdir="${automation_driven.submodule.temp}"
  200. force="true"
  201. in="${automation_driven.submodule.struct.read.xsd}"
  202. out="${automation_driven.submodule.xsd__struct_files_fix_types.xml}"
  203. style="${automation_driven.submodule.xsd__struct_files_fix_types.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
  204. <factory name="net.sf.saxon.TransformerFactoryImpl">
  205. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  206. <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
  207. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-\->
  208. <attribute name="http://saxon.sf.net/feature/initialMode"
  209. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_types.xml"/>
  210. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  211. value="true"/>
  212. </factory>
  213. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  214. expression="${automation_driven.basedir}"/>
  215. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  216. expression="${automation_driven.repository}"/>
  217. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  218. expression="${automation_driven.temp}"/>
  219. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  220. expression="${automation_driven.submodule.basedir}"/>
  221. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  222. expression="${automation_driven.submodule.repository}"/>
  223. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  224. expression="${automation_driven.submodule.temp}"/>
  225. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  226. expression="${automation_driven.submodule.struct.h}"/>
  227. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  228. expression="${automation_driven.submodule.namespaces.xsd}"/>
  229. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  230. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  231. </xslt>
  232. </target>-->
  233. <target name="automation_driven.submodule.struct.read__communication.xml"
  234. depends="automation_driven.submodule.xsd__struct_files__fixed"
  235. ><!---->
  236. <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>
  237. <xslt basedir="${automation_driven.submodule.basedir}"
  238. destdir="${automation_driven.submodule.temp}"
  239. force="true"
  240. in="${automation_driven.submodule.struct.read__communication.xsd}"
  241. out="${automation_driven.submodule.struct.read__communication.xml}"
  242. style="${automation_driven.submodule.struct.read__communication.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  243. <factory name="net.sf.saxon.TransformerFactoryImpl">
  244. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  245. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  246. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  247. <attribute name="http://saxon.sf.net/feature/initialMode"
  248. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication.xml"/>
  249. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  250. value="true"/>
  251. </factory>
  252. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  253. expression="${automation_driven.basedir}"/>
  254. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  255. expression="${automation_driven.repository}"/>
  256. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  257. expression="${automation_driven.temp}"/>
  258. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  259. expression="${automation_driven.submodule.basedir}"/>
  260. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  261. expression="${automation_driven.submodule.repository}"/>
  262. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  263. expression="${automation_driven.submodule.temp}"/>
  264. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  265. expression="${automation_driven.submodule.struct.h}"/>
  266. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  267. expression="${automation_driven.submodule.namespaces.xsd}"/>
  268. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
  269. expression="${automation_driven.submodule.struct.read.xsd}"/>
  270. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
  271. expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
  272. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
  273. expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
  274. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  275. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  276. </xslt>
  277. </target>
  278. <target name="automation_driven.submodule.struct.read__communication_generated.xml"
  279. depends="automation_driven.submodule.struct.read__communication.xml" >
  280. <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>
  281. <xslt basedir="${automation_driven.submodule.basedir}"
  282. destdir="${automation_driven.submodule.temp}"
  283. force="true"
  284. in="${automation_driven.submodule.struct.read__communication.xml}"
  285. out="${automation_driven.submodule.struct.read__communication_generated.xsd}"
  286. style="${automation_driven.submodule.struct.read__communication.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  287. <factory name="net.sf.saxon.TransformerFactoryImpl">
  288. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  289. <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
  290. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  291. <attribute name="http://saxon.sf.net/feature/initialMode"
  292. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct.read__communication_generated.xml"/>
  293. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  294. value="true"/>
  295. </factory>
  296. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  297. expression="${automation_driven.basedir}"/>
  298. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  299. expression="${automation_driven.repository}"/>
  300. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  301. expression="${automation_driven.temp}"/>
  302. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  303. expression="${automation_driven.submodule.basedir}"/>
  304. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  305. expression="${automation_driven.submodule.repository}"/>
  306. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  307. expression="${automation_driven.submodule.temp}"/>
  308. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  309. expression="${automation_driven.submodule.struct.h}"/>
  310. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  311. expression="${automation_driven.submodule.namespaces.xsd}"/>
  312. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xsd"
  313. expression="${automation_driven.submodule.struct.read.xsd}"/>
  314. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xml"
  315. expression="${automation_driven.submodule.struct.read__communication_generated.xml}"/>
  316. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read__communication_generated.xsd"
  317. expression="${automation_driven.submodule.struct.read__communication_generated.xsd}"/>
  318. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  319. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  320. </xslt>
  321. </target>
  322. <!--<target name="automation_driven.submodule.struct.read.enumerate.xsd"
  323. description="to enumerate unique attributes " depends="automation_driven.submodule.xsd__struct_files">
  324. <echo>#42 generating ${automation_driven.submodule.struct.read.enumerate.xsd} using ${automation_driven.submodule.struct.read.xsd}</echo>
  325. <xslt basedir="${automation_driven.submodule.basedir}"
  326. destdir="${automation_driven.submodule.temp}"
  327. force="true"
  328. in="${automation_driven.submodule.struct.read.xsd}"
  329. out="${automation_driven.submodule.struct.read.enumerate.xsd}"
  330. style="${automation_driven.submodule.struct.read.enumerate.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
  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"
  334. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>-\->
  335. <attribute name="http://saxon.sf.net/feature/initialMode"
  336. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>
  337. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  338. value="true"/>
  339. </factory>
  340. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  341. expression="${automation_driven.basedir}"/>
  342. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  343. expression="${automation_driven.repository}"/>
  344. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  345. expression="${automation_driven.temp}"/>
  346. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  347. expression="${automation_driven.submodule.basedir}"/>
  348. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  349. expression="${automation_driven.submodule.repository}"/>
  350. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  351. expression="${automation_driven.submodule.temp}"/>
  352. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  353. expression="${automation_driven.submodule.struct.h}"/>
  354. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  355. expression="${automation_driven.submodule.namespaces.xsd}"/>
  356. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  357. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  358. </xslt>
  359. </target>-->
  360. </project>