RE: Problem with nested property sets

2005-05-18 Thread Dick, Brian E.
Matt to the rescue (again). :) -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:21 AM To: Ant Users List Subject: RE: Problem with nested property sets yep, 'tis a bug in the handling of mapped, nested propertysets. I will look into

RE: Problem with nested property sets

2005-05-18 Thread Matt Benson
s] bar.3=3 > [echoproperties] #Ant properties > [echoproperties] #Wed May 18 08:26:28 EDT 2005 > [echoproperties] foobar.4=4 > [echoproperties] foobar.3=3 > [echoproperties] foobar.2=2 > [echoproperties] foobar.1=1 > > > > -Original Message- > From: _mylene_ [m

RE: Problem with nested property sets

2005-05-18 Thread Matt Benson
erties] #Ant properties > [echoproperties] #Wed May 18 08:26:28 EDT 2005 > [echoproperties] foobar.4=4 > [echoproperties] foobar.3=3 > [echoproperties] foobar.2=2 > [echoproperties] foobar.1=1 > > > > -Original Message- > From: _mylene_ [mailto:[EMAIL PROTECTED] > Sent: W

Re: Problem with nested property sets

2005-05-18 Thread _mylene_
AFAIK properties cannot be changed (though variables can). When a property is set, it stays set. Mylene On 5/18/05, Dick, Brian E. <[EMAIL PROTECTED]> wrote: > I have two property sets, one prefixed with "foo" and one prefixed with > "bar". I want to union these two property sets and change the "

RE: Problem with nested property sets

2005-05-18 Thread Dick, Brian E.
2005 [echoproperties] foobar.4=4 [echoproperties] foobar.3=3 [echoproperties] foobar.2=2 [echoproperties] foobar.1=1 -Original Message- From: _mylene_ [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 8:09 AM To: Ant Users List Subject: Re: Problem with nested property sets It's no

Re: Problem with nested property sets

2005-05-18 Thread _mylene_
> -Original Message- > From: Jeffrey E Care [mailto:[EMAIL PROTECTED] ] > Sent: Tuesday, May 17, 2005 4:03 PM > To: Ant Users List > Subject: Re: Problem with nested property sets > > Try running in debug mode (-debug) and providing the stack trace. > >

RE: Problem with nested property sets

2005-05-18 Thread Dick, Brian E.
nt Users List Subject: Re: Problem with nested property sets Try running in debug mode (-debug) and providing the stack trace. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Di

Re: Problem with nested property sets

2005-05-17 Thread Jeffrey E Care
Try running in debug mode (-debug) and providing the stack trace. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Dick, Brian E." <[EMAIL PROTECTED]> wrote on 05/17/2005 12:30:58 P

Problem with nested property sets

2005-05-17 Thread Dick, Brian E.
I'm getting an exception from the following build. The echoproperties task doesn't like the nested propertyset. What am I doing wrong?