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