Browse Source

preparation for ant1.8.0RC1 release

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@896217 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
f563e6713e
13 changed files with 178 additions and 172 deletions
  1. +13
    -1
      WHATSNEW
  2. +2
    -2
      build.xml
  3. +7
    -9
      docs.xml
  4. +20
    -0
      docs/antnews.html
  5. +17
    -17
      docs/bindownload.html
  6. +23
    -41
      docs/index.html
  7. +2
    -2
      docs/manual/cover.html
  8. +1
    -1
      docs/manual/credits.html
  9. +17
    -17
      docs/srcdownload.html
  10. +21
    -0
      xdocs/antnews.xml
  11. +17
    -17
      xdocs/bindownload.xml
  12. +21
    -48
      xdocs/index.xml
  13. +17
    -17
      xdocs/srcdownload.xml

+ 13
- 1
WHATSNEW View File

@@ -1,6 +1,18 @@
Changes from Ant 1.7.x TO current SVN version
Changes from Ant 1.8.0RC1 TO current SVN version
=============================================

Changes that could break older environments:
-------------------------------------------

Fixed bugs:
-----------

Other changes:
--------------

Changes from Ant 1.7.x TO Ant 1.8.0RC1
======================================

Changes that could break older environments:
-------------------------------------------



+ 2
- 2
build.xml View File

@@ -34,10 +34,10 @@
<property name="name" value="ant"/>
<!-- this is the groupId of ant in the Maven repository -->
<property name="groupid" value="org.apache.ant"/>
<property name="project.version" value="1.8.0alpha"/>
<property name="project.version" value="1.8.0RC1"/>
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
<property name="pom.version" value="1.8.0-SNAPSHOT"/>
<property name="manifest-version" value="1.8.0"/>
<property name="manifest-version" value="1.8.0RC1"/>
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>

<property name="ant.package" value="org/apache/tools/ant"/>


+ 7
- 9
docs.xml View File

@@ -22,7 +22,8 @@
For building XDocs, edit xdocs/**/*.xml first.
If ../jakarta-site2 does not exist, set -Dsite.dir=... for it,
or just use -Dvelocity.dir=.../velocity-1.4.x if you have downloaded Velocity somewhere.
or just use -Danakia.dir=.../anakia-1.0.x if you have downloaded Anakia somewhere.
Anakia can be downloaded from http://velocity.apache.org/download.cgi

XXX for no apparent reason, your CWD must be the main Ant source dir, or this will fail:
.../docs.xml:64: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource './site.vsl'
@@ -49,19 +50,16 @@
<property name="velocity.props" location="${docs.src}/velocity.properties" />
<property name="include.xml" value="**/*.xml" />

<target name="setup-explicit-classpath" if="velocity.dir">
<target name="setup-explicit-classpath" if="anakia.dir">
<path id="anakia.classpath">
<fileset dir="${velocity.dir}">
<include name="velocity-dep-*.jar"/>
<include name="velocity-*-dep.jar"/>
<!-- XXX why is this needed separately? -->
<include name="build/lib/jdom-*.jar"/>
<include name="lib/jdom-*.jar"/>
<fileset dir="${anakia.dir}">
<include name="anakia-*.jar"/>
<include name="lib/*.jar"/>
</fileset>
</path>
</target>

<target name="setup-implicit-classpath" unless="velocity.dir">
<target name="setup-implicit-classpath" unless="anakia.dir">
<property name="site.dir" location="../jakarta-site2"/>
<path id="anakia.classpath">
<fileset dir="${site.dir}/lib">


+ 20
- 0
docs/antnews.html View File

@@ -205,6 +205,26 @@
<div class="content">
<h1 class="title">News</h1>
<h3 class="section">
<a name="Ant1.8.0RC1"></a>
Ant1.8.0RC1
</h3>
<h3>January 12, 2010 - Ant 1.8.0RC1 Released</h3>
<p>Apache Ant 1.8.0RC1 is now available for download as source or binary (with and without
dependencies) from
<a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
<p>Key features of the 1.8.0RC1 release are</p>
<ul>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>if and unless attributes will be evaluated according to the values of the properties entered
if these properties evaluate to true, false, on, off</li>
<li>Ant now requires Java 1.4 or later</li>
<li>new task include provides an alternative to &lt;import&gt; that
should be preferred when you don't want to override any targets</li>
<li>numerous bug fixes and improvements as documented in Bugzilla
and in WHATSNEW</li>
</ul>
<h3 class="section">
<a name="Ivy 2.1.0"></a>
Ivy 2.1.0
</h3>


