----- Original Message -----
From: "Steve Cohen" <[EMAIL PROTECTED]>

> I don't know what a "facade custom task" is but it sounds intriguing.  If
you could point me at an example, perhaps that would be the
> best interim solution.

Have a look at Get.java in Ant's source code.  Note how it uses
createTask("touch") - you could do the same thing by making a
<newstcheckout> task that essentially used did a createTask("stcheckout")
and set the attributes how you want, with the desired condition on 'label'.

    Erik



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to