Browse Source

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
master
Conor MacNeill 24 years ago
parent
commit
2d7ef74ac2
6 changed files with 25 additions and 21 deletions
  1. +4
    -4
      docs/antnews.html
  2. +1
    -1
      docs/external.html
  3. +10
    -9
      docs/faq.html
  4. +3
    -3
      docs/index.html
  5. +3
    -3
      docs/problems.html
  6. +4
    -1
      docs/resources.html

+ 4
- 4
docs/antnews.html View File

@@ -127,7 +127,7 @@
<tr><td>
<blockquote>
<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>
<p>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
<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>
</blockquote>


+ 1
- 1
docs/external.html View File

@@ -687,7 +687,7 @@
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="IDE/Editor Integration"><strong>IDE/Editor Integration</strong></a>
<a name="IDE and Editor Integration"><strong>IDE and Editor Integration</strong></a>
</font>
</td></tr>
<tr><td>


+ 10
- 9
docs/faq.html View File

@@ -512,19 +512,19 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-nowarn
+P
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
build.compiler.warnings
build.compiler.pedantic
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
true == not set
false == not set
</font>
</td>
</tr>
@@ -532,13 +532,13 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+P
+F
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
build.compiler.pedantic
build.compiler.fulldepend
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -552,19 +552,20 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+F
<strong>only for Ant &lt; 1.4, replaced by the nowarn
attribute of javac after that</strong> -nowarn
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
build.compiler.fulldepend
build.compiler.warnings
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
false == not set
true == not set
</font>
</td>
</tr>
@@ -697,7 +698,7 @@ shell-prompt&gt; cat &lt; foo
</td></tr>
<tr><td>
<blockquote>
<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>
</blockquote>
</td></tr>


+ 3
- 3
docs/index.html View File

@@ -179,11 +179,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>
</blockquote>


+ 3
- 3
docs/problems.html View File

@@ -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
<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>
</blockquote>


+ 4
- 1
docs/resources.html View File

@@ -99,7 +99,10 @@
</td></tr>
<tr><td>
<blockquote>
<table>
<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>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">


Loading…
Cancel
Save