Author: antoine
Date: Mon Feb 1 23:17:12 2010
New Revision: 905449
URL: http://svn.apache.org/viewvc?rev=905449&view=rev
Log:
preparation for a new 1.8.0 build including fixes for the junit stack traces
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/docs/manual/install.html
ant/core/trunk/release.sh
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=905449&r1=905448&r2=905449&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Feb 1 23:17:12 2010
@@ -7,9 +7,6 @@
Fixed bugs:
-----------
- * stack traces were not reported at all by <junit/>
- when filtertrace="on", which is the default.
-
Other changes:
--------------
@@ -24,6 +21,9 @@
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.
Modified: ant/core/trunk/docs/manual/install.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?rev=905449&r1=905448&r2=905449&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Mon Feb 1 23:17:12 2010
@@ -920,8 +920,8 @@
<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>
Modified: ant/core/trunk/release.sh
URL:
http://svn.apache.org/viewvc/ant/core/trunk/release.sh?rev=905449&r1=905448&r2=905449&view=diff
==============================================================================
--- ant/core/trunk/release.sh (original)
+++ ant/core/trunk/release.sh Mon Feb 1 23:17:12 2010
@@ -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