RE: properties not being reset

2005-04-29 Thread George Dibi
This is what the problem was. Thanks -Original Message- From: Rainer Noack [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 3:03 PM To: 'Ant Users List' Subject: RE: properties not being reset Try something like this: > > > > > > >

RE: properties not being reset

2005-04-28 Thread George Dibi
Let me try this. Thanks -Original Message- From: Rainer Noack [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 3:03 PM To: 'Ant Users List' Subject: RE: properties not being reset Try something like this: > > > > > > >

RE: properties not being reset

2005-04-28 Thread Rainer Noack
gt; > > >> resultproperty="ivcommonResult"> > > > -Original Message- > From: George Dibi [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 28, 2005 6:01 PM > To: [EMAIL PROTECTED] > Subject: RE: properties not

RE: properties not being reset

2005-04-28 Thread Rainer Noack
Properties are immutuable. You can use the 's prefix-attribute to read the file the second (or first/or both) time. Cheers Rainer > -Original Message- > From: George Dibi [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 28, 2005 4:25 PM > To: Ant Users List > Sub

properties not being reset

2005-04-28 Thread George Dibi
All; Scenario: First I set the properties info... The content of build_isoft36.properties initially set to: #build_env BUILD_VIEW=ccadm_isoft36 label.product=isoft36 IVCOMMONVOB_VER=2.1 IVCOMMONVOB_BLD=003 --