...snip > > 1) The test framework > 2) The tuscany runtime bridge (depends on 1, or can be part of 1) > 3) The General contribution > 4) The General Java contribution (with SCAimports to 3) > 5) The Test contribution (resources and java code) > 6) The Test client for the given test (depends on 1). > ...snip
Right, and as we have the tests (re-)organized in Tuscany at the moment you see the following in eclipse tests = 1, 2 & 6 General = 3 General_Java = 4 ASM_* = 5 Personally I'm happy with this as at the moment as it lets me get on with the important task of running/debugging the tests without any manual configuration of Eclipse. But maybe you're saying that you would like to see 1, 2 and 3 separated. Of course this is a team effort so feel free to jump in and further develop the structure. Our ability to move the code around is an opportunity to be really clear about how we think the tests should be structured before committing to making a proposal to OASIS. Regards Simon