+ 17
- 17
docs/bindownload.html View File

@@ -244,11 +244,11 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
<p>Currently, Apache Ant 1.7.1 is the best available version, see the
<p>Currently, Apache Ant 1.8.0RC1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
<div class="content">Ant 1.7.1 was released on 27-Jun-2008 and
<div class="content">Ant 1.8.0RC1 was released on 12-Jan-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br />
@@ -259,22 +259,22 @@ may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.zip">apache-ant-1.7.1-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.zip">apache-ant-1.8.0RC1-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.tar.gz">apache-ant-1.7.1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz">apache-ant-1.8.0RC1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.tar.bz2">apache-ant-1.7.1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2">apache-ant-1.8.0RC1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Old Ant Releases"></a>
@@ -299,17 +299,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.7.1-bin.tar.gz.asc<br />
% pgpv apache-ant-1.8.0RC1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.7.1-bin.tar.gz.asc<br />
% pgp apache-ant-1.8.0RC1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.7.1-bin.tar.gz.asc
% gpg --verify apache-ant-1.8.0RC1-bin.tar.gz.asc
</code></p>
<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
is also available for Windows users. Follow the


+ 23
- 41
docs/index.html View File

@@ -201,6 +201,28 @@
<div class="content">
<h1 class="title">Welcome</h1>
<h3 class="section">
<a name="Ant 1.8.0RC1"></a>
Ant 1.8.0RC1
</h3>
<h3>January 12, 2010 - Ant 1.8.0RC1 Available</h3>
<p>
Apache Ant 1.8.0RC1 is now available for
<a href="http://ant.apache.org/bindownload.cgi">download</a>
.
</p>
<ul>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>if and unless attributes will be evaluated according to the
values of the properties entered
if these properties evaluate to true, false, on, off</li>
<li>Ant now requires Java 1.4 or later</li>
<li>new task include provides an alternative to &lt;import&gt; that
should be preferred when you don't want to override any targets</li>
<li>numerous bug fixes and improvements as documented in Bugzilla
and in WHATSNEW</li>
</ul>
<h3 class="section">
<a name="Ivy 2.1.0"></a>
Ivy 2.1.0
</h3>
@@ -220,15 +242,6 @@
<p>For more information see
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
<h3 class="section">
<a name="Ant 1.7.1"></a>
Ant 1.7.1
</h3>
<h3>June 27, 2008 - Ant 1.7.1 Available</h3>
<p>Apache Ant 1.7.1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p> Ant 1.7.1 is mainly a bugfix release.</p>
<p>Ant 1.7.1 has extended support for Java6 features.</p>
<p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
<h3 class="section">
<a name="AntUnit 1.1"></a>
AntUnit 1.1
</h3>
@@ -256,37 +269,6 @@
Ivy from its <a href="http://incubator.apache.org/ivy/">Incubator
website</a>.</p>
<h3 class="section">
<a name="Ant 1.7.0"></a>
Ant 1.7.0
</h3>
<h3>December 19, 2006 - Ant 1.7.0 Available</h3>
<p>Apache Ant 1.7.0 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p>Ant 1.7 introduces a resource framework. Some of the core ant
tasks such as &lt;copy/&gt; are now able to process not only file
system resources but also zip entries, tar entries, paths, ...
Resource collections group resources, and can be further
combined with operators such as union and intersection. This
can be extended by custom resources and custom tasks using resources.</p>
<p>
Ant 1.7 starts outsourcing of optional tasks to Antlibs.
The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
Support for the version control system Subversion will be only provided as an antlib to
be released shortly.
</p>
<p>Ant 1.7 fixes also a large number of bugs.</p>
<p>Ant 1.7 has some initial support for Java6 features.</p>
<h3 class="section">
<a name=".NET Ant Library 1.0"></a>
.NET Ant Library 1.0
</h3>
<h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
<p>Apache .NET Ant Library 1.0 is now available for <a href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
<p>This Ant Library contains support for tools like NUnit as well
as the "old" .NET tasks of Ant's core. It has been tested
Microsoft's frameworks as well as Mono.</p>
<p>For more information see the <a href="antlibs/dotnet/">Antlib's
home page</a></p>
<h3 class="section">
<a name="Apache Ant"></a>
Apache Ant
</h3>
@@ -334,7 +316,7 @@ on.
Documentation
</h3>
<p>
You can view the documentation for the current release (Apache Ant 1.7.0)
You can view the documentation for the current release (Apache Ant 1.8.0RC1)
<a href="manual/index.html">online</a>
</p>
<p>


