build_automation_driven.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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.enumerate.xsd"
  234. description="to enumerate unique attributes " depends="automation_driven.submodule.xsd__struct_files">
  235. <echo>#42 generating ${automation_driven.submodule.struct.read.enumerate.xsd} using ${automation_driven.submodule.struct.read.xsd}</echo>
  236. <xslt basedir="${automation_driven.submodule.basedir}"
  237. destdir="${automation_driven.submodule.temp}"
  238. force="true"
  239. in="${automation_driven.submodule.struct.read.xsd}"
  240. out="${automation_driven.submodule.struct.read.enumerate.xsd}"
  241. style="${automation_driven.submodule.struct.read.enumerate.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
  242. <factory name="net.sf.saxon.TransformerFactoryImpl">
  243. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  244. <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
  245. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>-\->
  246. <attribute name="http://saxon.sf.net/feature/initialMode"
  247. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>
  248. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  249. value="true"/>
  250. </factory>
  251. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  252. expression="${automation_driven.basedir}"/>
  253. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  254. expression="${automation_driven.repository}"/>
  255. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  256. expression="${automation_driven.temp}"/>
  257. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
  258. expression="${automation_driven.submodule.basedir}"/>
  259. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
  260. expression="${automation_driven.submodule.repository}"/>
  261. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
  262. expression="${automation_driven.submodule.temp}"/>
  263. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
  264. expression="${automation_driven.submodule.struct.h}"/>
  265. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
  266. expression="${automation_driven.submodule.namespaces.xsd}"/>
  267. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  268. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  269. </xslt>
  270. </target>-->
  271. </project>