From be18a2559f89f25a9e064ae6a0a81a30f7ff8825 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 1 Feb 2010 23:17:12 +0000 Subject: [PATCH] preparation for a new 1.8.0 build including fixes for the junit stack traces git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@905449 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- docs/manual/install.html | 4 ++-- release.sh | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) 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