git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278285 13f79535-47bb-0310-9956-ffa450edef68master
@@ -257,9 +257,8 @@ may not be available on all mirrors for a few days.</div> | |||||
<a name="Nightly Builds"></a> | <a name="Nightly Builds"></a> | ||||
Nightly Builds | Nightly Builds | ||||
</h3> | </h3> | ||||
<p>If you wish to use the latest Ant features, you can try downloading a | |||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | |||||
</p> | |||||
<p>Are currently not available, we hope to restore that service soon.</p> | |||||
<p>If you want to build Ant from sources, you can use a <a href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Old Ant Releases"></a> | <a name="Old Ant Releases"></a> | ||||
Old Ant Releases | Old Ant Releases | ||||
@@ -240,14 +240,6 @@ You can view the documentation for the current release (Apache Ant 1.6.3) | |||||
Comprehensive documentation is included in the source and binary distributions. | Comprehensive documentation is included in the source and binary distributions. | ||||
</p> | </p> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Nightly Builds"></a> | |||||
Nightly Builds | |||||
</h3> | |||||
<p> | |||||
If you wish to use the latest Ant features, you can try downloading a nightly | |||||
build from <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">here</a> | |||||
</p> | |||||
<h3 class="section"> | |||||
<a name="Get Involved"></a> | <a name="Get Involved"></a> | ||||
Get Involved | Get Involved | ||||
</h3> | </h3> | ||||
@@ -331,10 +331,10 @@ D:\src\java\Unset.java<br /> | |||||
problem you are having is caused by Ant, chances are that someone | problem you are having is caused by Ant, chances are that someone | ||||
else may have already encountered this problem, and perhaps it has | else may have already encountered this problem, and perhaps it has | ||||
been fixed. The next step, therefore, may be to try a nightly build | been fixed. The next step, therefore, may be to try a nightly build | ||||
of Ant to see if the problem has been fixed. Nightly builds for Ant | |||||
of Ant to see if the problem has been fixed. <!--Nightly builds for Ant | |||||
are available from the | are available from the | ||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/"> | <a href="http://brutus.apache.org/~nightlybuild/builds/ant/"> | ||||
Ant web site</a>. While Ant nightly builds are typically quite | |||||
Ant web site</a>.--> While Ant nightly builds are typically quite | |||||
stable and are used by | stable and are used by | ||||
<a href="http://brutus.apache.org/gump/public/">Gump</a> | <a href="http://brutus.apache.org/gump/public/">Gump</a> | ||||
to build many other Jakarta projects, these builds should | to build many other Jakarta projects, these builds should | ||||
@@ -255,9 +255,8 @@ may not be available on all mirrors for a few days.</div> | |||||
<a name="Nightly Builds"></a> | <a name="Nightly Builds"></a> | ||||
Nightly Builds | Nightly Builds | ||||
</h3> | </h3> | ||||
<p>If you wish to use the latest Ant features, you can try downloading a | |||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | |||||
</p> | |||||
<p>Are currently not available, we hope to restore that service soon.</p> | |||||
<p>If you want to build Ant from sources, you can use a <a href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Old Ant Releases"></a> | <a name="Old Ant Releases"></a> | ||||
Old Ant Releases | Old Ant Releases | ||||
@@ -112,9 +112,14 @@ may not be available on all mirrors for a few days.</div> | |||||
<section name="Nightly Builds"> | <section name="Nightly Builds"> | ||||
<p>If you wish to use the latest Ant features, you can try downloading a | |||||
<p>Are currently not available, we hope to restore that service soon.</p> | |||||
<!--p>If you wish to use the latest Ant features, you can try downloading a | |||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | ||||
</p> | |||||
</p--> | |||||
<p>If you want to build Ant from sources, you can use a <a | |||||
href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
</section> | </section> | ||||
@@ -93,13 +93,13 @@ Comprehensive documentation is included in the source and binary distributions. | |||||
</section> | </section> | ||||
<section name="Nightly Builds"> | |||||
<!--section name="Nightly Builds"> | |||||
<p> | <p> | ||||
If you wish to use the latest Ant features, you can try downloading a nightly | If you wish to use the latest Ant features, you can try downloading a nightly | ||||
build from <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">here</a> | build from <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">here</a> | ||||
</p> | </p> | ||||
</section> | |||||
</section--> | |||||
<section name="Get Involved"> | <section name="Get Involved"> | ||||
<ul> | <ul> | ||||
@@ -1,6 +1,6 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<!-- | <!-- | ||||
Copyright 2002-2004 The Apache Software Foundation | |||||
Copyright 2002-2005 The Apache Software Foundation | |||||
Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
@@ -169,10 +169,10 @@ D:\src\java\Unset.java<br></br> | |||||
problem you are having is caused by Ant, chances are that someone | problem you are having is caused by Ant, chances are that someone | ||||
else may have already encountered this problem, and perhaps it has | else may have already encountered this problem, and perhaps it has | ||||
been fixed. The next step, therefore, may be to try a nightly build | been fixed. The next step, therefore, may be to try a nightly build | ||||
of Ant to see if the problem has been fixed. Nightly builds for Ant | |||||
of Ant to see if the problem has been fixed. <!--Nightly builds for Ant | |||||
are available from the | are available from the | ||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/"> | <a href="http://brutus.apache.org/~nightlybuild/builds/ant/"> | ||||
Ant web site</a>. While Ant nightly builds are typically quite | |||||
Ant web site</a>.--> While Ant nightly builds are typically quite | |||||
stable and are used by | stable and are used by | ||||
<a href="http://brutus.apache.org/gump/public/">Gump</a> | <a href="http://brutus.apache.org/gump/public/">Gump</a> | ||||
to build many other Jakarta projects, these builds should | to build many other Jakarta projects, these builds should | ||||
@@ -109,9 +109,14 @@ may not be available on all mirrors for a few days.</div> | |||||
<section name="Nightly Builds"> | <section name="Nightly Builds"> | ||||
<p>If you wish to use the latest Ant features, you can try downloading a | |||||
<p>Are currently not available, we hope to restore that service soon.</p> | |||||
<!--p>If you wish to use the latest Ant features, you can try downloading a | |||||
<a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">nightly build</a>. | ||||
</p> | |||||
</p--> | |||||
<p>If you want to build Ant from sources, you can use a <a | |||||
href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p> | |||||
</section> | </section> | ||||