Browse Source

second checkpoint of branding requirements - add 'Apache' at least on each first mention of each product on each page. xdocs done, but the other static pages, in particular the manual need to be checked as well.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1033948 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 14 years ago
parent
commit
70eea97ca4
27 changed files with 173 additions and 199 deletions
  1. +3
    -3
      xdocs/antlibs/antunit/index.xml
  2. +2
    -2
      xdocs/antlibs/bindownload.xml
  3. +2
    -2
      xdocs/antlibs/charter.xml
  4. +2
    -2
      xdocs/antlibs/compress/index.xml
  5. +2
    -2
      xdocs/antlibs/dotnet/index.xml
  6. +4
    -4
      xdocs/antlibs/index.xml
  7. +5
    -5
      xdocs/antlibs/proper.xml
  8. +3
    -3
      xdocs/antlibs/props/index.xml
  9. +3
    -3
      xdocs/antlibs/sandbox.xml
  10. +2
    -2
      xdocs/antlibs/srcdownload.xml
  11. +2
    -2
      xdocs/antlibs/svn/index.xml
  12. +58
    -58
      xdocs/antnews.xml
  13. +6
    -1
      xdocs/bindownload.xml
  14. +3
    -3
      xdocs/bugs.xml
  15. +8
    -8
      xdocs/faq.xml
  16. +38
    -73
      xdocs/index.xml
  17. +2
    -2
      xdocs/license.xml
  18. +6
    -6
      xdocs/mail.xml
  19. +1
    -1
      xdocs/manualdownload.xml
  20. +1
    -1
      xdocs/nightlies.xml
  21. +1
    -1
      xdocs/problems.xml
  22. +1
    -1
      xdocs/projects.xml
  23. +3
    -3
      xdocs/projects/index.xml
  24. +3
    -3
      xdocs/projects/ivy.xml
  25. +3
    -3
      xdocs/projects/ivyde.xml
  26. +2
    -3
      xdocs/resources.xml
  27. +7
    -2
      xdocs/srcdownload.xml

+ 3
- 3
xdocs/antlibs/antunit/index.xml View File

@@ -19,12 +19,12 @@

<properties>
<index value="1"/>
<title>AntUnit</title>
<title>Apache AntUnit</title>
</properties>

<body>

<section name="AntUnit 1.1">
<section name="Apache AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>

<p>Apache AntUnit 1.1 is now available for download as <a
@@ -56,7 +56,7 @@
</section>

<section name="Idea">
<p>Initially all tests for Ant tasks were written as individual
<p>Initially all tests for Apache Ant tasks were written as individual
<a href="http://www.junit.org/">JUnit</a> test cases. Pretty
soon it was clear that most tests needed to perform common tasks
like reading a build file, initializing a project instance with


+ 2
- 2
xdocs/antlibs/bindownload.xml View File

@@ -24,9 +24,9 @@

<body>

<section name="Downloading Antlibs">
<section name="Downloading Apache Antlibs">

<p>Use the links below to download a binary distribution of Antlibs from
<p>Use the links below to download a binary distribution of Apache Antlibs from
one of our mirrors. It is good practice to
<a href="[location]#Verify Releases">verify the integrity</a>
of the distribution files, especially if you are using one of our


+ 2
- 2
xdocs/antlibs/charter.xml View File

@@ -19,14 +19,14 @@

<properties>
<index value="1"/>
<title>Ant Libraries - Charter</title>
<title>Apache Ant Libraries - Charter</title>
</properties>

<body>
<section name="Charter">
<p>Below is the text of the proposal that has been accepted by
the Ant PMC. Further amendments are expected.</p>
the Apache Ant PMC. Further amendments are expected.</p>

<source>
Proposal to Create a Ant-Libraries Sub-Project in Apache Ant


+ 2
- 2
xdocs/antlibs/compress/index.xml View File

@@ -19,11 +19,11 @@

<properties>
<index value="1"/>
<title>Compress Antlib</title>
<title>Apache Compress Antlib</title>
</properties>

<body>
<section name="Compress Ant Library 1.0">
<section name="Apache Compress Ant Library 1.0">
<h3>August 30, 2010 - Apache Compress Ant Library 1.0
Available</h3>



+ 2
- 2
xdocs/antlibs/dotnet/index.xml View File

@@ -19,12 +19,12 @@

<properties>
<index value="1"/>
<title>.NET Ant Library</title>
<title>Apache .NET Ant Library</title>
</properties>

<body>

<section name=".NET Ant Library 1.0">
<section name="Apache .NET Ant Library 1.0">
<h3>November 6, 2006 - Apache .NET Ant Library 1.0
Available</h3>



+ 4
- 4
xdocs/antlibs/index.xml View File

@@ -19,15 +19,15 @@

<properties>
<index value="1"/>
<title>The Ant Libraries Subproject</title>
<title>The Apache Ant Libraries Subproject</title>
</properties>

<body>

<section name="The Ant Libraries Subproject">
<h3>Ant Libraries - or Antlibs for short</h3>
<section name="The Apache Ant Libraries Subproject">
<h3>Apache Ant Libraries - or Antlibs for short</h3>

