|
|
@@ -144,7 +144,8 @@ public class Expand extends Task { |
|
|
|
|
|
|
|
log("expand complete", Project.MSG_VERBOSE); |
|
|
|
} catch (IOException ioe) { |
|
|
|
throw new BuildException("Error while expanding " + srcF.getPath(), |
|
|
|
throw new BuildException("Error while expanding " + srcF.getPath() |
|
|
|
+"\n"+ioe.toString(), |
|
|
|
ioe); |
|
|
|
} finally { |
|
|
|
ZipFile.closeQuietly(zf); |
|
|
|