ehatcher 02/02/01 14:29:22
Modified: . WHATSNEW
Log:
Add -propertyfile command-line option.
Revision Changes Path
1.202 +4 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- WHATSNEW 31 Jan 2002 19:56:33 -0000 1.201
+++ WHATSNEW 1 Feb 2002 22:29:21 -0000 1.202
@@ -139,6 +139,10 @@
* you can now specify environment variables in the <java> and <junit> tasks
if the fork attribute has been set to true.
+
+* -propertyfile command-line option has been added to load an entire
+ property file just as -D properties are declared (as user properties).
+ -D properties take precedence over -propertyfile specified ones.
Changes from Ant 1.4 to Ant 1.4.1
===========================================
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|