conor 01/08/17 03:24:45
Modified: . Tag: ANT_14_BRANCH WHATSNEW
Log:
Add info about CLASSPATH quoting
Revision Changes Path
No revision
No revision
1.144.2.6 +6 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.144.2.5
retrieving revision 1.144.2.6
diff -u -r1.144.2.5 -r1.144.2.6
--- WHATSNEW 2001/08/16 15:04:30 1.144.2.5
+++ WHATSNEW 2001/08/17 10:24:45 1.144.2.6
@@ -67,6 +67,12 @@
java executable to Ant's wrapper scripts must not contain additional
command line parameters any longer - please use the environment
variable ANT_OPTS for such parameters now.
+
+* Ant's wrapper scripts now quote the CLASSPATH environment variable, thus
+ supporting classpaths which refer to directories containing spaces. This
means
+ that the CLASSPATH environment variable cannot have quotes. Any quotes
should
+ be removed. This will not affect the operation of the CLASSPATH environment
+ variable in other contexts.
* A delete task like
<delete includeEmptyFilesets="true">