Re: samples servlet test classes

2008-09-26 Thread Martin West
Ive now trying a different strategy. I have an integration module which has the test classes and does the cactus/cargo thing but refers to the war build in the web project. On Fri, 2008-09-26 at 13:44 +0200, [EMAIL PROTECTED] wrote: > as far as I can see, you have to treat test and production vers

Re: samples servlet test classes

2008-09-26 Thread b . v . weert
Hello, I just tried it and it works great! As a sidenote, I also included *.xml files for the dbunit test data, so it's not only testclasses that are copied. Cheers, Bo "Petar Tahchiev"

Re: samples servlet test classes

2008-09-26 Thread b . v . weert
Hi, as far as I can see, you have to treat test and production versions differently anyway, at least in my case, because for example the database settings in the testcase are different than in the production case, and some property files are different. One way this could be solved is to allow