aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding/build.xml
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2004-07-18 19:55:17 +0000
committerSimon Pepping <spepping@apache.org>2004-07-18 19:55:17 +0000
commit74955dc126dccccf831748573270d111e5ca5923 (patch)
treeeff488daedc16acfe5e36a86890d091594e247c3 /examples/embedding/build.xml
parentff444740eb9e98a09f47084627949ab3bd32d5a0 (diff)
downloadxmlgraphics-fop-74955dc126dccccf831748573270d111e5ca5923.tar.gz
xmlgraphics-fop-74955dc126dccccf831748573270d111e5ca5923.zip
Added alternative example for FO to PDF, using javax.xml.parsers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197800 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/embedding/build.xml')
-rw-r--r--examples/embedding/build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index c505475b1..b5c90ae1f 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -138,6 +138,15 @@
</classpath>
</java>
</target>
+ <target name="example8" depends="compile" description="Runs the FO to PDF example using a SAXParser">
+ <echo message="Running the FO to PDF example using a SAXParser"/>
+ <java classname="${name}.ExampleFO2PDFUsingSAX" fork="yes">
+ <classpath>
+ <path refid="project.class.path"/>
+ <pathelement location="${build.dest}"/>
+ </classpath>
+ </java>
+ </target>
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->