Hi, I have tried this aproach. I'm compiling schemas with ANT task. But it looks like schema types are compiled even if jar with compiled xbeans already on classpath.
Thanks, Giedrius On 10/18/05, Kevin Krouse <[EMAIL PROTECTED]> wrote: > Yes, you can compile A.xsd into A.jar then put it on the classpath when > compiling B.xsd. > > Kevin > > Johannes Echterhoff wrote: > > Hi. > > I am also interested in this question - is there nobody who can answer it? > > Regards, > > Johannes > > > > Giedrius Trumpickas wrote: > > > >> Hi, > >> > >> I have following situation: > >> > >> I have 2 schemas A and B. B depends on A because it uses some types > >> from A. > >> > >> Now when compiling schema B, xmlbeans schema compiler compiles schema > >> A as well to the jar. Is it possible to compile schema A to separate > >> jar and somehow instruct xmlbeans schema compiler to use that jar when > >> compiling schema B. And have two jars a.jar and b.jar > >> and jar b does not have schema A info compiled inside. > >> > >> Thanks, > >> > >> Giedrius > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

