I have a base schema base.xsd. there are two schemas schema1.xsd and schema2.xsd that import this base schema.
 
Is there a way to create the base jar first using the schema compiler and then include this in the class path so that the schema1.jar produced when compiling schema1.xsd or schema2.jar produced when compiling schema2.xsd do not contain the base classes
 
thank you
 

Reply via email to