> > 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... > > > > You can do that now with taskdef. >
Really? I was under the impression that taskdef just told ant to load a .class/.jar file, not compile a .java file. -Peter