<p>With Ant 1.6.0 and the ant libraries concept creating
<p>With Apache Ant 1.6.0 and the ant libraries concept creating
libraries of Ant tasks that are easy to get dropped into an
existing Ant installation has become far easier.</p>



+ 5
- 5
xdocs/antlibs/proper.xml View File

@@ -19,17 +19,17 @@

<properties>
<index value="1"/>
<title>Ant Libraries</title>
<title>Apache Ant Libraries</title>
</properties>

<body>

<section name="Ant Libraries">
<section name="Apache Ant Libraries">

<a name="antunit"/>
<subsection name="AntUnit - Unit Test Framework for Ant Tasks">
<subsection name="Apache AntUnit - Unit Test Framework for Ant Tasks">

<p>AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
<p>Apache AntUnit borrows ideas from JUnit 3.x and the &lt;junit&gt;
task. It provides a task that runs build files as unit tests
as well as a number of assertion tasks to support the
idea.</p>
@@ -68,7 +68,7 @@

<a name="compress"/>
<subsection name="Compress">
<p>The compress library offers tasks and types for additional
<p>The Apache Compress Antlib offers tasks and types for additional
archive formats like CPIO and AR supported
by <a href="http://commons.apache.org/compress/">Apache
Commons Compress</a>.</p>


+ 3
- 3
xdocs/antlibs/props/index.xml View File

@@ -19,14 +19,14 @@

<properties>
<index value="1"/>
<title>Props Antlib</title>
<title>Apache Props Antlib</title>
</properties>

<body>

<section name="Props Antlib">
<section name="Apache Props Antlib">

<p>This is a library of supplementary handlers for Ant
<p>This is a library of supplementary handlers for Apache Ant
properties resolution.</p>

<p>The types provided are instances of


+ 3
- 3
xdocs/antlibs/sandbox.xml View File

@@ -19,14 +19,14 @@

<properties>
<index value="1"/>
<title>Ant Libraries - The Sandbox</title>
<title>Apache Ant Libraries - The Sandbox</title>
</properties>

<body>

<section name="Ant Libraries - The Sandbox">
<section name="Apache Ant Libraries - The Sandbox">

<p>The sandbox is the place where new Ant Libraries start their
<p>The sandbox is the place where new Apache Ant Libraries start their
life, it is a playground for Ant committers and other
contributors who find committers to sponsor their ideas.</p>



+ 2
- 2
xdocs/antlibs/srcdownload.xml View File

@@ -24,9 +24,9 @@

<body>

<section name="Downloading Antlibs">
<section name="Downloading Apache Antlibs">

<p>Use the links below to download a source distribution of Antlibs from
<p>Use the links below to download a source distribution of Apache Antlibs from
one of our mirrors. It is good practice to
<a href="[location]#Verify Releases">verify the integrity</a>
of the distribution files, especially if you are using one of our


+ 2
- 2
xdocs/antlibs/svn/index.xml View File

@@ -19,13 +19,13 @@

<properties>
<index value="1"/>
<title>Subversion Ant Library</title>
<title>Apache Subversion Ant Library</title>
</properties>

<body>

<section name="Idea">
<p>The main purpose of this Ant library is to provide the same
<p>The main purpose of this Apache Ant library is to provide the same
level of support that Ant provides for CVS. This means the
tasks are wrappers on top of the command line client (read: you
still need to install an svn client) and there is not much more


+ 58
- 58
xdocs/antnews.xml View File

@@ -26,8 +26,8 @@
</properties>

<body>
<section name="Ant1.8.1">
<h3>May 7th, 2010 - Ant 1.8.1 Released</h3>
<section name="Apache Ant 1.8.1">
<h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
<p>Apache Ant 1.8.1 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>
@@ -41,8 +41,8 @@
</section>

<section name="Ant1.8.0">
<h3>Februrary 8th, 2010 - Ant 1.8.0 Released</h3>
<section name="Apache Ant 1.8.0">
<h3>Februrary 8th, 2010 - Apache Ant 1.8.0 Released</h3>
<p>Key features of the 1.8.0 release are</p>
<ul>
<li>Lexically scoped local properties, i.e. properties that are only defined inside a target,
@@ -82,7 +82,7 @@
</section>

<section name="Ivy 2.1.0">
<section name="Apache 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
dependencies) from
@@ -102,7 +102,7 @@
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
</section>

<section name="IvyDE 2.0.0">
<section name="Apache IvyDE 2.0.0">
<h3>July 13, 2009 - Apache IvyDE 2.0.0 Released</h3>
<p>Apache IvyDE 2.0.0 is now available for download from
@@ -128,7 +128,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
the <a href="http://ant.apache.org/ivy/ivyde/">IvyDE home page</a>.</p>
</section>

<section name="Ivy 2.0.0">
<section name="Apache Ivy 2.0.0">
<h3>January 20, 2009 - Apache Ivy 2.0.0 Released</h3>
<p>Apache Ivy 2.0.0 (final) is now available for download as source or binary (with and without
dependencies) from
@@ -142,7 +142,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
</section>


