Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

xmlbeans ant task help

I'm trying to integrate the ant task to my existing build file in my project.
However the ant task don't have any way to compile more than one .xsd in a different .jar
(i.e.: destdir attr is not supported).

For example, I have two schemas : mySchema.xsd and anotherSchema.xsd

What I need is to generate two different .jars : mySchema.jar and anotherSchema.jar
(The jar names must match with the xsd names, that's how our structure goes).

I don't know if it is possible, or if It would be better to compile everything inside a single .jar

Any suggestions will be much appreciated !!!

Thanks !!
[675 byte] By [dornad] at [2007-11-11 10:01:45]