From 8cf73939c00495030382d6f0ff13aeb07c039ef3 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
If you are not familiar with CVS, Jakarta's CVS page may hold many helpful hints.
+Nightly snapshots of the CVS tree are available at http://cvs.apache.org/snapshots/jakarta-ant/.
diff --git a/src/main/org/apache/tools/ant/taskdefs/Jar.java b/src/main/org/apache/tools/ant/taskdefs/Jar.java index 1e1049e2e..c72949bb9 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Jar.java +++ b/src/main/org/apache/tools/ant/taskdefs/Jar.java @@ -599,8 +599,8 @@ public class Jar extends Zip { initZipOutputStream(zOut); finalizeZipOutputStream(zOut); } catch (IOException ioe) { - throw new BuildException("Could not create almost empty JAR archive " - + "(" + ioe.getMessage() + ")", ioe, + throw new BuildException("Could not create almost empty JAR archive" + + " (" + ioe.getMessage() + ")", ioe, getLocation()); } finally { // Close the output stream. diff --git a/xdocs/cvs.xml b/xdocs/cvs.xml index 0f7d6fc54..b21b079c8 100644 --- a/xdocs/cvs.xml +++ b/xdocs/cvs.xml @@ -36,6 +36,8 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]If you are not familiar with CVS, Jakarta's CVS page may hold many helpful hints. + +Nightly snapshots of the CVS tree are available at http://cvs.apache.org/snapshots/jakarta-ant/.