users@jaxb.java.net

Re: JAXB impl.runtime classes

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Thu, 29 Apr 2004 09:13:18 -0700

> Dumb question. If the impl.runtime classes generated are reusable, as per
> the xjc -user-runtime switch, why are they generated at all? why aren't they
> in a JAR file somewhere? It isn't as though they are dependent on any xjc
> options, or at least if they are this is not documented.

So that code generated from multiple versions of XJC can live in a
single JVM peacefully.

Those different XJCs need different runtimes. We can't just put them
into one package/jar.

regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net