From 1628b5d8399e6c8dacb9b5880566ebb719ed362f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 18 Nov 2004 10:17:47 +0000 Subject: [PATCH] Some Gump based Kaffe debugging git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277050 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/zip/ZipEntry.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/org/apache/tools/zip/ZipEntry.java b/src/main/org/apache/tools/zip/ZipEntry.java index e18f33bc7..58b41f208 100644 --- a/src/main/org/apache/tools/zip/ZipEntry.java +++ b/src/main/org/apache/tools/zip/ZipEntry.java @@ -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);