users@jaxb.java.net

Generated runtime classes

From: Canning, Chuck <chuck.canning_at_zilliant.com>
Date: Mon, 09 Jun 2003 15:35:05 -0500

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