Browse Source

Merge in 1.4 documentation changes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269660 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
36ced42ff9
6 changed files with 25 additions and 19 deletions
  1. +4
    -4
      xdocs/antnews.xml
  2. +1
    -1
      xdocs/external.xml
  3. +9
    -7
      xdocs/faq.xml
  4. +3
    -3
      xdocs/index.xml
  5. +3
    -3
      xdocs/problems.xml
  6. +5
    -1
      xdocs/resources.xml

+ 4
- 4
xdocs/antnews.xml View File

@@ -28,7 +28,7 @@

<section name="Ant 2.0 Requirements Collected - Next is Design">
<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
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
Ant-Dev mailing list. Any requirement will be accepted for consideration. The
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
for inclusion in an Ant 2.0 requirement document.
</p>
<p>
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.
</p>
<p>
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.
</p>
</section>


+ 1
- 1
xdocs/external.xml View File

@@ -241,7 +241,7 @@

</section>

<section name="IDE/Editor Integration">
<section name="IDE and Editor Integration">

<subsection name="AntFarm">



+ 9
- 7
xdocs/faq.xml View File

@@ -175,12 +175,6 @@
<td>false == not set</td>
</tr>

<tr>
<td>-nowarn</td>
<td>build.compiler.warnings</td>
<td>true == not set</td>
</tr>

<tr>
<td>+P</td>
<td>build.compiler.pedantic</td>
@@ -192,6 +186,14 @@
<td>build.compiler.fulldepend</td>
<td>false == not set</td>
</tr>

<tr>
<td><strong>only for Ant &lt; 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>

</answer>
@@ -252,7 +254,7 @@ shell-prompt> cat < foo
<faq id="integration">
<question>Is Ant supported by my IDE/Editor?</question>
<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>
</answer>
</faq>


+ 3
- 3
xdocs/index.xml View File

@@ -81,11 +81,11 @@ Comprehensive documentation is included in the source and binary distribtions.
You can download the latest release:
</p>
<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>
<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>
<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>
</ul>
</section>


+ 3
- 3
xdocs/problems.xml View File

@@ -101,12 +101,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
<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
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 <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.
</p>
</subsection>


+ 5
- 1
xdocs/resources.xml View File

@@ -7,9 +7,13 @@
</properties>

<body>

<section name="FAQs">
<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>
<tr>
<th>FAQ</th>


Loading…
Cancel
Save