Browse Source

trunk requires 1.4 now

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@711828 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
0823bcba4e
4 changed files with 21 additions and 4 deletions
  1. +2
    -0
      WHATSNEW
  2. +11
    -1
      docs/faq.html
  3. +2
    -2
      docs/manual/install.html
  4. +6
    -1
      xdocs/faq.xml

+ 2
- 0
WHATSNEW View File

@@ -4,6 +4,8 @@ Changes from Ant 1.7.x TO current SVN version
Changes that could break older environments:
-------------------------------------------

* Ant now requires Java 1.4 or later.

* Improved handling of InterruptException (lets suppose someone/thing is
trying to kill the thread when we receive an InterruptException),
when an InterruptException is received, we do not wait anymore in a while


+ 11
- 1
docs/faq.html View File

@@ -782,7 +782,17 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.7.0 up to the current svn trunk
1.7.0 up to 1.7.1
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.3
</td>
</tr>
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
current svn trunk
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">


+ 2
- 2
docs/manual/install.html View File

@@ -205,7 +205,7 @@ that is not namespace-aware. In particular, avoid the Crimson parser.</p>

<p>
For the current version of Ant, you will also need a JDK installed on
your system, version 1.3 or later required, 1.5 or later strongly recommended.
your system, version 1.4 or later required, 1.5 or later strongly recommended.
The later the version of Java , the more Ant tasks you get.
</p>
<p>
@@ -213,7 +213,7 @@ The later the version of Java , the more Ant tasks you get.
</p>
<p>
<strong>Note: </strong>
Ant 1.7.* works with jdk1.3 and higher, Ant 1.6.* works with jdk 1.2 and higher,
Ant 1.8.* works with jdk1.4 and higher, Ant 1.7.* works with jdk1.3 and higher, Ant 1.6.* works with jdk 1.2 and higher,
Ant 1.2 to Ant 1.5.* work with jdk 1.1 and higher.
</p>



+ 6
- 1
xdocs/faq.xml View File

@@ -263,7 +263,12 @@
</tr>
<tr>
<td>1.7.0 up to the current svn trunk</td>
<td>1.7.0 up to 1.7.1</td>
<td>1.3</td>
</tr>

<tr>
<td>current svn trunk</td>
<td>1.3</td>
</tr>
</table>


Loading…
Cancel
Save