|
You have to compile base.xsd alone first,
than compile schema1.xsd having the first generated jar on classpath. scomp –out base.jar base.xsd scomp –cp base.jar –out schema1.jar
schema1.xsd scomp –cp base.jar;schema1.jar –out
schema2.jar schema2.xsd Cezar From: sri
[mailto:[EMAIL PROTECTED] 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 _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. |
- schema jars sri
- Re: schema jars Alex Soto
- RE: schema jars Cezar Andrei
- Re: schema jars sri
- RE: schema jars Wing Yew Poon

