Hi Bryan, > -----Original Message----- > From: bryan hansen [mailto:[EMAIL PROTECTED] > Sent: mardi 1 f�vrier 2005 00:53 > To: Cactus Users List > Subject: RE: maven cactus plugin > > Hmm, ok I think it is referring to the ant-optional > jar, but I haven't specifically told it to use > anything from that. > > I am just trying to get a very simple example up and > running. In fact it is the servlet sample that comes > with the distribution. Do you know of a simple example > that is basically a download an run? >
Yes, check: http://fisheye.cenqua.com/viewrep/jakarta-cactus/integration/maven/samples We should probably make them part of the distribution or even better provide both ant scripts and maven scripts for them. > I can post up my project.xml too if you think there is > something trivial that is wrong with it. I think that > I have all the jars that the ant file is using as my > dependencies in the maven project.xml. > > Thanks, > > Bryan Thanks -Vincent > > --- Vincent Massol <[EMAIL PROTECTED]> wrote: > > > Hi Bryan, > > > > The error message you mention does not seem to come > > from Cactus. It probably > > means you've not defined the jar containing > > org.apache.testlet.engine.TextTestEngine in your > > dependency list. > > > > -Vincent > > > > > -----Original Message----- > > > From: bryan hansen [mailto:[EMAIL PROTECTED] > > > Sent: lundi 31 janvier 2005 18:04 > > > To: [email protected] > > > Subject: maven cactus plugin > > > > > > I have a project that I am succesfully building > > with > > > ant. I wanted to convert it over to Maven using > > the > > > cactus plugin. I created a project.xml file and it > > > appears to run through everything, but when it > > gets to > > > the cactus:test-war goal I get a bunch of xml > > output > > > and then: > > > > > > Could not find > > > org.apache.testlet.engine.TextTestEngine. Make > > sure > > > you have it in your classpath > > > > > > output to the display about 15 times. Anybody come > > > across this? I googled and didn't find any real > > > answers to this. > > > > > > Thanks, > > > > > > Bryan > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > > > > > > > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - What will yours do? > http://my.yahoo.com > > --------------------------------------------------------------------- > 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]
