users@jaxb.java.net

Re: Generated runtime classes

From: Ed Mooney <Ed.Mooney_at_sun.com>
Date: Wed, 11 Jun 2003 08:01:56 -0400

Hi Chuck,

I don't know why this happens, but looking at the code suggests one or
two possibilities. Would you be willing to share your schema?

Regards,
--
Ed Mooney         |Sun Microsystems, Inc.|Time flies like
Java Web Services |UBUR02-201            |an arrow, but
Ed.Mooney_at_Sun.COM |1 Network Drive       |fruit flies like
781-442-0459      |Burlington, MA  01803 |a banana. Groucho
Canning, Chuck wrote:
> Hi,
>
> I was wondering what determines where the runtime files are generated when
> you use the default settings. I am having a wierd sort of problem where the
> generated runtime files location changes on different builds. Is it possible
> that I have changed a setting to cause this? It doesn't appear that anyone
> has changed the files since the previous build. Just to clarify,
>
> build one:
>
> a.b.c.impl.runtime
> a.b.d.impl
>
> build two:
>
> a.b.c.impl
> a.b.d.runtime
>
> The two packages are generated from compiling a single schema that includes
> another schema (each with their own namespace).
>
> Thanks,
>
> Chuck