Browse Source

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
master
Conor MacNeill 24 years ago
parent
commit
02f44cc23a
1 changed files with 27 additions and 0 deletions
  1. +27
    -0
      WHATSNEW

+ 27
- 0
WHATSNEW View File

@@ -55,6 +55,15 @@ Other changes:


* New <junit> formatter named "brief" * 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: Fixed bugs:
----------- -----------


@@ -87,6 +96,24 @@ Fixed bugs:


* Output written by testcases will now be captured by the <junit> task * Output written by testcases will now be captured by the <junit> task
and passed to the formatters. 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 Changes from Ant 1.2 to Ant 1.3
=========================================== ===========================================


Loading…
Cancel
Save