git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273994 13f79535-47bb-0310-9956-ffa450edef68master
@@ -219,6 +219,7 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</p | |||||
</ul> | </ul> | ||||
<p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta'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> | 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> | </div> | ||||
@@ -599,8 +599,8 @@ public class Jar extends Zip { | |||||
initZipOutputStream(zOut); | initZipOutputStream(zOut); | ||||
finalizeZipOutputStream(zOut); | finalizeZipOutputStream(zOut); | ||||
} catch (IOException ioe) { | } 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()); | getLocation()); | ||||
} finally { | } finally { | ||||
// Close the output stream. | // Close the output stream. | ||||
@@ -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 | <p>If you are not familiar with CVS, <a | ||||
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's | ||||
CVS page</a> may hold many helpful hints.</p> | 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> | </section> | ||||
</body> | </body> | ||||
</document> | </document> |