git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355401
13f79535-47bb-0310-9956-
ffa450edef68
if (options != null) {
options.getLogger().error("Exception", e);
}
+ if (options.getOutputFile() != null) {
+ options.getOutputFile().delete();
+ }
System.exit(1);
}
}
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ The output file is now deleted when an exception occurs when calling FOP from
+ the command-line.
+ </action>
<action context="Code" dev="JM" type="fix">
Bugfix: Areas for table-cells that are broken over more than one page are now
generated even if all its content is already painted on a previous page. This