conor 01/05/17 03:43:40
Modified: . WHATSNEW
Log:
All the new things from recent patches
Revision Changes Path
1.107 +27 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- WHATSNEW 2001/05/04 08:03:43 1.106
+++ WHATSNEW 2001/05/17 10:43:34 1.107
@@ -55,6 +55,15 @@
* New <junit> formatter named "brief"
+* Add support for Borland Application Server to the <ejbjar> task using
+ a <borland> nested element.
+
+* Add support for iPlanet Application Server to the <ejbjar> task. Also
+ includes some iPlanet utility tasks
+
+* Allow the SQL Delimiter to be set in the so that Oracle stored procs may be
+ entered
+
Fixed bugs:
-----------
@@ -87,6 +96,24 @@
* Output written by testcases will now be captured by the <junit> task
and passed to the formatters.
+
+* Quote the -group parameter to Javadoc as per the specification
+
+* Initialise classes when loaded through the AntClassLoader - that is, run
+ static initializers
+
+* Implement getResource() in AntClassLoader
+
+* Create the <ejbjar> weblogic command line as a set of arguments rather than
+ as a single line. Avoids problems with paths which contain spaces.
+
+* Make the AntClassLoader load resources in the same order as it currently
+ loads classes
+
+* Allow DTD locations to be specified when building generic ejb-jars
+
+* Handle classpaths with spaces
+
Changes from Ant 1.2 to Ant 1.3
===========================================