I'm trying to build jaxb2-sources/jaxb-ri using jaxb-2_1-branch. The
'ant dist' target seemed to work fine. However, I'm using the
included .classpath and .project files to load the whole thing up in
Eclipse so that I can work on a patch and I'm getting two errors:
Project JAXB 2.x is missing required library: 'test/schemas'
Project JAXB 2.x is missing required source folder: 'test/src'
I don't see a 'test' directory in CVS nor can I find an ant target
that generates anything in a root 'test' directory. What am I missing
(tests, obviously)? Where can I find these tests? Or will I just
have to remove these locations from the Eclipse build path in my
working copy? Thanks for any help.
On 11/16/06, Kohsuke Kawaguchi wrote:
> Levi Purvis wrote:
> > If I wanted to work on a patch for the latest 2.1.x code, which
> > branch/tag should I use? jaxb-2_1-branch or HEAD?
> >
> > Is CVS HEAD the 2.0.x line or 2.1.x?
>
> Head is 2.0.x and the jaxb-2_1-branch is for the 2.1 code.
>
> At some point in the not so long future, we should probably be switching
> them.