RE: Detect command line properties

2010-03-23 Thread Shawn Castrianni
riables start being created. Then I can use that cached propertyset later on without any ant-contrib variables being inside. --- Shawn Castrianni -Original Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: Monday, March 01, 2010 3:59 PM To: Ant Users List Subject:

RE: Detect command line properties

2010-03-01 Thread Shawn Castrianni
Castrianni -Original Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: Monday, March 01, 2010 3:59 PM To: Ant Users List Subject: Re: Detect command line properties On Mon, Mar 1, 2010 at 10:28 AM, Shawn Castrianni wrote: > Is there a way to tell the difference between

Re: Detect command line properties

2010-03-01 Thread Dominique Devienne
On Mon, Mar 1, 2010 at 10:28 AM, Shawn Castrianni wrote: > Is there a way to tell the difference between ant properties specified by the > user on the command line versus those that come from property files are or > hardcoded in the build.xml?  I have an ant build that execs to another ant > bu

Detect command line properties

2010-03-01 Thread Shawn Castrianni
Is there a way to tell the difference between ant properties specified by the user on the command line versus those that come from property files are or hardcoded in the build.xml? I have an ant build that execs to another ant build (I use exec instead of or other similar tasks because I have