From 02f44cc23a1aae6938081338933830868f4abeb4 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Thu, 17 May 2001 10:43:34 +0000 Subject: [PATCH] All the new things from recent patches git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269029 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 ===========================================