Re: Ant Task : adding sysproperty

2004-04-06 Thread Stefan Bodewig
On Mon, 05 Apr 2004, Andy Jefferson <[EMAIL PROTECTED]> wrote: > Is there any reference of how to do this ? No better reference than code. Take a look at the Java or JUnit tasks to see how they do it. Stefan - To unsubscribe,

RE: Ant Task : adding sysproperty

2004-04-05 Thread Dominique Devienne
> From: Andy Jefferson [mailto:[EMAIL PROTECTED] > > I'm writing an Ant Task, and I currently have something derived from > MatchingTask. I want to add the capability to take in > properties. FYI: Matching tasks is kind of deprecated, and it's usually better to accept nested filesets rather than

Ant Task : adding sysproperty

2004-04-05 Thread Andy Jefferson
Hi, I'm writing an Ant Task, and I currently have something derived from MatchingTask. I want to add the capability to take in properties. Is there any reference of how to do this ? It the sort of standard thing that people want on many tasks so I'm guessing there may be something I can include