build.p5ant-interface.p5xsl.project.target.xslt.xml 2.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." name="build.ant-interface.p5xsl.project"
  3. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  4. xmlns:p5ant-interface__x3A__p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/p5ant-interface__x3A__p5xsl.xsd"
  5. >
  6. <description>to build universal ant project </description>
  7. <target name="build_ant" description="to build ant project">
  8. <input addproperty="local.p5ant-interface__x3A__p5xsl.structure.xml" message="local.p5ant-interface__x3A__p5xsl.structure.xml - type structure xml file to parse it by ant_interface/p5ant-interface.template.xsl "/>
  9. <input addproperty="local.p5ant-interface__x3A__p5xsl.build-generated.xml" message="local.p5ant-interface__x3A__p5xsl.build-generated.xml - output generated build to exec "/>
  10. <input addproperty="local.p5ant-interface__x3A__p5xsl.temp" message="local.p5ant-interface__x3A__p5xsl.temp - temp dir "/>
  11. <xslt basedir="${CRM_PROCES_tree.temp}" style="${p5ant-interface__x3A__p5xsl.xsl}" in="${p5ant-interface__x3A__p5xsl.structure.xml}" out="${postprocess_modules.xml}" > <!-- OOO ${CRM_PROCESS_tree.postprocess_modules.xsl} --><!-- basedir="${CRM_PROCES_tree_basedir.temp}" -->
  12. <factory name="net.sf.saxon.TransformerFactoryImpl">
  13. <attribute name="http://saxon.sf.net/feature/configuration-file" value="${p5xsl.saxon.configuration.xml}"/><!-- In this case this must be the first attribute. -->
  14. <!--<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>-->
  15. <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/p5ant-interface__x3A__p5xsl.xsd}build_ant"/>
  16. </factory>
  17. <classpath location="${saxon9he.jar}"/>
  18. <classpath location="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
  19. </xslt>
  20. </target>
  21. </project>