You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by siegfried <si...@heintze.com> on 2007/08/01 04:24:14 UTC

Where are instructions for eclipse plugin?

I did a google search and found
http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/ but it appears to
be very old because it says "maven" instead of "m2" for the command.

Is there an eclipse plug-in that implements a GUI that will allow me to
browse the repository and drag and drop dependencies from the repository
into the POM? Where are the directions to do this? Does it work with maven
v2?

I believe I have the maven plug-in installed in eclipse 3.2.2 and I tried to
create a new maven project and indeed it created a new POM but I was
disappointed to not see the vertical bar on the right side of the display
listing the repositories and their contents.

Thanks,
Siegfried


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


Re: Where are instructions for eclipse plugin?

Posted by Wayne Fay <wa...@gmail.com>.
I know of at least 2 free e-books available which cover Maven2:
http://www.devzuz.com
http://www.sonatype.com

The "default" repository for M2 is http://repo1.maven.org/maven2

Wayne

On 8/1/07, siegfried <si...@heintze.com> wrote:
> Oh -- sorry! I did not make myself clear. Yes, I did exactly that: I typed
> "commons". Nothing happened (except for the error below). I tried cglib
> which had previously worked and that did not work again either. Neither did
> antl.
>
> Hmmm... I just restarted eclipse and the problem is fixed -- sort of. I
> guess you are only allowed to and about 4 dependencies before you have to
> restart eclipse -- a feature no doubt!
>
> Apparently the author of
> http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
> th_groovy_hibernate_and_jpa/ was using a different repository because I
> could not find everything he had found. Perhaps I should try something other
> than the default repository (or are all the repositories searched anyway)?
>
> Is there a list of repositories somewhere on the codehaus.org?
>
> What is the status of a book on m2? Have any been written yet?
>
> Thanks,
> Siegfried
>
> -----Original Message-----
> From: Wayne Fay [mailto:waynefay@gmail.com]
> Sent: Tuesday, July 31, 2007 10:26 PM
> To: Maven Users List
> Subject: Re: Where are instructions for eclipse plugin?
>
> I don't use m2eclipse personally so I'm probably the wrong one to
> answer your question...
>
> Having said that, did you try just typing in "commons" and seeing what
> it came back with?
>
> Wayne
>
> On 7/31/07, siegfried <si...@heintze.com> wrote:
> > I'm trying to download the dependencies given at
> >
> http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
> > th_groovy_hibernate_and_jpa/
> > Using maven.
> >
> > Using the http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html
> I
> > got the first two dependencies (antlr-2.7.6.jar and cglib-nodep-2.1_2.jar)
> > and maven worked great! But now I am trying to get
> > commons-collections-3.2.jar and it has stopped cooperating!
> >
> > I type in commons-collections and nothing happens! I see an error at the
> > bottom of the dialog box that says something about a file not found:
> > ... org.maven.ide.eclipse/Index/local/segments
> >
> > Was I supposed to create this file? Why cannot it find
> > commons-collections-3.2.jar? What made it suddenly stop working?
> >
> > Thanks,
> > Siegfried
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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: Where are instructions for eclipse plugin?

Posted by siegfried <si...@heintze.com>.
Oh -- sorry! I did not make myself clear. Yes, I did exactly that: I typed
"commons". Nothing happened (except for the error below). I tried cglib
which had previously worked and that did not work again either. Neither did
antl.

Hmmm... I just restarted eclipse and the problem is fixed -- sort of. I
guess you are only allowed to and about 4 dependencies before you have to
restart eclipse -- a feature no doubt!

Apparently the author of
http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
th_groovy_hibernate_and_jpa/ was using a different repository because I
could not find everything he had found. Perhaps I should try something other
than the default repository (or are all the repositories searched anyway)? 

Is there a list of repositories somewhere on the codehaus.org?

What is the status of a book on m2? Have any been written yet?

Thanks,
Siegfried

