> Really?  I was under the impression that taskdef just told ant to load
> a .class/.jar file, not compile a .java file.

But the <javac> task will compile.
It is possible to do a <javac> then a <taskdef>, to "dynamically" create tasks.

Reply via email to