Hi, > -----Original Message----- > From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] > Sent: mardi 13 décembre 2005 19:25 > To: Maven Users List > Subject: [m2] TestNG and webapp testing > > Hi, > I've read this blog > http://blog.hibernate.org/cgi- > bin/blosxom.cgi/Christian%20Bauer/java/ejb3withtestng.html > and I found it very interesting. Is there a plugin for TestNG for > maven2? What about Cactus? > What is the approach to developing in-container tests? I read somewhere > that Cargo has some support but I don't understand how is it done (any > example projects?), and also what's the status of Cargo form m2 and > what's the compatibility status on JBoss 4.0.3?
Lots of questions! :-) I can answer for Cargo: * Cargo is for starting/stopping containers, configuring them and deploying to them. See http://cargo.codehaus.org * There's a m2 plugin for Cargo. Read http://cargo.codehaus.org/Maven2+plugin. There are examples listed and there's a link to several examples located in the Cargo's SVN. * The m2 plugin has not been released yet but the link above explains how to use it. * Cargo should support JBoss 4.x. The "should" is because JBoss support is new in Cargo 0.7 and has not fully tested yet. It would be good to know if it's working for you so that we can correct before we do the 0.7 release. * All feedback/questions about cargo should go to the cargo mailing lists. We are also frequently on irc. Check http://cargo.codehaus.org for details. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
