git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@905449 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -7,9 +7,6 @@ Changes that could break older environments: | |||||
| Fixed bugs: | Fixed bugs: | ||||
| ----------- | ----------- | ||||
| * stack traces were not reported at all by <junit/> | |||||
| when filtertrace="on", which is the default. | |||||
| Other changes: | Other changes: | ||||
| -------------- | -------------- | ||||
| @@ -24,6 +21,9 @@ Changes that could break older environments: | |||||
| Fixed bugs: | Fixed bugs: | ||||
| ----------- | ----------- | ||||
| * stack traces were not reported at all by <junit/> | |||||
| when filtertrace="on", which is the default. | |||||
| * ant.bat can now also process the -noclasspath switch when it is | * ant.bat can now also process the -noclasspath switch when it is | ||||
| the first switch on a command line. | the first switch on a command line. | ||||
| Bugzilla Report 48186. | Bugzilla Report 48186. | ||||
| @@ -920,8 +920,8 @@ Already included Java 1.4+</td> | |||||
| <tr> | <tr> | ||||
| <td>JAI - Java Advanced Imaging</td> | <td>JAI - Java Advanced Imaging</td> | ||||
| <td>image task</td> | <td>image task</td> | ||||
| <td><a href="http://java.sun.com/products/java-media/jai/" | |||||
| target="_top">http://java.sun.com/products/java-media/jai/</a></td> | |||||
| <td><a href="https://jai.dev.java.net/" | |||||
| target="_top">https://jai.dev.java.net/</a></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>Starteam SDK</td> | <td>Starteam SDK</td> | ||||
| @@ -17,6 +17,7 @@ | |||||
| # this is a first attempt to document the build of the distribution | # this is a first attempt to document the build of the distribution | ||||
| # paths are hard-coded and obviously this is for a Cygwin/Windows combo | # paths are hard-coded and obviously this is for a Cygwin/Windows combo | ||||
| ####################################################################### | ####################################################################### | ||||
| rm -rf bootstrap build dist distribution | |||||
| unset ANT_HOME | unset ANT_HOME | ||||
| export JAVA_HOME=/cygdrive/c/j2sdk1.4.2_19 | export JAVA_HOME=/cygdrive/c/j2sdk1.4.2_19 | ||||
| export PATH=$JAVA_HOME/bin:$PATH | export PATH=$JAVA_HOME/bin:$PATH | ||||