Hi.
> 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.
AFAIK, tests are not made public since they were taken from different sources
and Sun people don't always have permission to redist, that's why tests are not
included.
If I'm correct then the solution is to ask JAXB developers to do the following:
1. Add test/src and test/schemas with some empty .placeholder file into the
repository.
2. Ignore the sensitive content (only sub-folders, not the whole test directory).
In the long term it would be extremely nice to have tests available...
At the moment I'd suggest that you simply create these folders manually and
.cvsignore them locally.
Bye.
/lexi