Re: Eclipse plugin disambiguation

2006-11-12 Thread Milos Kleint
MevenIDE's eclipse support is only for Maven 1.x, not Maven 2.x. There's maven2 support for netbeans there only. http://mevenide.codehaus.org/m2-site Milos On 11/12/06, techtonik <[EMAIL PROTECTED]> wrote: Hello, Can anybody clarify Eclipse 2 Maven relations? As a person far from Maven develop

Re: Eclipse plugin disambiguation

2006-11-12 Thread Franz Allan Valencia See
Good day, Maven 2.x Eclipse Plugin is a Maven plugin which generates eclipse IDE files (such as .classpath, and .project). Use this one if you prefer to use maven2 directly and eclipse as and editor only (meaning you edit via eclipse, but build via maven2 commandline) Mergere Maven 2.x Plugin (a

Re: Eclipse plugin disambiguation

2006-11-12 Thread Nathan Beyer
On 11/12/06, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: No, what he is asking is: "could somebody please explain calmly and clearly to me what the status is of support for Maven inside eclipse ". Which eclipse plugins are available, which should I use, which are defunct, and where are they rea

Re: Eclipse plugin disambiguation

2006-11-12 Thread Jesse Kuhnert
I'm not sure what problem he is having/why. The plugin page is pretty easy to follow: http://maven.apache.org/eclipse-plugin.html Add http://m2eclipse.codehaus.org/ to your eclipse update manager and you're done. (besides the fact that you also need to install maven2 , which may be the part he is

Re: Eclipse plugin disambiguation

2006-11-12 Thread ir. ing. Jan Dockx
No, what he is asking is: "could somebody please explain calmly and clearly to me what the status is of support for Maven inside eclipse ". Which eclipse plugins are available, which should I use, which are defunct, and where are they really (the project, the source, the eclipse update site

Re: Eclipse plugin disambiguation

2006-11-12 Thread Nathan Beyer
It seems like you're asking "How do I build XML-RPC inside of the Eclipse IDE?", which is probably best asked on an XML-RPC list, not the Maven developer's list. The XML-RPC project uses Maven 2 for their builds, much like other project would use an Ant script (or scripts). As such, if you want t

Eclipse plugin disambiguation

2006-11-12 Thread techtonik
Hello, Can anybody clarify Eclipse 2 Maven relations? As a person far from Maven development, I am quite confused about all the stuff around it. What I would like is to enter some URL as Eclipse update site, install what is available and compile SVN version of http://ws.apache.org/xmlrpc/ used it