RE: Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
Brett, you were right, and I thought I had added the jar. I had mistyped it, however. Once I got the name right (cactus-ant-1.7.jar instead of cactus-ant.jar), it worked. Funny how computers only do what you said, not what you meant. Thanks for taking the time to reply. Much appreciated. Hyru

RE: Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
Brett, you were right, and I thought I had added the jar. I had mistyped it, however. Once I got the name right (cactus-ant-1.7.jar instead of cactus-ant.jar), it worked. Funny how computers only do what you said, not what you meant. Thanks for taking the time to reply. Much appreciated. Hyru

Re: Cactus testing for StrutsTestCase

2005-05-28 Thread Brett Connor
Hyrum wrote: I am trying to use the Ant 'cactus' optional task in my build.xml. This fails because Eclipse must have the optional task set in the preferences, but I can't figure out how to do this. If I have understood your issue correctly, you need add the jar with the optional task to t

Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
I'm trying to do some in-container testing of my Actions using CactusStrutsTestCase. I realize this may be a bit off topic, since it deals with Ant, the Eclipse IDE, JUnit, and Struts, but I'm hoping there is a Struts user who has experience something like this and can point me in the right direct

Cactus testing for StrutsTestCase

2005-05-28 Thread Hyrum
I'm trying to do some in-container testing of my Actions using CactusStrutsTestCase. I realize this may be a bit off topic, since it deals with Ant, the Eclipse IDE, JUnit, and Struts, but I'm hoping there is a Struts user who has experience something like this and can point me in the right direct