git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@711828 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -4,6 +4,8 @@ Changes from Ant 1.7.x TO current SVN version | |||||
| Changes that could break older environments: | Changes that could break older environments: | ||||
| ------------------------------------------- | ------------------------------------------- | ||||
| * Ant now requires Java 1.4 or later. | |||||
| * Improved handling of InterruptException (lets suppose someone/thing is | * Improved handling of InterruptException (lets suppose someone/thing is | ||||
| trying to kill the thread when we receive an InterruptException), | trying to kill the thread when we receive an InterruptException), | ||||
| when an InterruptException is received, we do not wait anymore in a while | when an InterruptException is received, we do not wait anymore in a while | ||||
| @@ -782,7 +782,17 @@ | |||||
| <tr> | <tr> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | 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> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| @@ -205,7 +205,7 @@ that is not namespace-aware. In particular, avoid the Crimson parser.</p> | |||||
| <p> | <p> | ||||
| For the current version of Ant, you will also need a JDK installed on | 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. | The later the version of Java , the more Ant tasks you get. | ||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| @@ -213,7 +213,7 @@ The later the version of Java , the more Ant tasks you get. | |||||
| </p> | </p> | ||||
| <p> | <p> | ||||
| <strong>Note: </strong> | <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. | Ant 1.2 to Ant 1.5.* work with jdk 1.1 and higher. | ||||
| </p> | </p> | ||||
| @@ -263,7 +263,12 @@ | |||||
| </tr> | </tr> | ||||
| <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> | <td>1.3</td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||