diff --git a/WHATSNEW b/WHATSNEW index 75d8442a5..6c3a5c7bd 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,6 +55,15 @@ Other changes: * New formatter named "brief" +* Add support for Borland Application Server to the task using + a nested element. + +* Add support for iPlanet Application Server to the 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 @@ Fixed bugs: * Output written by testcases will now be captured by the 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 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 ===========================================