RE: Propertyset

2005-06-27 Thread Dominique Devienne
> From: Meukens, Kris [mailto:[EMAIL PROTECTED] > > It looks that when you pass a propertyset to an other build file that is > called with the 'ant' task, the containing properties are still known in > the receiving build file but not the propertyset itself. Is that correct? Yes. > Do I have to

RE: PropertySet use in macro

2004-09-01 Thread Dick, Brian E.
I see your point and I agree. Bad idea. Hey Matt, put on the brakes! :) -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:00 PM To: Ant Users List Subject: RE: PropertySet use in macro > From: Dick, Brian E. [mailto:[EM

RE: PropertySet use in macro

2004-09-01 Thread Dominique Devienne
> From: Dick, Brian E. [mailto:[EMAIL PROTECTED] > > A target can do it. Why can't a macro? No, a target cannot do it. A target does nothing beside executing the tasks within. Passing properties to sub-processes as properties is natural and is an extensible way to pass in such properties, becaus