Yes, but I still have to (re-)deploy the server-side classes! Since I'm running on my desktop, I might as well run server-side only.
Thanks --DP -----Original Message----- From: Kazuhito SUGURI [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 12:00 PM To: [EMAIL PROTECTED] Subject: Re: ServletTestRunner ant usage help Hi David, In article <[EMAIL PROTECTED]>, Tue, 16 Mar 2004 11:34:19 -0500, David Plass <[EMAIL PROTECTED]> wrote: DPlass> I care because I "write a little, test a little". I don't want to wait DPlass> to build a war every time I write a test and want to run it. So in my DPlass> desktop/ DPlass> development environment, I deploy an "exploded" war (WebLogic 6.1). Well, how about <junit> task? Cactus tests can be executed from command-line something like java junit.textui.TestRunner my.cactus.test.AllTests as long as your client side classpath is properly configured. So, <java> task can be used, also. Of cource, the part of build.xml will not be so simple as Cactus provided ant tasks, such as <cactus> :-) However, if your primary requirement is AUTOMATE your tests, those will be candidates. Regards, ---- Kazuhito SUGURI E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
