My problem is that the test cases that I've developed are not being made into artifacts and they are not available for use on those other modules. So far I've tried breaking out the tests into their own module and I'm now wondering if it is viable to modify the declarations in project.xml so as to explicitly bring in the test classes from a sibling project.
I am curious how other people have dealt with this.
I typically do the same thing that you have. I put the tests in a separate subproject that the other subprojects can depend on.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
