Problem to run a Cactus test using Jetty integration

2008-01-04 Thread Rene Döring
Hello I'm using Cactus for the first time, so I have some difficulties to get it working. I want to test some servlets, therefore I'm using the Jetty integration. I try to run Cactus with Ant and my task looks something like this: target name=run-tests depends=compile-tests junit

Re: Cactus/Junit Question

2008-01-04 Thread Petar Tahchiev
Hi Corry, and sorry for the late response. As Cactus being an extension of JUnit I think that the answer to both the questions is 'yes'. Kind regards Petar. 2007/12/28, Cory Lum [EMAIL PROTECTED]: For JUnit, instance variables are not shared among test methods. In other words, if I have an

Re: Problem to run a Cactus test using Jetty integration

2008-01-04 Thread Petar Tahchiev
Hi Rene, can you please tell us what is the version of Jetty you are using? And can you try downgrading to, lets say Jetty 5? 2008/1/4, Rene Döring [EMAIL PROTECTED]: Hello I'm using Cactus for the first time, so I have some difficulties to get it working. I want to test some servlets,