Re: samples servlet test classes

2008-09-24 Thread Martin West
The better way to address this problem is add the test classes to the cactified war as part of the cactify task. Otherwise you have to have special processing to build test and producton versions of the applicaton war. On Mon, 2008-09-22 at 21:53 +0100, Martin West wrote: Another observation,

Re: samples servlet test classes

2008-09-24 Thread Petar Tahchiev
Hi Martni, I just changed the Maven mojo to add the cactus test classes to the cactified war. This way you can place your tests in src/test/java and Maven will compile them in target/test-classes/ And then you can call the mojo like that: testClasses