+ 2
- 2
docs/manual/cover.html View File

@@ -25,8 +25,8 @@
<body bgcolor="#FFFFFF">
<div align="center">
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
<h1>Apache Ant 1.8.0 Manual</h1>
<p align="left">This is the manual for version 1.8.0 of
<h1>Apache Ant 1.8.0RC1 Manual</h1>
<p align="left">This is the manual for version 1.8.0RC1 of
<a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>.
If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than this


+ 1
- 1
docs/manual/credits.html View File

@@ -61,7 +61,7 @@
</ul>

<center>
<p>Version: 1.7.0</p>
<p>Version: 1.8.0RC1</p>
</center>




+ 17
- 17
docs/srcdownload.html View File

@@ -242,11 +242,11 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
<p>Currently, Apache Ant 1.7.1 is the best available version, see the
<p>Currently, Apache Ant 1.8.0RC1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
<div class="content">Ant 1.7.1 was released on 27-Jun-2008 and
<div class="content">Ant 1.8.0RC1 was released on 12-Jan-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br />
@@ -257,22 +257,22 @@ may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.zip">apache-ant-1.7.1-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.zip">apache-ant-1.8.0RC1-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.tar.gz">apache-ant-1.7.1-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.tar.gz">apache-ant-1.8.0RC1-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.tar.bz2">apache-ant-1.7.1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.tar.bz2">apache-ant-1.8.0RC1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Old Ant Releases"></a>
@@ -297,17 +297,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.7.1-src.tar.gz.asc<br />
% pgpv apache-ant-1.8.0RC1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.7.1-src.tar.gz.asc<br />
% pgp apache-ant-1.8.0RC1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.7.1-src.tar.gz.asc
% gpg --verify apache-ant-1.8.0RC1-src.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the checksums on the files. Unix
programs called <code>md5</code>/<code>sha1</code> or


+ 21
- 0
xdocs/antnews.xml View File

@@ -26,6 +26,27 @@
</properties>

<body>
<section name="Ant1.8.0RC1">
<h3>January 12, 2010 - Ant 1.8.0RC1 Released</h3>
<p>Apache Ant 1.8.0RC1 is now available for download as source or binary (with and without
dependencies) from
<a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
<p>Key features of the 1.8.0RC1 release are</p>
<ul>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>if and unless attributes will be evaluated according to the values of the properties entered
if these properties evaluate to true, false, on, off</li>
<li>Ant now requires Java 1.4 or later</li>
<li>new task include provides an alternative to &lt;import> that
should be preferred when you don't want to override any targets</li>
<li>numerous bug fixes and improvements as documented in Bugzilla
and in WHATSNEW</li>
</ul>
</section>

<section name="Ivy 2.1.0">
<h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
<p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without


+ 17
- 17
xdocs/bindownload.xml View File

@@ -75,12 +75,12 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<p>Currently, Apache Ant 1.7.1 is the best available version, see the
<p>Currently, Apache Ant 1.8.0RC1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>

<div class="warning">
<div class="label">Note</div>
<div class="content">Ant 1.7.1 was released on 27-Jun-2008 and
<div class="content">Ant 1.8.0RC1 was released on 12-Jan-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br></br>
@@ -92,22 +92,22 @@ may not be available on all mirrors for a few days.</div>

<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.zip">apache-ant-1.7.1-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.zip">apache-ant-1.8.0RC1-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.tar.gz">apache-ant-1.7.1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz">apache-ant-1.8.0RC1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.7.1-bin.tar.bz2">apache-ant-1.7.1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2">apache-ant-1.8.0RC1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0RC1-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
</section>

@@ -139,17 +139,17 @@ using</p>

<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.7.1-bin.tar.gz.asc<br />
% pgpv apache-ant-1.8.0RC1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.7.1-bin.tar.gz.asc<br />
% pgp apache-ant-1.8.0RC1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.7.1-bin.tar.gz.asc
% gpg --verify apache-ant-1.8.0RC1-bin.tar.gz.asc
</code></p>

