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:
> >
> >
> > >
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:
> >
> >
> > >
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
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
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
--