Its a feature at this time. -- Conor MacNeill [EMAIL PROTECTED] Cortex eBusiness http://www.cortexebusiness.com.au
> -----Original Message----- > From: Ingo Adler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 11 October 2000 19:39 > To: [EMAIL PROTECTED] > Subject: can set propery only once > > > Hi, > > I can set a property only once = it always has the first assigned value: > > <target name="a"> > <property name="tmp" value="tmp/a"/> > <target/> > <target name="b"> > <property name="tmp" value="tmp/b"/> > > The Value of ${tmp} is still tmp/a > > <target/> > > Is this a feature or a bug? > > Ingo >
