al Message-
From: Chun Ji [mailto:[EMAIL PROTECTED]
Sent: Monday, March 12, 2007 11:25 AM
To: Ant Users List
Subject: property value setting
I have a build.xml file in which there is a property value "PW90". And
this value is initialized through the command line, such as: ant
Chun Ji wrote:
I have a build.xml file in which there is a property value "PW90". And this value is initialized through the command line, such as: ant -f build.xml -DPW90="...".
However, I just realize that 95% of time, the value is same. So I am just wondering if I could set a default value for
I have a build.xml file in which there is a property value "PW90". And this
value is initialized through the command line, such as: ant -f build.xml
-DPW90="...".
However, I just realize that 95% of time, the value is same. So I am just
wondering if I could set a default value for this "PW90"