From 8cf73939c00495030382d6f0ff13aeb07c039ef3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 6 Feb 2003 09:07:32 +0000 Subject: [PATCH] There are CVS snapshots git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273994 13f79535-47bb-0310-9956-ffa450edef68 --- docs/cvs.html | 1 + src/main/org/apache/tools/ant/taskdefs/Jar.java | 4 ++-- xdocs/cvs.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/cvs.html b/docs/cvs.html index 946832298..60dcf32f7 100644 --- a/docs/cvs.html +++ b/docs/cvs.html @@ -219,6 +219,7 @@ 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/.

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/.

\ No newline at end of file