Peter Vogel <[EMAIL PROTECTED]> wrote:

> Heh! It's dynamic, Ant would compile+load the code "on the fly"
> so to speak, vs. the current need to compile custom tasks, then
> re-call ant...

Uhm, Peter, you don't have to re-call Ant, you can compile, define and
use a task in a single ant run since Ant 1.2 - taskdef can now be
nested into targets and Ant won't complain if it finds unknown
elements until you try to use them.

Stefan

Reply via email to