<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>


+ 21
- 48
xdocs/index.xml View File

@@ -24,6 +24,26 @@
</properties>

<body>
<section name="Ant 1.8.0RC1">
<h3>January 12, 2010 - Ant 1.8.0RC1 Available</h3>
<p>
Apache Ant 1.8.0RC1 is now available for
<a href="http://ant.apache.org/bindownload.cgi">download</a>
.
</p>
<ul>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>if and unless attributes will be evaluated according to the
values of the properties entered
if these properties evaluate to true, false, on, off</li>
<li>Ant now requires Java 1.4 or later</li>
<li>new task include provides an alternative to &lt;import> that
should be preferred when you don't want to override any targets</li>
<li>numerous bug fixes and improvements as documented in Bugzilla
and in WHATSNEW</li>
</ul>
</section>
<section name="Ivy 2.1.0">
<h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
<p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without
@@ -44,17 +64,6 @@
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
</section>

<section name="Ant 1.7.1">
<h3>June 27, 2008 - Ant 1.7.1 Available</h3>
<p>Apache Ant 1.7.1 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>

<p> Ant 1.7.1 is mainly a bugfix release.</p>

<p>Ant 1.7.1 has extended support for Java6 features.</p>
<p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
</section>

<section name="AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
@@ -89,42 +98,6 @@
website</a>.</p>
</section>

<section name="Ant 1.7.0">
<h3>December 19, 2006 - Ant 1.7.0 Available</h3>
<p>Apache Ant 1.7.0 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>

<p>Ant 1.7 introduces a resource framework. Some of the core ant
tasks such as &lt;copy/&gt; are now able to process not only file
system resources but also zip entries, tar entries, paths, ...
Resource collections group resources, and can be further
combined with operators such as union and intersection. This
can be extended by custom resources and custom tasks using resources.</p>

<p>
Ant 1.7 starts outsourcing of optional tasks to Antlibs.
The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
Support for the version control system Subversion will be only provided as an antlib to
be released shortly.
</p>

<p>Ant 1.7 fixes also a large number of bugs.</p>

<p>Ant 1.7 has some initial support for Java6 features.</p>
</section>

<section name=".NET Ant Library 1.0">
<h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
<p>Apache .NET Ant Library 1.0 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>

<p>This Ant Library contains support for tools like NUnit as well
as the "old" .NET tasks of Ant's core. It has been tested
Microsoft's frameworks as well as Mono.</p>

<p>For more information see the <a href="antlibs/dotnet/">Antlib's
home page</a></p>
</section>

<section name="Apache Ant">

@@ -177,7 +150,7 @@ on.
<section name="Documentation">

<p>
You can view the documentation for the current release (Apache Ant 1.7.0)
You can view the documentation for the current release (Apache Ant 1.8.0RC1)
<a href="manual/index.html">online</a>
</p>



+ 17
- 17
xdocs/srcdownload.xml View File

@@ -72,12 +72,12 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<p>Currently, Apache Ant 1.7.1 is the best available version, see the
<p>Currently, Apache Ant 1.8.0RC1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>

<div class="warning">
<div class="label">Note</div>
<div class="content">Ant 1.7.1 was released on 27-Jun-2008 and
<div class="content">Ant 1.8.0RC1 was released on 12-Jan-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br></br>
@@ -89,22 +89,22 @@ may not be available on all mirrors for a few days.</div>

<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.zip">apache-ant-1.7.1-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.zip">apache-ant-1.8.0RC1-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.tar.gz">apache-ant-1.7.1-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.tar.gz">apache-ant-1.8.0RC1-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.7.1-src.tar.bz2">apache-ant-1.7.1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.7.1-src.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.8.0RC1-src.tar.bz2">apache-ant-1.8.0RC1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0RC1-src.tar.bz2.md5">MD5</a>]</li>
</ul>
</section>

@@ -136,17 +136,17 @@ using</p>

<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.7.1-src.tar.gz.asc<br />
% pgpv apache-ant-1.8.0RC1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.7.1-src.tar.gz.asc<br />
% pgp apache-ant-1.8.0RC1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.7.1-src.tar.gz.asc
% gpg --verify apache-ant-1.8.0RC1-src.tar.gz.asc
</code></p>

<p>Alternatively, you can verify the checksums on the files. Unix


Loading…
Cancel
Save