-----Original Message-----
From: Wayne Fay [mailto:waynefay@gmail.com] 
Sent: Tuesday, July 31, 2007 10:26 PM
To: Maven Users List
Subject: Re: Where are instructions for eclipse plugin?

I don't use m2eclipse personally so I'm probably the wrong one to
answer your question...

Having said that, did you try just typing in "commons" and seeing what
it came back with?

Wayne

On 7/31/07, siegfried <si...@heintze.com> wrote:
> I'm trying to download the dependencies given at
>
http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
> th_groovy_hibernate_and_jpa/
> Using maven.
>
> Using the http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html
I
> got the first two dependencies (antlr-2.7.6.jar and cglib-nodep-2.1_2.jar)
> and maven worked great! But now I am trying to get
> commons-collections-3.2.jar and it has stopped cooperating!
>
> I type in commons-collections and nothing happens! I see an error at the
> bottom of the dialog box that says something about a file not found:
> ... org.maven.ide.eclipse/Index/local/segments
>
> Was I supposed to create this file? Why cannot it find
> commons-collections-3.2.jar? What made it suddenly stop working?
>
> Thanks,
> Siegfried
>
>
>
> ---------------------------------------------------------------------
> 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: Where are instructions for eclipse plugin?

Posted by Wayne Fay <wa...@gmail.com>.
I don't use m2eclipse personally so I'm probably the wrong one to
answer your question...

Having said that, did you try just typing in "commons" and seeing what
it came back with?

Wayne

On 7/31/07, siegfried <si...@heintze.com> wrote:
> I'm trying to download the dependencies given at
> http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
> th_groovy_hibernate_and_jpa/
> Using maven.
>
> Using the http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html I
> got the first two dependencies (antlr-2.7.6.jar and cglib-nodep-2.1_2.jar)
> and maven worked great! But now I am trying to get
> commons-collections-3.2.jar and it has stopped cooperating!
>
> I type in commons-collections and nothing happens! I see an error at the
> bottom of the dialog box that says something about a file not found:
> ... org.maven.ide.eclipse/Index/local/segments
>
> Was I supposed to create this file? Why cannot it find
> commons-collections-3.2.jar? What made it suddenly stop working?
>
> Thanks,
> Siegfried
>
>
>
> ---------------------------------------------------------------------
> 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: Where are instructions for eclipse plugin?

Posted by siegfried <si...@heintze.com>.
I'm trying to download the dependencies given at
http://www.mojavelinux.com/blog/archives/2007/05/putting_entities_to_rest_wi
th_groovy_hibernate_and_jpa/ 
Using maven.

Using the http://m2eclipse.codehaus.org/Maven_2.0_Plugin_for_Eclipse.html I
got the first two dependencies (antlr-2.7.6.jar and cglib-nodep-2.1_2.jar)
and maven worked great! But now I am trying to get
commons-collections-3.2.jar and it has stopped cooperating! 

I type in commons-collections and nothing happens! I see an error at the
bottom of the dialog box that says something about a file not found:
... org.maven.ide.eclipse/Index/local/segments

Was I supposed to create this file? Why cannot it find
commons-collections-3.2.jar? What made it suddenly stop working?

Thanks,
Siegfried



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


Re: Where are instructions for eclipse plugin?

Posted by Wayne Fay <wa...@gmail.com>.
That is a Maven1 plugin.

You are probably looking for:
http://m2eclipse.codehaus.org/

Wayne

On 7/31/07, siegfried <si...@heintze.com> wrote:
> I did a google search and found
> http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/ but it appears to
> be very old because it says "maven" instead of "m2" for the command.
>
> Is there an eclipse plug-in that implements a GUI that will allow me to
> browse the repository and drag and drop dependencies from the repository
> into the POM? Where are the directions to do this? Does it work with maven
> v2?
>
> I believe I have the maven plug-in installed in eclipse 3.2.2 and I tried to
> create a new maven project and indeed it created a new POM but I was
> disappointed to not see the vertical bar on the right side of the display
> listing the repositories and their contents.
>
> Thanks,
> Siegfried
>
>
> ---------------------------------------------------------------------
> 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