Browse Source

Some Gump based Kaffe debugging

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277050 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
1628b5d839
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/main/org/apache/tools/zip/ZipEntry.java

+ 5
- 0
src/main/org/apache/tools/zip/ZipEntry.java View File

@@ -430,6 +430,11 @@ public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {
if (msg == null) {
msg = getDisplayableMessage(ite);
}
if (nested != null) {
nested.printStackTrace();
} else {
ite.printStackTrace();
}
throw new RuntimeException("InvocationTargetException setting the "
+ "compressed size of " + ze + ": "
+ msg);


Loading…
Cancel
Save