At the moment then we have
otest/
current/
src - which holds all of the test class and resources from OASIS
ASM_4002 - Tuscany folders that hold poms to build individual
test contributions from src
tests - Tuscany folder that pulls together the test cases from
src and the build contributions
The problem we have it seems at the moment is getting a reasonable
view of this in Eclipse.
If you import "current" as a whole then you have to do manual setup to
get the contributions to build and the tests to run.
If you import the separate contributions and the tests directory, that
belong to Tuscany, into eclipse then they are not automatically linked
to the source they refer to. I've been experimenting with Eclipse
linked resources but Eclipse complains about linking to resources
outside the project directory. A bit odd as I thought that was
precisely what linked resources were for.
What I'd like to be able to do is import the tests projects and run
the test programs directly without further configuration. An
alternative to this is to either check in or generate the eclipse
configuration required to load "current" as a whole.
Anyone got any further than me with this?
Simon