diff --git a/WHATSNEW b/WHATSNEW index 5fcca9d9a..7f4110d15 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,9 +7,6 @@ Changes that could break older environments: Fixed bugs: ----------- - * stack traces were not reported at all by - when filtertrace="on", which is the default. - Other changes: -------------- @@ -24,6 +21,9 @@ Changes that could break older environments: Fixed bugs: ----------- + * stack traces were not reported at all by + when filtertrace="on", which is the default. + * ant.bat can now also process the -noclasspath switch when it is the first switch on a command line. Bugzilla Report 48186. diff --git a/docs/manual/install.html b/docs/manual/install.html index 5e4c13579..2f48ed222 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -920,8 +920,8 @@ Already included Java 1.4+ JAI - Java Advanced Imaging image task - http://java.sun.com/products/java-media/jai/ + https://jai.dev.java.net/ Starteam SDK diff --git a/release.sh b/release.sh index ff2c6a66e..e204c97ba 100755 --- a/release.sh +++ b/release.sh @@ -17,6 +17,7 @@ # 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 ####################################################################### +rm -rf bootstrap build dist distribution unset ANT_HOME export JAVA_HOME=/cygdrive/c/j2sdk1.4.2_19 export PATH=$JAVA_HOME/bin:$PATH