You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Ni...@arsoe-trelaze.com on 2004/03/24 15:58:23 UTC

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 <ni...@cgey.com>
24/03/2004 15:48
Veuillez répondre à "Maven Users List"

 
        Pour :  Maven Users List <us...@maven.apache.org>
        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:nicolas.deloof@cgey.com]
>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:nicolas.deloof@cgey.com]
>>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: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>> 
>>
>> 
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





RE: having troubles with maven RC2

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Nicolas,

Not sure why it's required, but I have added this dependency to the
Cactus plugin.

Thanks
-Vincent

> -----Original Message-----
> From: Nicolas.CHALUMEAU@arsoe-trelaze.com
[mailto:Nicolas.CHALUMEAU@arsoe-
> 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 <ni...@cgey.com>
> 24/03/2004 15:48
> Veuillez répondre à "Maven Users List"
> 
> 
>         Pour :  Maven Users List <us...@maven.apache.org>
>         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:nicolas.deloof@cgey.com]
> >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:nicolas.deloof@cgey.com]
> >>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: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
>
>>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >>
> >>
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org



RE: having troubles with maven RC2

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Nicolas,

Not sure why it's required, but I have added this dependency to the
Cactus plugin.

Thanks
-Vincent

> -----Original Message-----
> From: Nicolas.CHALUMEAU@arsoe-trelaze.com
[mailto:Nicolas.CHALUMEAU@arsoe-
> 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 <ni...@cgey.com>
> 24/03/2004 15:48
> Veuillez répondre à "Maven Users List"
> 
> 
>         Pour :  Maven Users List <us...@maven.apache.org>
>         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:nicolas.deloof@cgey.com]
> >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:nicolas.deloof@cgey.com]
> >>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: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
>
>>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >>
> >>
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org