I have done that about 15 minutes ago only ... can you try again? Thanks!
-Vincent PS: It's not cactus-ant-* but cactus-* (The Cactus plugin does not need the cactus-ant-* jar). > -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]] > Sent: 08 October 2002 15:53 > To: Turbine Maven Developers List > Subject: Rep:cvs commit: jakarta-turbine-maven/src/plugins-build/cactus > project.xml > > Hi Vincent, > > In your plugin, you use cactus-ant-1.5-SNAPSHOT.jar, but you put on > ibiblio cactus-ant-1.4.1.jar and not cactus-ant-1.5-SNAPSHOT.jar. > > Could you put the correct jar on ibiblio? > > Thanks > Emmanuel > > -----Message d'origine----- > De: [EMAIL PROTECTED] > A: [EMAIL PROTECTED] > Date: 08/10/02 > Objet: cvs commit: jakarta-turbine-maven/src/plugins-build/cactus > project.xml > > vmassol 2002/10/08 07:13:51 > > Modified: src/plugins-build/cactus project.xml > Log: > use snapshot version of Cactus > > Revision Changes Path > 1.10 +2 -2 > jakarta-turbine-maven/src/plugins-build/cactus/project.xml > > Index: project.xml > =================================================================== > RCS file: > /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/project.xml,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -u -r1.9 -r1.10 > --- project.xml 8 Oct 2002 13:51:26 -0000 1.9 > +++ project.xml 8 Oct 2002 14:13:51 -0000 1.10 > @@ -49,7 +49,7 @@ > > <dependency> > <id>cactus:cactus</id> > - <version>1.5dev</version> > + <version>1.5-SNAPSHOT</version> > <properties> > <classloader>root.maven</classloader> > </properties> > @@ -57,7 +57,7 @@ > > <dependency> > <id>cactus:cactus-ant</id> > - <version>1.5dev</version> > + <version>1.5-SNAPSHOT</version> > <properties> > <classloader>root.maven</classloader> > </properties> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > ______________________________________________________________________ > Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros > d'�conomies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant > > ______________________________________________________________________ > Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros > d'�conomies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant > > > > -- > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
