Hi Chad, The Jetty integration is different from the others as we're running Jetty in embedded mode from within the Test Cases. Are you using the Jetty integration as described here: http://jakarta.apache.org/cactus/integration/integration_jetty.html
Or are you using the <generic> container inside the <cactus> task? The Jetty integration is definitely working. There's even a sample in the Cactus distribution. I personally feel it's one of the best integration as it runs very fast (overhead of 300 ms only to run a test!). Thanks -Vincent > -----Original Message----- > From: Chad Woolley [mailto:[EMAIL PROTECTED] > Sent: dimanche 15 ao�t 2004 07:22 > To: [EMAIL PROTECTED] > Subject: Maven Cactus Plugin and Jetty? > > Hi, > > I'm trying to get Jetty to work with the Maven Cactus plugin, with release > 1.6.1. > > When I run from the command line, I get no output (it doesn't appear to > run the > tests) > > When I run from the IDE (eclipse), the tests run, but none of my jars are > on the > classpath, so they all fail (forked?). > > Is this working? Are there any working examples? > > Thanks, > Chad > > > --------------------------------------------------------------------- > 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]
