Re: Cactus Ant Task and remote url.

2008-11-26 Thread Paul Kiruvanayagam
I don't think Cargo supports remote containers when working with Ant which is a real problem. I have been stuck with this too. Why has this dependency on Cargo been built in when it does not provide this core requirement ? Also how can one get round it without having to write a custom task/

How on earth do you run tests against an existing Tomcat 4 server

2008-08-22 Thread Paul Kiruvanayagam
Hi all please can someone tell me how to run tests in cactus against an EXISTING tomcat4x server using ant. I am running cactus 1.80 ivy 2.0 ant 1.71. I have been exasperated in getting to the point where it works by creating a new build of tomcat using cargo ??? Sorry if I appear lazy

Re: How on earth do you run tests against an existing Tomcat 4 server

2008-08-22 Thread Paul Kiruvanayagam
parameter on the cargo task, where you should specify the home of your container. HTH, Petar. 2008/8/22, Paul Kiruvanayagam [EMAIL PROTECTED]: Hi all please can someone tell me how to run tests in cactus against an EXISTING tomcat4x server using ant. I am running cactus 1.80 ivy 2.0 ant 1.71

executing test methods more than once.

2008-08-01 Thread Paul Kiruvanayagam
Hi I would like to submit the same request to the server more than once (i.e. execute the same test), however it is only returning a partial xml response which is causing me an issue in the endXXX method as I am doing validation there. Currently I am just executing the following code try {