diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 17:04:05 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 17:04:05 +0000 |
commit | f7c6c8a1896c7871a87cf0d83aac1debfd99e833 (patch) | |
tree | 197da9928599eea2a9dc733b39388e72cc34ec61 /src/documentation | |
parent | b0233b35268c4f9bb1f26c0dc4c3673b951c3cd1 (diff) | |
download | xmlgraphics-fop-f7c6c8a1896c7871a87cf0d83aac1debfd99e833.tar.gz xmlgraphics-fop-f7c6c8a1896c7871a87cf0d83aac1debfd99e833.zip |
Merged revisions 675253 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r675253 | acumiskey | 2008-07-09 17:53:01 +0100 (Wed, 09 Jul 2008) | 2 lines
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/branches/Temp_AFPGOCAResources@675257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/anttask.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/anttask.xml b/src/documentation/content/xdocs/trunk/anttask.xml index 44550c3d7..7b07802b1 100644 --- a/src/documentation/content/xdocs/trunk/anttask.xml +++ b/src/documentation/content/xdocs/trunk/anttask.xml @@ -148,6 +148,11 @@ (<code>true</code>) or not (<code>false</code>). <strong>Currently doesn't work in FOP Trunk!!!</strong></td> <td>No, default is <code>true</code></td> </tr> + <tr> + <td>throwexceptions</td> + <td>Controls whether or not an exception is thrown if an error occurs during rendering.</strong></td> + <td>Default is <code>true</code></td> + </tr> </table> <p/> <table><caption>Parameters specified as nested elements</caption> |