git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269660 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -28,7 +28,7 @@ | |||||
| <section name="Ant 2.0 Requirements Collected - Next is Design"> | <section name="Ant 2.0 Requirements Collected - Next is Design"> | ||||
| <p>A commented version of the collected user requirements is now | <p>A commented version of the collected user requirements is now | ||||
| available <a href="/ant/ant2/features.html">here</a> - it is not | |||||
| available <a href="ant2/features.html">here</a> - it is not | |||||
| complete as some details still have to be defined, but it should | complete as some details still have to be defined, but it should | ||||
| give you an idea of what Ant2 is going to look like.</p> | give you an idea of what Ant2 is going to look like.</p> | ||||
| @@ -70,20 +70,20 @@ | |||||
| To advance the definition of Ant, user requirements are now being accepted on the | To advance the definition of Ant, user requirements are now being accepted on the | ||||
| Ant-Dev mailing list. Any requirement will be accepted for consideration. The | Ant-Dev mailing list. Any requirement will be accepted for consideration. The | ||||
| requirements are being collected into a document which is available | requirements are being collected into a document which is available | ||||
| <a href="/ant/ant2/requested-features.txt">on-line</a>. New features will be excepted | |||||
| <a href="ant2/requested-features.txt">on-line</a>. New features will be excepted | |||||
| until March 21st, 2001. At that time, each requirement will be discussed | until March 21st, 2001. At that time, each requirement will be discussed | ||||
| for inclusion in an Ant 2.0 requirement document. | for inclusion in an Ant 2.0 requirement document. | ||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| For your reference some of the goals which have shaped the development of Ant 1.x are | For your reference some of the goals which have shaped the development of Ant 1.x are | ||||
| available <a href="/ant/ant2/original-specification.html">here</a>. These continue to be | |||||
| available <a href="ant2/original-specification.html">here</a>. These continue to be | |||||
| relevant to Ant 2.0. | relevant to Ant 2.0. | ||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| If you want to shape the future of Ant, join the | If you want to shape the future of Ant, join the | ||||
| <a href="/site/mail.html">Ant-Dev mailing list</a> and contribute | |||||
| <a href="http://jakarta.apache.org/site/mail.html">Ant-Dev mailing list</a> and contribute | |||||
| your ideas. | your ideas. | ||||
| </p> | </p> | ||||
| </section> | </section> | ||||
| @@ -241,7 +241,7 @@ | |||||
| </section> | </section> | ||||
| <section name="IDE/Editor Integration"> | |||||
| <section name="IDE and Editor Integration"> | |||||
| <subsection name="AntFarm"> | <subsection name="AntFarm"> | ||||
| @@ -175,12 +175,6 @@ | |||||
| <td>false == not set</td> | <td>false == not set</td> | ||||
| </tr> | </tr> | ||||
| <tr> | |||||
| <td>-nowarn</td> | |||||
| <td>build.compiler.warnings</td> | |||||
| <td>true == not set</td> | |||||
| </tr> | |||||
| <tr> | <tr> | ||||
| <td>+P</td> | <td>+P</td> | ||||
| <td>build.compiler.pedantic</td> | <td>build.compiler.pedantic</td> | ||||
| @@ -192,6 +186,14 @@ | |||||
| <td>build.compiler.fulldepend</td> | <td>build.compiler.fulldepend</td> | ||||
| <td>false == not set</td> | <td>false == not set</td> | ||||
| </tr> | </tr> | ||||
| <tr> | |||||
| <td><strong>only for Ant < 1.4, replaced by the nowarn | |||||
| attribute of javac after that</strong> -nowarn</td> | |||||
| <td>build.compiler.warnings</td> | |||||
| <td>true == not set</td> | |||||
| </tr> | |||||
| </table> | </table> | ||||
| </answer> | </answer> | ||||
| @@ -252,7 +254,7 @@ shell-prompt> cat < foo | |||||
| <faq id="integration"> | <faq id="integration"> | ||||
| <question>Is Ant supported by my IDE/Editor?</question> | <question>Is Ant supported by my IDE/Editor?</question> | ||||
| <answer> | <answer> | ||||
| <p>See the <a href="external.html#IDE%47Editor+Integration">section | |||||
| <p>See the <a href="external.html#IDE and Editor Integration">section | |||||
| on IDE integration</a> on our external tools page.</p> | on IDE integration</a> on our external tools page.</p> | ||||
| </answer> | </answer> | ||||
| </faq> | </faq> | ||||
| @@ -81,11 +81,11 @@ Comprehensive documentation is included in the source and binary distribtions. | |||||
| You can download the latest release: | You can download the latest release: | ||||
| </p> | </p> | ||||
| <ul> | <ul> | ||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/"> | |||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4/bin/"> | |||||
| Download the binary release</a></li> | Download the binary release</a></li> | ||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/src/"> | |||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4/src/"> | |||||
| Download the source release</a></li> | Download the source release</a></li> | ||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/rpms/"> | |||||
| <li><a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4/rpms/"> | |||||
| Download source and binary RPMs</a></li> | Download source and binary RPMs</a></li> | ||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| @@ -101,12 +101,12 @@ check_for_optional_packages: | |||||
| Chances are that someone else may have already encountered this problem and perhaps it has been | Chances are that someone else may have already encountered this problem and perhaps it has been | ||||
| fixed. The next step, therefore, may be to try a nightly build of Ant to see if the | 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 are available from the | problem has been fixed. Nightly builds for Ant are available from the | ||||
| <a href="/builds/jakarta-ant/nightly/">Jakarta web site</a>. While Ant nightly | |||||
| builds are typically quite stable and are used by <a href="/builds/gump/latest/"> | |||||
| <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/">Jakarta web site</a>. While Ant nightly | |||||
| builds are typically quite stable and are used by <a href="http://jakarta.apache.org/builds/gump/latest/"> | |||||
| Gump</a> to build many other Jakarta projects, these builds should be treated as experimental. You can | Gump</a> to build many other Jakarta projects, these builds should be treated as experimental. You can | ||||
| install and verify whether your problem has been fixed. Note that nightly builds do not build many of the | install and verify whether your problem has been fixed. Note that nightly builds do not build many of the | ||||
| optional tasks the come with Ant. A snapshot of these optional tasks is occasionally uploaded to the nightly | optional tasks the come with Ant. A snapshot of these optional tasks is occasionally uploaded to the nightly | ||||
| download <a href="/builds/jakarta-ant/nightly/optional/">area</a>. Note that even | |||||
| download <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/optional/">area</a>. Note that even | |||||
| this snapshot does not contain every optional task. | this snapshot does not contain every optional task. | ||||
| </p> | </p> | ||||
| </subsection> | </subsection> | ||||
| @@ -7,9 +7,13 @@ | |||||
| </properties> | </properties> | ||||
| <body> | <body> | ||||
| <section name="FAQs"> | <section name="FAQs"> | ||||
| <subsection name="At Ant's website"> | <subsection name="At Ant's website"> | ||||
| <p>Starting with the release of Ant 1.4 the Ant's FAQ is | |||||
| bundled with the distribution, the most recent version can | |||||
| always be found at the website.</p> | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <th>FAQ</th> | <th>FAQ</th> | ||||