conor 2003/07/10 06:23:47
Modified: . WHATSNEW
Log:
Describe new Launcher.
Revision Changes Path
1.455 +16 -10 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -w -u -r1.454 -r1.455
--- WHATSNEW 10 Jul 2003 11:52:50 -0000 1.454
+++ WHATSNEW 10 Jul 2003 13:23:47 -0000 1.455
@@ -43,6 +43,12 @@
entries of all manifests found, but will be treated like all other
manifest attributes - the most recent attribute(s) will be used.
+* New Launch mechanism implemented. This moves some functionality from
+ the batch files / shell scripts into Java. This removes environment
+ limitations, for command issues, directory depth issues on Windows. Also
+ allows a per-user library location to be used if the main Ant install
+ is locked down.
+
Fixed bugs:
-----------
* Filter readers were not handling line endings properly. Bugzilla
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|