<section name="AntUnit 1.1">
<section name="Apache AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
<p>Apache AntUnit 1.1 is now available for download as <a
@@ -161,12 +161,12 @@ have been reported to be working like a charm by some of the IvyDE early users.<
home page</a></p>
</section>

<section name="AntUnit 1.1 Beta 1">
<section name="Apache AntUnit 1.1 Beta 1">
<h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>
</section>

<section name="Ant 1.7.1">
<h3>June 27, 2008 - Ant 1.7.1 Available</h3>
<section name="Apache Ant 1.7.1">
<h3>June 27, 2008 - Apache 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>

@@ -191,7 +191,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
website</a>.</p>
</section>

<section name="AntUnit 1.0">
<section name="Apache AntUnit 1.0">
<h3>January 8, 2007 - Apache AntUnit 1.0 Available</h3>
<p>Apache AntUnit 1.0 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
@@ -201,8 +201,8 @@ have been reported to be working like a charm by some of the IvyDE early users.<
href="antlibs/antunit/">AntUnit home page</a>.</p>
</section>

<section name="Ant 1.7.0">
<h3>December 19, 2006 - Ant 1.7.0 Available</h3>
<section name="Apache Ant 1.7.0">
<h3>December 19, 2006 - Apache 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>

@@ -225,7 +225,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
<p>Ant 1.7 has some initial support for Java6 features.</p>
</section>

<section name=".NET Ant Library 1.0Beta1">
<section name="Apache .NET Ant Library 1.0Beta1">
<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>
@@ -238,7 +238,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
home page</a></p>
</section>

<section name="AntUnit 1.0Beta2">
<section name="Apache AntUnit 1.0Beta2">
<h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3>
<p>Apache AntUnit 1.0Beta1 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
@@ -248,7 +248,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
href="antlibs/antunit/">AntUnit home page</a>.</p>
</section>

<section name="AntUnit 1.0Beta1">
<section name="Apache AntUnit 1.0Beta1">
<h3>September 22, 2006 - Apache AntUnit 1.0Beta1 Available</h3>
<p>Apache AntUnit 1.0Beta1 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
@@ -258,7 +258,7 @@ have been reported to be working like a charm by some of the IvyDE early users.<
href="antlibs/antunit/">AntUnit home page</a>.</p>
</section>

<section name=".NET Ant Library 1.0Beta1">
<section name="Apache .NET Ant Library 1.0Beta1">
<h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available</h3>
<p>Apache .NET Ant Library 1.0Beta1 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
@@ -271,30 +271,30 @@ have been reported to be working like a charm by some of the IvyDE early users.<
home page</a></p>
</section>

<section name="Ant 1.6.5">
<h3>June 2, 2005 - Ant 1.6.5 Available</h3>
<section name="Apache Ant 1.6.5">
<h3>June 2, 2005 - Apache Ant 1.6.5 Available</h3>
<p>Apache Ant 1.6.5 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p>This is a bug fix release.</p>
</section>

<section name="Ant 1.6.4">
<h3>May 19, 2005 - Ant 1.6.4 Available</h3>
<section name="Apache Ant 1.6.4">
<h3>May 19, 2005 - Apache Ant 1.6.4 Available</h3>
<p>Apache Ant 1.6.4 is now available for <a
href="http://archive.apache.org/dist/ant/">download</a>.</p>
<p>This is a bug fix release.</p>
</section>

<section name="Ant 1.6.3">
<h3>April 28, 2005 - Ant 1.6.3 Available</h3>
<section name="Apache Ant 1.6.3">
<h3>April 28, 2005 - Apache Ant 1.6.3 Available</h3>
<p>Apache Ant 1.6.3 is now available for <a
href="http://archive.apache.org/dist/ant/">download</a>.</p>
<p>There is a large list of fixed bugs and enhancements.</p>
<p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
</section>

<section name="Antidote Retired">
<h3>April 4th, 2005 - The Apache Ant Project Retires Antidote, the
<section name="Apache Antidote Retired">
<h3>April 4th, 2005 - The Apache Ant Project Retires Apache Antidote, the
Ant GUI</h3>

<p>The Antidote subproject was once started to provide a GUI for
@@ -319,8 +319,8 @@ have been reported to be working like a charm by some of the IvyDE early users.<
href="http://archive.apache.org/ant/antidote/">http://archive.apache.org/ant/antidote/</a>.</p>
</section>

<section name="Ant 1.6.2">
<h3>July 16, 2004 - Ant 1.6.2 Available</h3>
<section name="Apache Ant 1.6.2">
<h3>July 16, 2004 - Apache Ant 1.6.2 Available</h3>
<p>Apache Ant 1.6.2 available for <a
href="http://archive.apache.org/dist/ant/">download</a>.</p>
<p>Nested elements for namespaced tasks and types may belong to the
@@ -333,14 +333,14 @@ features which were asked for by users on Bugzilla.</p>

