build_automation_driven.xml 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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.xml"
  42. description="to initially generate xsd from automation_driven.submodule.struct.h file">
  43. <xslt basedir="${automation_driven.submodule.basedir}"
  44. destdir="${automation_driven.submodule.temp}"
  45. force="true"
  46. in="${empty.xml}"
  47. out="${automation_driven.submodule.struct.read.xml}"
  48. style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
  49. <factory name="net.sf.saxon.TransformerFactoryImpl">
  50. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  51. <attribute name="http://saxon.sf.net/feature/initialTemplate"
  52. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
  53. <!--<attribute name="http://saxon.sf.net/feature/initialMode"
  54. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
  55. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  56. value="true"/>
  57. </factory>
  58. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
  59. expression="${automation_driven.basedir}"/>
  60. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
  61. expression="${automation_driven.repository}"/>
  62. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
  63. expression="${automation_driven.temp}"/>
  64. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.xsd}basedir"
  65. expression="${automation_driven.submodule.basedir}"/>
  66. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.xsd}repository"
  67. expression="${automation_driven.submodule.repository}"/>
  68. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.xsd}temp"
  69. expression="${automation_driven.submodule.temp}"/>
  70. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}h"
  71. expression="${automation_driven.submodule.struct.h}"/>
  72. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  73. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  74. </xslt>
  75. </target>
  76. </project>