Browse Source

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
master
Antoine Levy-Lambert 15 years ago
parent
commit
be18a2559f
3 changed files with 6 additions and 5 deletions
  1. +3
    -3
      WHATSNEW
  2. +2
    -2
      docs/manual/install.html
  3. +1
    -0
      release.sh

+ 3
- 3
WHATSNEW View File

@@ -7,9 +7,6 @@ Changes that could break older environments:
Fixed bugs:
-----------

* stack traces were not reported at all by <junit/>
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 <junit/>
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.


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

@@ -920,8 +920,8 @@ Already included Java 1.4+</td>
<tr>
<td>JAI - Java Advanced Imaging</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>
<td>Starteam SDK</td>


+ 1
- 0
release.sh View File

@@ -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


Loading…
Cancel
Save