On 5/21/07, Arnaud Jeansen <[EMAIL PROTECTED]> wrote:
My problem is that I can't make these integration tests compile in the "test" phase of the "integtesttomcat" module. These tests depend on the classes from foowar/src/main/java (to compile test classes looking like web services clients, I need the classes defining my model). When I run the mvn install, the tests will not compile because they will fail to see the main classes (lots of "Symbol not found")
...
If anyone can take some time to pitch in some suggestions, I would be very grateful
I'd move the java code out of the webapp into a separate module, and have both the webapp and the integration tests module depend on it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
