Browse Source

There are CVS snapshots

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273994 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
8cf73939c0
3 changed files with 5 additions and 2 deletions
  1. +1
    -0
      docs/cvs.html
  2. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Jar.java
  3. +2
    -0
      xdocs/cvs.xml

+ 1
- 0
docs/cvs.html View File

@@ -219,6 +219,7 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</p
</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>


+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Jar.java View File

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


+ 2
- 0
xdocs/cvs.xml View File

@@ -36,6 +36,8 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</s
<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>

Loading…
Cancel
Save