users@jaxb.java.net

Re: JAXB 1 - catalog issues

From: William Simons <william.simons_at_childrens.harvard.edu>
Date: Fri, 07 Oct 2005 10:01:32 -0400

Thanks! I tried this yesterday and it worked great. Is that as designed?
Or is the latest build of JAXB 2.0 (works without explicity excluding) the
correct way?

Bill


On 10/6/05 2:08 PM, "Kohsuke Kawaguchi" <kohsuke.kawaguchi_at_sun.com> wrote:

> William Simons wrote:
>> Hi all,
>>
>> Is this the correct mailing list for JAXB 1 issues too?
>
> Yes.
>
>> Any suggestion as to how to workaround this? I need to have the import to
>> make the schemas valid, but I also need to have the imported schemas
>> compiled...
>
> Would it be possible to exclude the test1.xsd from the command line? You
> can just let the <xs:import> pull in that schema.