Using Ant 1.5.4, is it possible to have a build script with a taskdef
that references class files that are built within the build.xml itself?
I've decided that the only way I can get XML validation against an XSD
is to write the Ant task myself, but at this point I don't want to
create a separate project for that, I just want to compile the Task
class and then use it, in the same build script.  Is this
possible/feasible?

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

Reply via email to