Hi Dan,
2. After all the test passed, then we start move the RT/Core to top
level Core, after that the dependency of Tools2 looks like
   API <- Core <- Tools2 <- TestUtils <- RT


Just an FYI - the TestUtils will have to depend on JAX-WS, as we'll need the
JAX-WS plugin to build those classes.

We can either
a) split up the wsdls/classes from testutils into the test modules of jaxws
and systest
OR
b) have a dependency tree like:

core < tools2 < jaxws < testutils < systests
I'm also thinking about this, the testutils just include the wsdl for testing, so i guess the wsdls itself is not jaxws specific, so the wsdl files can stay in the testutils for sharing between the front ends, but we can move the code gen part into jaxws or later other front end.
So i think i'll take the first one.


Cheers,
James.

Reply via email to