bodewig 2003/02/06 01:07:32
Modified: docs cvs.html src/main/org/apache/tools/ant/taskdefs Jar.java xdocs cvs.xml Log: There are CVS snapshots Revision Changes Path 1.2 +1 -0 jakarta-ant/docs/cvs.html Index: cvs.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/cvs.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvs.html 24 Jan 2003 08:55:01 -0000 1.1 +++ cvs.html 6 Feb 2003 09:07:32 -0000 1.2 @@ -219,6 +219,7 @@ </ul> <p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's CVS page</a> may hold many helpful hints.</p> + <p>Nightly snapshots of the CVS tree are available at <a href="http://cvs.apache.org/snapshots/jakarta-ant/">http://cvs.apache.org/snapshots/jakarta-ant/</a>.</p> </div> 1.65 +2 -2 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Jar.java Index: Jar.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Jar.java,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- Jar.java 5 Feb 2003 16:16:27 -0000 1.64 +++ Jar.java 6 Feb 2003 09:07:32 -0000 1.65 @@ -599,8 +599,8 @@ 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. 1.2 +2 -0 jakarta-ant/xdocs/cvs.xml Index: cvs.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/cvs.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvs.xml 24 Jan 2003 08:55:06 -0000 1.1 +++ cvs.xml 6 Feb 2003 09:07:32 -0000 1.2 @@ -36,6 +36,8 @@ <p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's CVS page</a> may hold many helpful hints.</p> + + <p>Nightly snapshots of the CVS tree are available at <a href="http://cvs.apache.org/snapshots/jakarta-ant/">http://cvs.apache.org/snapshots/jakarta-ant/</a>.</p> </section> </body> </document>