I am using the ant task <cactus /> to run cactus from ant how do I set the system.property for cactus.contextURL when running from ant ?
Thanks. [cactus] Adding Cactus server system property [cactus.cactus.contextURL] with value [null] > -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 10:56 AM > To: Cactus Users List > Subject: Re: how do you automate batch test run + output in HTML? > > > The Ant tasks work too ;-) > > http://jakarta.apache.org/cactus/integration/ant/ > > > Cheers, > Chris > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > Am 10.12.2003 um 19:50 schrieb Eric Pugh: > > Try using the maven plugin.. It starts/stops your server > and does a > > nice > > report... > > > >> -----Original Message----- > >> From: Ian Huynh [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, December 10, 2003 6:28 PM > >> To: [EMAIL PROTECTED] > >> Subject: how do you automate batch test run + output in HTML? > >> > >> > >> We have a large number of JUnit tests that are currently > >> running via > >> http://localhost/test/ServletTestRunner?suite=mytestsuite_01&x > >> sl=cactus-report.xsl > >> http://localhost/test/ServletTestRunner?suite=mytestsuite_02&x > > sl=cactus-report.xsl > > http://localhost/test/ServletTestRunner? > > suite=mytestsuite_03&xsl=cactus-repo > > rt.xsl > > > > > > what i'd like to do is > > 1. automatically run these tests > > 2. capture the html output > > 3. group/sort the outputs into java doc style (3 frames) > > > > is there such a facility already built-in to Cactus? > > > > Thanks > > > --------------------------------------------------------------------- > 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]
