Would be required if you use any jelly:xml in cactus. - Brett
> -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Sunday, 18 April 2004 12:23 AM > To: 'Cactus Users List'; 'Maven Users List' > Subject: RE: having troubles with maven RC2 > > > Hi Nicolas, > > Not sure why it's required, but I have added this dependency > to the Cactus plugin. > > Thanks > -Vincent > > > -----Original Message----- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > trelaze.com] > > Sent: 24 March 2004 15:58 > > To: Maven Users List > > Cc: 'Cactus Users List' > > Subject: Re: having troubles with maven RC2 > > > > It is probably a problem in the maven cactus plugin. > > > > To solve it you can add the next dependance to the > > ~/.maven/plugins/cactus-maven-1.6dev-20040226/project.xml > > > > <dependency> > > <groupId>commons-jelly</groupId> > > <artifactId>commons-jelly-tags-xml</artifactId> > > <version>20030211.142705</version> > > </dependency> > > > > Is it true ? > > > > Nicolas, > > > > > > > > > > > > nicolas De Loof <[EMAIL PROTECTED]> > > 24/03/2004 15:48 > > Veuillez r�pondre � "Maven Users List" > > > > > > Pour : Maven Users List <[EMAIL PROTECTED]> > > cc : > > Objet : Re: having troubles with maven RC2 > > > > > > It seems this dependency is only needed when using latest > versions of > > cactus plugin. Using 1.6dev-20040115, eclipse plugin works fine. > > > > Nico. > > > > Barbier Gabriel a �crit : > > > > >I verified in maven rc2, and I didn't find this jar in default > > distribution (ie in lib folder). > > > > > > > > >-----Message d'origine----- > > >De : nicolas De Loof [mailto:[EMAIL PROTECTED] > > >Envoy� : mercredi 24 mars 2004 14:55 > > >� : Maven Users List > > >Objet : Re: having troubles with maven RC2 > > > > > > > > >OK about that, but didn't maven dependency ensure this when runing > the > > >eclipse plugin ? > > > > > >I re-installed maven RC2 and deleted my local repo for test. > > > > > >without the cactus plugin, eclipse:generate-classpath goal > works fine > > >with cactus plugin 1.6dev-20040226, I get this > ClassNotFoundException > > > > > >Do I need to use and earlier cactus plugin version ? > > > > > >Nico. > > > > > >Barbier Gabriel a �crit : > > > > > > > > > > > >>this jar must be place in your folder > > ${MAVEN_HOME_LOCAL}/repository/commons-jelly/jars/ and not in folder > where > > maven is installed. > > >> > > >>-----Message d'origine----- > > >>De : nicolas De Loof [mailto:[EMAIL PROTECTED] Envoy� : > > >>mercredi 24 mars 2004 14:46 � : Maven Users List > > >>Objet : having troubles with maven RC2 > > >> > > >> > > >>Hello, > > >> > > >>I'm trying to use maven RC2 on some of our projects that are using > RC1. > > >> > > >>Everything looks good (build, test, cactus with new cactus-maven > > >>plugin...), but I get some troubles with maven-eclipse plugin : > > >> > > >>maven eclipse:generate-classpath fails with this error : > > >> > > >>__ __ > > >>| \/ |__ _Apache__ ___ > > >>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > >>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > >> > > >>Could not find the class: > > org.apache.commons.jelly.tags.xml.XMLTagLibrary > > >>java.lang.ClassNotFoundException: > > >>org.apache.commons.jelly.tags.xml.XMLTagLibrary > > >> at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > > >>.... > > >> > > >> > > >>I added commons-jelly-tags-xml-20030211.142705.jar to my > > >>${maven-home}/bin and it works.... Has it been omitted > from mavenRC2 > > >>dist or are eclipse-plugin dependencies broken with RC2 ? > > >> > > >>I used windows Exe installer to get maven RC2. > > >> > > >>Nico. > > >> > > >> > > > >>------------------------------------------------------------ > --------- > > >>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] > > >> > > >> > > >> > > >> > > >> > > > > > > >--------------------------------------------------------------------- > > >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] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
