build_apache_fop.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:apache_fop="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/apache_fop/apache_fop.xsd"
  3. basedir="../../."
  4. default="default"
  5. name="apache_fop">
  6. <include as="PRODUCT" file="build.apache_fop.PRODUCT.xml"/>
  7. <include as="SYSTEM" file="build.apache_fop.SYSTEM.xml"/>
  8. <include as="INSTALL" file="build.apache_fop.INSTALL.xml"/>
  9. <include as="${local.p5ant.WPS_Functions.PRODUCT.module.input}"
  10. file="build.apache_fop.${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="${apache_fop.basedir}"
  19. destdir="${apache_fop.temp}"
  20. force="true"
  21. in="${apache_fop.INSTALL.install_example}"
  22. out="${apache_fop.temp}/INSTALL.install_example.xsl-test.xml"
  23. style="${apache_fop.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/apache_fop/apache_fop.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/apache_fop/apache_fop.xsd}basedir"
  32. expression="${apache_fop.basedir}"/>
  33. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/apache_fop/apache_fop.xsd}repository"
  34. expression="${apache_fop.repository}"/>
  35. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/apache_fop/apache_fop.xsd}temp"
  36. expression="${apache_fop.temp}"/>
  37. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  38. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  39. </xslt>
  40. </target>
  41. <!--<taskdef resource="net/sf/antcontrib/antlib.xml"/>-->
  42. <!--<echo>#42 $apache_fop.current.home = ${apache_fop.current.home}</echo>-->
  43. <!--<taskdef name="fop"
  44. classname="org.apache.fop.tools.anttasks.Fop">
  45. <classpath>
  46. <fileset dir="${apache_fop.current.home}/lib">
  47. <include name="*.jar"/>
  48. </fileset>
  49. <fileset dir="${apache_fop.current.home}/build">
  50. <include name="fop.jar"/>
  51. <include name="fop-hyph.jar" />
  52. </fileset>
  53. </classpath>
  54. </taskdef>-->
  55. <!--<target name="generate-pdf" description="Generates a single PDF file">
  56. <fop format="application/pdf"
  57. fofile="c:\working\foDirectory\foDocument.fo"
  58. outfile="c:\working\pdfDirectory\pdfDocument.pdf" />
  59. </target>-->
  60. <!--<target name="generate-multiple-ps"
  61. description="Generates multiple PostScript files">
  62. <fop format="application/postscript"
  63. outdir="${build.dir}" messagelevel="debug">
  64. <fileset dir="${fo.examples.dir}">
  65. <include name="*.fo"/>
  66. </fileset>
  67. </fop>
  68. </target>-->
  69. </project>