<section name="Wiki Migration">
<h3>February 29, 2004</h3>
<p>The Ant Wiki pages have been migrated to their
<p>The Apache Ant Wiki pages have been migrated to their
<a href="http://wiki.apache.org/ant/">new home</a> on the Apache
Wiki farm.
</p>
</section>

<section name="Ant 1.6.1">
<h3>February 12, 2004 - Ant 1.6.1 Available</h3>
<section name="Apache Ant 1.6.1">
<h3>February 12, 2004 - Apache Ant 1.6.1 Available</h3>
<p>Apache Ant 1.6.1 is still available for
<a href="http://archive.apache.org/dist/ant/">download</a>.
</p>
@@ -355,8 +355,8 @@ features which were asked for by users on Bugzilla.</p>
<p>Ant 1.6.1 also introduces initial support for compiling with
Java 1.5.</p>
</section>
<section name="Ant 1.6.0">
<h3>December 18, 2003 - Ant 1.6.0 Available</h3>
<section name="Apache Ant 1.6.0">
<h3>December 18, 2003 - Apache Ant 1.6.0 Available</h3>
<p>Apache Ant 1.6.0 is still available for
<a href="http://archive.apache.org/dist/ant/">download</a>.
</p>
@@ -376,8 +376,8 @@ did) or could be explained better, feel free to help us out in the

</section>

<section name="Ant 1.5.4">
<h3>August 12, 2003 - Ant 1.5.4 Available</h3>
<section name="Apache Ant 1.5.4">
<h3>August 12, 2003 - Apache Ant 1.5.4 Available</h3>
<p>Apache Ant 1.5.4 is still available for
<a href="http://archive.apache.org/dist/ant/">download</a>.
</p>
@@ -399,7 +399,7 @@ did) or could be explained better, feel free to help us out in the
<section name="Java Pro 2003 Readers Choice Award">
<a href="http://www.ftponline.com/javapro/">
<img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a>
<h3>June 11th, 2003: Ant wins a Java Pro readers' choice award</h3>
<h3>June 11th, 2003: Apache Ant wins a Java Pro readers' choice award</h3>
<p>
Ant has won the Java Pro 2003 Readers' Choice Award for
</p>
@@ -417,7 +417,7 @@ did) or could be explained better, feel free to help us out in the

<section name="JDJ Editors Choice Award">
<a href="http://sys-con.com/java/article2a.cfm?id=2059&amp;count=1734&amp;tot=6&amp;page=2"><img src="images/JDJEditorsChoiceAward.jpg" alt="" border="0" align="right"/></a>
<h3>June 2003: Ant wins JDJ Editors&apos; Choice Award</h3>
<h3>June 2003: Apache Ant wins JDJ Editors&apos; Choice Award</h3>

<p>
&quot;Ant is the hammer of the Java world: without it, civilization might have progressed, but much more slowly than it has. Ant is one of the most useful build tools I have ever had the pleasure to use.&quot; - Joe Ottinger
@@ -425,9 +425,9 @@ did) or could be explained better, feel free to help us out in the
</section>

<section name="Ant keeps on winning!">
<section name="Apache Ant keeps on winning!">
<a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2003.gif" alt="" border="0" height="108" width="252" align="right"/></a>
<h3>June 9th, 2003: Ant wins the JavaWorld Editors&apos; Choice Award</h3>
<h3>June 9th, 2003: Apache Ant wins the JavaWorld Editors&apos; Choice Award</h3>

<p>
Ant has won the JavaWorld Editors&apos; Choice Award for
@@ -442,16 +442,16 @@ did) or could be explained better, feel free to help us out in the
<a href="http://www.javaworld.com/javaworld/jw-06-2003/jw-0609-eca-p4.html"> our award</a> <code>:)</code></p>
</section>
<section name="Ant 1.5.3">
<h3>April 9, 2003 - Ant 1.5.3 Available</h3>
<section name="Apache Ant 1.5.3">
<h3>April 9, 2003 - Apache Ant 1.5.3 Available</h3>
<p>Apache Ant 1.5.3 is still available for
<a href="http://archive.apache.org/dist/ant/">download</a>.
</p>
</section>


<section name="Ant 1.5.2">
<h3>March 3, 2003 - Ant 1.5.2 Available!</h3>
<section name="Apache Ant 1.5.2">
<h3>March 3, 2003 - Apache Ant 1.5.2 Available!</h3>
<p>The final version of Ant 1.5.2 is available for
<a href="http://archive.apache.org/dist/ant/">download</a>.
If you have any feedback on this release, feel free to join the
@@ -459,7 +459,7 @@ did) or could be explained better, feel free to help us out in the
</p>
</section>

<section name="Ant Top Level Project">
<section name="Apache Ant Top Level Project">
<h3>November 18, 2002</h3>
<p>The Apache board <a href="mission.html">created</a>
the Apache Ant top level project. Ant has now migrated from the Jakarta
@@ -471,8 +471,8 @@ did) or could be explained better, feel free to help us out in the
</p>
</section>
<section name="Ant 1.5.1">
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<section name="Apache Ant 1.5.1">
<h3>October 3, 2002 - Apache Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is still available for
<a href="http://archive.apache.org/dist/ant/">
download</a>. If you have any feedback on this release, feel free to join the
@@ -480,13 +480,13 @@ did) or could be explained better, feel free to help us out in the
</p>
</section>

