Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-27 Thread Adrian Herscu
Here is one use case (or probably something missing from maven-eclipse-plugin): - add a resource folder to your Java project - add it in the pom.xml - write some code to load some resource (e.g. using getResourceAsStream) - test the project using M2 -- the resource will be found - test the proje

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-23 Thread Adrian Herscu
Solved by adding that classpath using the build-helper-maven-plugin. Thorsten Heit wrote: Hi Adrian, Is there some way to add a classpathentry such as to the .classpath file? It seems that the plugin knows only about classpath containers :-( AFAIK no. The plugin only adds all the depe

Solution : RE: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
lipse-plugin How can i send JIRA Enhancement Request? -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 avril 2007 17:30 À : Maven Users List Objet : Re: adding classpathentry with maven-eclipse-plugin I don't know, but if not,

Re: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Wayne Fay
Wayne On 4/20/07, Marouane Amraoui <[EMAIL PROTECTED]> wrote: How can i send JIRA Enhancement Request? -Message d'origine- De: Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé: vendredi 20 avril 2007 17:30 À: Maven Users List Objet: Re: adding classpathentry with maven-eclipse-plugi

RE: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
How can i send JIRA Enhancement Request? -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 avril 2007 17:30 À : Maven Users List Objet : Re: adding classpathentry with maven-eclipse-plugin I don't know, but if not, it sounds like a

Re: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Wayne Fay
I don't know, but if not, it sounds like a reasonable enhancement, so if you discover this feature is not currently available, I would suggest that you file a JIRA Enhancement Request against the plugin. Wayne On 4/20/07, Marouane Amraoui <[EMAIL PROTECTED]> wrote: Hi Using eclipse maven plu

adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
Hi Using eclipse maven plugin : maven-eclipse-plugin It is possible to indicate to this plugin to add a classpath kind container ? By default this plugin can add all dependencies declared in the pom file as It is possible with this maven plugin ? -

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Thorsten Heit
Hi Adrian, > Is there some way to add a classpathentry such as > > > > to the .classpath file? > > It seems that the plugin knows only about classpath containers :-( AFAIK no. The plugin only adds all the dependencies contained in your pom.xml to the .classpath file. Just for curiosity: W

[m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Adrian Herscu
Hi all, Is there some way to add a classpathentry such as to the .classpath file? It seems that the plugin knows only about classpath containers :-( Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm