aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-07-09 16:53:01 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-07-09 16:53:01 +0000
commitee77527091a08faefa4718d6887d87fe2d468e54 (patch)
treea986418b1e9602c3c7db8e50cb6a96ff8a82a17f /examples
parent2fbf3f8dcddc463a4c92f957ac4f8dc0a6394768 (diff)
downloadxmlgraphics-fop-ee77527091a08faefa4718d6887d87fe2d468e54.tar.gz
xmlgraphics-fop-ee77527091a08faefa4718d6887d87fe2d468e54.zip
Added throwexceptions attribute to FOP ant task. This works around the problem with executing examples/fo/build.xml.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@675253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r--examples/fo/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml
index 8ecfbee18..2c7c18259 100644
--- a/examples/fo/build.xml
+++ b/examples/fo/build.xml
@@ -45,7 +45,7 @@
<!-- Produces new test files (function) -->
<!-- =================================================================== -->
<target name="newTestFiles">
- <fop format="${mimetype}" outdir="${outDir}" messagelevel="${msglevel}" relativebase="true">
+ <fop format="${mimetype}" outdir="${outDir}" messagelevel="${msglevel}" relativebase="true" throwexceptions="false">
<fileset dir="basic">
<include name="**/*.fo"/>
</fileset>