<section name="Ant 1.5">
<section name="Apache Ant 1.5">
<h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3>
<p>The wrapper script of Ant 1.5 needs to be replaced with a new
<p>The wrapper script of Apache Ant 1.5 needs to be replaced with a new
version for Cygwin users. See the <a
href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p>

<h3>July 10, 2002 - Ant 1.5 Released!</h3>
<h3>July 10, 2002 - Apache Ant 1.5 Released!</h3>
<p>The final version of Ant 1.5 is now available for
<a href="http://archive.apache.org/dist/ant/">
download</a>. If you have any feedback on this release, feel free to join the
@@ -494,9 +494,9 @@ did) or could be explained better, feel free to help us out in the
</p>
</section>

<section name="Ant wins again!">
<section name="Apache Ant wins again!">
<a href="http://www.sdmagazine.com/"><img src="images/sdm_productivity_award.gif" alt="" border="0" height="108" width="181" align="right"/></a>
<h3>Apr 29, 2002: Ant wins <em>Software Development</em> magazine&apos;s
<h3>Apr 29, 2002: Apache Ant wins <em>Software Development</em> magazine&apos;s
2002 Productivity Award.</h3>
<p>
Ant has been awarded a <strong>2002 Productivity Award</strong> by
@@ -507,9 +507,9 @@ did) or could be explained better, feel free to help us out in the
</p>
</section>

<section name="Ant has won!">
<section name="Apache Ant has won!">
<a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2002.gif" alt="" border="0" height="108" width="252" align="right"/></a>
<h3>Mar 26, 2002: Ant wins the JavaWorld Editors&apos; Choice
<h3>Mar 26, 2002: Apache Ant wins the JavaWorld Editors&apos; Choice
Award</h3>

<p>
@@ -524,7 +524,7 @@ did) or could be explained better, feel free to help us out in the
<section name="Java 1.4 Support">
<h3>Feb 15, 2002: Java 1.4 Support</h3>
<p>
Java 1.4 has now been released by Sun. The latest Ant source supports
Java 1.4 has now been released by Sun. The latest Apache Ant source supports
the new <tt>assert</tt> statement in the compiler task via the <tt>source</tt>
attribute. It also contains a compatibility fix needed for some ant tasks
on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
@@ -536,16 +536,16 @@ did) or could be explained better, feel free to help us out in the
<h3>Have a look at our new cool logo!</h3>
</section>
<section name="Ant 1.4.1">
<h3>11 October 2001 Ant 1.4.1 released !</h3>
<section name="Apache Ant 1.4.1">
<h3>11 October 2001 Apache Ant 1.4.1 released !</h3>
<p>Please visit the
<a href="http://archive.apache.org/dist/ant/">
download area</a>.
</p>
</section>

<section name="Best-Practices Profile of Ant at Sun&apos;s Dot-Com Builder">
<p>Sun has released an introductory article on Ant on their
<section name="Best-Practices Profile of Apache Ant at Sun&apos;s Dot-Com Builder">
<p>Sun has released an introductory article on Apache Ant on their
Dot-Com Builder site on May&#160;30&#160;2001. See <a
href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
</section>


+ 6
- 1
xdocs/bindownload.xml View File

@@ -24,7 +24,12 @@

<body>

<section name="Downloading Ant">
<section name="Apache Ant">
<p>Apache Ant is a Java library and command-line tool that help
building software.</p>
</section>

<section name="Downloading Apache Ant">

<p>Use the links below to download a binary distribution of Ant from
one of our mirrors. It is good practice to


+ 3
- 3
xdocs/bugs.xml View File

@@ -49,15 +49,15 @@
add yourself to the <code>CC</code> list to follow the progress
of this bug.
</p>
<p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Open Ant bugs by order of priority</a>.</p>
<p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.votes,bugs.priority%2Cbugs.bug_severity&amp;query_based_on=">Open Ant bugs by number of votes</a>.</p>
<p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Open Apache Ant bugs by order of priority</a>.</p>
<p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.votes,bugs.priority%2Cbugs.bug_severity&amp;query_based_on=">Open Apache Ant bugs by number of votes</a>.</p>
</subsection>

<subsection name="Filing a Bug Report">
<p>
Please read our document about <a href="problems.html">problems</a>
before deciding that there is an unreported
bug in Ant.
bug in Apache Ant.
</p>
<p>
You have a few choices at this point. You can send


+ 8
- 8
xdocs/faq.xml View File

