From 2d7ef74ac217ee9007ffae659293dd29daa64519 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Thu, 30 Aug 2001 13:19:03 +0000 Subject: [PATCH] Update docs with 1.4 changes. Note this was not a merge, but just the result of regenerating from the merged xdocs - other docs changes to follow git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269661 13f79535-47bb-0310-9956-ffa450edef68 --- docs/antnews.html | 8 ++++---- docs/external.html | 2 +- docs/faq.html | 19 ++++++++++--------- docs/index.html | 6 +++--- docs/problems.html | 6 +++--- docs/resources.html | 5 ++++- 6 files changed, 25 insertions(+), 21 deletions(-) diff --git a/docs/antnews.html b/docs/antnews.html index dda9ed717..17c789e94 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -127,7 +127,7 @@

A commented version of the collected user requirements is now - available here - it is not + available here - it is not complete as some details still have to be defined, but it should give you an idea of what Ant2 is going to look like.

Several details can only be decided in the light of real code @@ -181,18 +181,18 @@ 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 requirements are being collected into a document which is available - on-line. New features will be excepted + on-line. New features will be excepted until March 21st, 2001. At that time, each requirement will be discussed for inclusion in an Ant 2.0 requirement document.

For your reference some of the goals which have shaped the development of Ant 1.x are - available here. These continue to be + available here. These continue to be relevant to Ant 2.0.

If you want to shape the future of Ant, join the - Ant-Dev mailing list and contribute + Ant-Dev mailing list and contribute your ideas.

diff --git a/docs/external.html b/docs/external.html index b65cbd41c..db4053880 100644 --- a/docs/external.html +++ b/docs/external.html @@ -687,7 +687,7 @@ @@ -532,13 +532,13 @@ @@ -697,7 +698,7 @@ shell-prompt> cat < foo diff --git a/docs/index.html b/docs/index.html index 3f80dd645..d0b7b7961 100644 --- a/docs/index.html +++ b/docs/index.html @@ -179,11 +179,11 @@ Comprehensive documentation is included in the source and binary distribtions. You can download the latest release:

diff --git a/docs/problems.html b/docs/problems.html index 28d6d36df..e24a29154 100644 --- a/docs/problems.html +++ b/docs/problems.html @@ -241,12 +241,12 @@ check_for_optional_packages: 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 problem has been fixed. Nightly builds for Ant are available from the - Jakarta web site. While Ant nightly - builds are typically quite stable and are used by + Jakarta web site. While Ant nightly + builds are typically quite stable and are used by Gump 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 optional tasks the come with Ant. A snapshot of these optional tasks is occasionally uploaded to the nightly - download area. Note that even + download area. Note that even this snapshot does not contain every optional task.

diff --git a/docs/resources.html b/docs/resources.html index 2e703a973..d6faf1ded 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -99,7 +99,10 @@
- IDE/Editor Integration + IDE and Editor Integration
diff --git a/docs/faq.html b/docs/faq.html index 65acf7a9a..70e7af46f 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -512,19 +512,19 @@ - -nowarn + +P - build.compiler.warnings + build.compiler.pedantic - true == not set + false == not set
- +P + +F - build.compiler.pedantic + build.compiler.fulldepend - +F + only for Ant < 1.4, replaced by the nowarn + attribute of javac after that -nowarn - build.compiler.fulldepend + build.compiler.warnings - false == not set + true == not set
-

See the section +

See the section on IDE integration on our external tools page.

- +

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.

+