@@ -27,7 +27,7 @@
<question>Where do I find the latest version of this
document?</question>
<answer>
<p>The latest version can always be found at Ant&apos;s homepage
<p>The latest version can always be found at Apache Ant&apos;s homepage
<a href="http://ant.apache.org/faq.html">http://ant.apache.org/faq.html</a>.</p>
</answer>
</faq>
@@ -239,7 +239,7 @@
<faqsection title="Installation">
<faq id="java-version">
<question>Which version of Java is required to run
Ant?</question>
Apache Ant?</question>
<answer>

<p>You will need Java installed on your system, version 1.4 or
@@ -335,7 +335,7 @@ Apache Ant version 1.6.2 compiled on July 16 2004
<faq id="precompile-jsps">
<question>How to I precompile Java Server Pages (JSPs)?</question>
<answer>
<p>Ant has a built in optional task <a href="/manual/Tasks/jspc.html">&lt;jspc&gt;</a>
<p>Apache Ant has a built in optional task <a href="/manual/Tasks/jspc.html">&lt;jspc&gt;</a>
which was intended for that. <b>But this task is deprecated.</b>
Here the alternative suggested by the manual:</p>
<p><i>Instead of relying on container specific JSP-compilers we suggest deploying
@@ -809,7 +809,7 @@ shell-prompt> m4 foo.m4 > foo
<question>General Advice</question>
<answer>

<p>There are many reasons why Ant doesn&apos;t behave as
<p>There are many reasons why Apache Ant doesn&apos;t behave as
expected, not all of them are due to Ant bugs. See our <a
href="problems.html">Having Problems?</a> page for hints that
may help pinning down the reasons for your problem.</p>
@@ -1093,9 +1093,9 @@ shell-prompt> m4 foo.m4 > foo
</faq>
</faqsection>

<faqsection title="Ant and IDEs/Editors">
<faqsection title="Apache Ant and IDEs/Editors">
<faq id="integration">
<question>Is Ant supported by my IDE/Editor?</question>
<question>Is Apache Ant supported by my IDE/Editor?</question>
<answer>
<p>See the <a href="external.html#IDE and Editor Integration">section
on IDE integration</a> on our External Tools and Tasks page.</p>
@@ -1190,7 +1190,7 @@ while(<STDIN>) {
<a href="http://www.sdv.fr/pages/casa/html/ant-dtd.en.html">this
page</a> by Michel Casabianca for a solution to this
problem. Note that the DTD you can download at this page
is based on Ant 0.3.1.</li>
is based on Apache Ant 0.3.1.</li>

<li>It may even be an invalid DTD. As Ant allows tasks
writers to define arbitrary elements, name collisions will
@@ -1478,7 +1478,7 @@ public void buildFinished(BuildEvent e) {

<answer>

<p>When Ant forks a new process for example by using the
<p>When Apache Ant forks a new process for example by using the
<code>&lt;exec&gt;</code>, <code>&lt;apply&gt;</code>
or <code>&lt;java&gt;</code> tasks, it will also start a
new thread reading from standard input and sending


+ 38
- 73
xdocs/index.xml View File

@@ -24,7 +24,36 @@
</properties>

<body>
<section name="Ivy 2.2.0">

<section name="Apache Ant">

<p>Apache Ant is a Java library and command-line tool who's
mission is to drive processes described in build files as targets
and extension points dependent upon each other.
The main known usage of Ant is the build of Java applications.
Ant supplies a number of built-in tasks allowing to compile, assemble,
test and run Java applications.
Ant can also be used effectively to build non Java applications, for
instance C or C++ applications. More generally, Ant can be used to
pilot any type of process which can be described in terms of targets
and tasks.
</p>
<p>
Ant is written in Java. Users of Ant can develop their own
&quot;antlibs&quot; containing Ant tasks and types, and are offered
a large number of ready-made commercial or open-source &quot;antlibs&quot;.
</p>
<p>
Ant is extremely flexible and does not impose coding conventions or
directory layouts to the Java projects which adopt it as a build tool.
</p>
<p>
Software development projects looking for a solution combining build tool and
dependency management can use Ant in combination with <a href="http://ant.apache.org/ivy/">Apache Ivy</a>.
</p>
</section>

<section name="Apache Ivy 2.2.0">
<h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
<p>Apache Ivy 2.2.0 is now available for download as source or binary (with and without
dependencies) from
@@ -44,8 +73,8 @@
<p>For more information see
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
</section>
<section name="Ant1.8.1">
<h3>May 7th, 2010 - Ant 1.8.1 Released</h3>
<section name="Apache Ant1.8.1">
<h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
<p>Apache Ant 1.8.1 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>
@@ -58,43 +87,11 @@
</ul>
</section>
<section name="Ant 1.8.0">
<h3>February 8, 2010 - Ant 1.8.0 Available</h3>
<p>Key features of the 1.8.0 release are</p>
<ul>
<li>Lexically scoped local properties, i.e. properties that are only
defined inside a target,
sequential block or similar environment.</li>
<li>&lt;import&gt; can now import from any file- or URL-providing resource -
this includes &lt;javaresource&gt;.</li>
<li>Various improvements to the directory scanning code that help
with symbolic link cycles (as can be found on MacOS X Java
installations for example) and improve scanning performance.
For big directory trees the improvement is
<a href="http://mail-archives.apache.org/mod_mbox/ant-dev/200809.mbox/%3Cy1u4p48li29.fsf@v30161.1blu.de%3E">dramatic</a>.</li>
<li>The way developers can extend Ant's property expansion algorithm has been rewritten
(breaking the older API) to be easier to use and be more powerful.
</li>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>At the same time the if and unless attributes have been rewritten to do the expected
thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it"
if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named
"true" existed). This adds "testing conditions" as a new use-case to property
expansion.</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="AntUnit 1.1">

<section name="Apache AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
<p>Apache AntUnit 1.1 Beta is now available for download as <a
<p>Apache AntUnit 1.1 is now available for download as <a
href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
or <a
href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
@@ -111,42 +108,10 @@
</section>


<section name="Apache Ant">

<p>
Ant is a Java library and command-line tool.
Ant's mission is to drive processes described in build files as targets
and extension points dependent upon each other.
The main known usage of Ant is the build of Java applications.
Ant supplies a number of built-in tasks allowing to compile, assemble,
test and run Java applications.
Ant can also be used effectively to build non Java applications, for
instance C or C++ applications. More generally, Ant can be used to
pilot any type of process which can be described in terms of targets
and tasks.
</p>
<p>
Ant is written in Java. Users of Ant can develop their own
&quot;antlibs&quot; containing Ant tasks and types, and are offered
a large number of ready-made commercial or open-source &quot;antlibs&quot;.
</p>
<p>
Ant is extremely flexible and does not impose coding conventions or
directory layouts to the Java projects which adopt it as a build tool.
</p>
<p>
Software development projects looking for a solution combining build tool and
dependency management can use Ant in combination with <a href="http://ant.apache.org/ivy/">Ivy</a>.
</p>



</section>

<section name="Documentation">

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

@@ -168,9 +133,9 @@ Comprehensive documentation is included in the source and binary distributions.
<ul>
<li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
<li><a href="mail.html">Join Mailing Lists</a></li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
<li><a href="http://marc.info/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
</li>
<li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
<li><a href="http://marc.info/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
</li>
</ul>



+ 2
- 2
xdocs/license.xml View File

@@ -26,7 +26,7 @@

<section name="The Apache License Version 2.0">
<p>The Apache License Version 2.0 applies
to all releases of Ant starting with ant 1.6.1</p>
to all releases of Apache Ant starting with Ant 1.6.1</p>

<source>/*
* Apache License
@@ -258,7 +258,7 @@
</source>
</section>
<section name="The Apache Software License, Version 1.1">
<p> The Apache Software License, Version 1.1, applies to all versions of up to ant 1.6.0 included.</p>
<p> The Apache Software License, Version 1.1, applies to all versions of up to Apache Ant 1.6.0 included.</p>
<source>/*
* ============================================================================
* The Apache Software License, Version 1.1


+ 6
- 6
xdocs/mail.xml View File

@@ -29,7 +29,7 @@
<p>Please read the <a
href="http://jakarta.apache.org/site/mail.html">guidelines of
the Jakarta Project</a> before subscribing and posting to any of
the lists below. They apply to Ant's lists as well.</p>
the lists below. They apply to Apache Ant's lists as well.</p>

<p>The user and dev list are subscriber only lists, this means
you have to subscribe before you can post to the list. Please
@@ -51,7 +51,7 @@

<p>This list is for developers that are using Ant in their own
projects to ask questions, share knowledge, and discuss issues
related to using Ant as a build tool.</p>
related to using Apache Ant as a build tool.</p>
</subsection>

<subsection name="Ivy User List: ivy-user@ant.apache.org">
@@ -64,7 +64,7 @@

<p>This list is for developers that are using Ivy or IvyDE in
their own projects to ask questions, share knowledge, and
discuss issues related to using Ivy with or without Ant.</p>
discuss issues related to using Apache Ivy with or without Apache Ant.</p>
</subsection>

<subsection name="Developer List: dev@ant.apache.org">
@@ -76,8 +76,8 @@
<a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Third Party Archive</a>
</p>

<p>This is the list where participating developers of the Ant
build tool, Ivy or the Ant libraries developed by the Ant team
<p>This is the list where participating developers of the Apache Ant
build tool, Apache Ivy or the Ant libraries developed by the Ant team
meet and discuss issues, code changes/additions, etc.</p>
</subsection>

@@ -125,7 +125,7 @@
<ul>
<li><a href="http://mail-archives.apache.org/mod_mbox/">List Index on mail-archives.apache.org</a></li>
<li><a href="http://ant.apache.org/mail/">Full mbox archives of all lists</a></li>
<li><a href="http://marc.theaimsgroup.com/">Mailing list Archives</a></li>
<li><a href="http://marc.info/">Mailing list Archives</a></li>
<li><a href="http://news.gmane.org/gmane.comp.jakarta.ant.devel/">Ant Developer List on gmane</a></li>
<li><a href="http://news.gmane.org/gmane.comp.jakarta.ant.user/">Ant User List on gmane</a></li>
<li><a href="http://old.nabble.com/Ant---Dev-f108.html">Ant Developer List on nabble</a></li>


+ 1
- 1
xdocs/manualdownload.xml View File

@@ -26,7 +26,7 @@

<section name="Downloading Ant's Manual">

<p>Ant's manual is part of the binary distribution but is also
<p>Apache Ant's manual is part of the binary distribution but is also
available as a stand-alone download.</p>

<p>Use the links below to download a distribution of Ant's manual from


+ 1
- 1
xdocs/nightlies.xml View File

@@ -27,7 +27,7 @@
<section name="Nightly Builds">

<p>We don't provide binary nightly builds at the moment, but if you
want to build Ant from sources, you can use a <a
want to build Apache Ant from sources, you can use a <a
href="http://svn.apache.org/snapshots/ant/">Subversion snapshot</a>.</p>

</section>


+ 1
- 1
xdocs/problems.xml View File

@@ -26,7 +26,7 @@
<section name="Having Problems?">
<p>
This page details some steps you can take to try and resolve
any problems you may be having with Ant. If you find you can't
any problems you may be having with Apache Ant. If you find you can't
resolve the problem, then this page will help you collect some of
the relevant information to provide in a bug report. This information
will help the Ant developers understand and resolve the problem.


+ 1
- 1
xdocs/projects.xml View File

@@ -27,7 +27,7 @@

<section name="Related Projects">

<p>Nothing listed here is directly supported by the Ant
<p>Nothing listed here is directly supported by the Apache Ant
developers, if you encounter any problems with them, please use
the contact information.</p>



+ 3
- 3
xdocs/projects/index.xml View File

@@ -25,10 +25,10 @@

<body>

<section name="Welcome to the Ant Projects Area">
<h3>This is where the Ant sub-projects live!</h3>
<section name="Welcome to the Apache Ant Projects Area">
<h3>This is where the Apache Ant sub-projects live!</h3>

<p>Now, that Ant has become an Apache Top-Level Project it is time to make space on this
<p>Now, that Apache Ant has become an Apache Top-Level Project it is time to make space on this
Web-Page for Ant sub-projects.</p>
<p>To make sure you do not miss anything: Stay tuned and visit this page from time to time :)!
</p>


+ 3
- 3
xdocs/projects/ivy.xml View File

@@ -19,15 +19,15 @@

<properties>
<index value="1"/>
<title>The Ivy Subproject</title>
<title>The Apache Ivy Subproject</title>
</properties>

<body>

<section name="The Ivy Subproject">
<section name="The Apache Ivy Subproject">
<h3>Apache Ivy</h3>

<p>Ivy is a simple yet powerful dependency manager featuring continuous integration,
<p>Apache Ivy is a simple yet powerful dependency manager featuring continuous integration,
dependencies of dependencies management, multiple repositories including ibiblio and
high performance (use of a local cache).</p>



+ 3
- 3
xdocs/projects/ivyde.xml View File

@@ -19,15 +19,15 @@

<properties>
<index value="1"/>
<title>The IvyDE Subproject</title>
<title>The Apache IvyDE Subproject</title>
</properties>

<body>

<section name="The IvyDE Subproject">
<section name="The Apache IvyDE Subproject">
<h3>Apache IvyDE</h3>

<ul>IvyDE is the Eclipse plugin which intergrate Ivy into your java development enviromnent. It includes:
<ul>Apache IvyDE is the Eclipse plugin which intergrates Apache Ivy into your java development enviromnent. It includes:
<li>an Ivy xml files editor: creation wizard, html preview and completion for Ivy xml tag, attributes but also attributes' values.</li>
<li>an Ivy settings files editor: completion for xml tag, attributes but also attributes' values.</li>
<li>a classpath container: automatic downloads, access "resolve" task from your IDE, and resolve in Eclipse's workspace</li>


+ 2
- 3
xdocs/resources.xml View File

@@ -18,15 +18,14 @@
<document>

<properties>
<author email="bodewig@apache.org">Stefan Bodewig</author>
<title>Resources</title>
</properties>

<body>
<section name="FAQs">
<subsection name="At Ant's website">
<subsection name="At Apache Ant's website">

<p>Starting with the release of Ant 1.4 the Ant's FAQ is
<p>Starting with the release of Apache Ant 1.4 the Ant's FAQ is
bundled with the distribution, the most recent version can
always be found at the website.</p>



+ 7
- 2
xdocs/srcdownload.xml View File

@@ -24,7 +24,12 @@

<body>

<section name="Downloading Ant">
<section name="Apache Ant">
<p>Apache Ant is a Java library and command-line tool that help
building software.</p>
</section>

<section name="Downloading Apache Ant">

<p>Use the links below to download a source distribution of Ant from
one of our mirrors. It is good practice to
@@ -70,7 +75,7 @@ Other mirrors: <select name="Preferred">
</form>
</section>

<section name="Current Release of Ant">
<section name="Current Release of Apache Ant">

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


Loading…
Cancel
Save