|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
eclipse .classpath file for mahoutI am trying to use eclipse to build/develop on mahout, and really
don't want to include all those maven plugins. Is there any .classpath file for mahout which I can use. thanks, -Prasen |
|
|
Re: eclipse .classpath file for mahoutI don't think so, since then we would be committing to maintain that, and
IntelliJ configs. In IntelliJ I have found it quite useful to just use the Maven integration so I would suggest you do try out Eclipse support for it. On Nov 4, 2009 6:49 AM, "prasenjit mukherjee" <prasen.bea@...> wrote: I am trying to use eclipse to build/develop on mahout, and really don't want to include all those maven plugins. Is there any .classpath file for mahout which I can use. thanks, -Prasen |
|
|
Re: eclipse .classpath file for mahoutI agree. It is worth installing the Eclipse plugin because it makes it very easy
to get the projects setup. I use the M2Eclipse plugin from sonatype: http://m2eclipse.sonatype.org/ When I checked out Mahout, I used the wizard found under 'New > Project > Checkout Maven Projects from SCM' using http://svn.apache.org/repos/asf/lucene/mahout as the SCM url. This automatically creates eclipse projects for all of the 7 modules of mahout, each with its own .classpath, dependencies, etc. For me it has been an very effective development setup. Drew On Wed, Nov 4, 2009 at 4:39 AM, Sean Owen <srowen@...> wrote: > I don't think so, since then we would be committing to maintain that, and > IntelliJ configs. > > In IntelliJ I have found it quite useful to just use the Maven integration > so I would suggest you do try out Eclipse support for it. > > On Nov 4, 2009 6:49 AM, "prasenjit mukherjee" <prasen.bea@...> wrote: > > I am trying to use eclipse to build/develop on mahout, and really > don't want to include all those maven plugins. Is there any .classpath > file for mahout which I can use. > > thanks, > -Prasen > |
|
|
RE: eclipse .classpath file for mahout<8f8e14c40911040604m52ca8c96se3b5c5ce8acd0671@...> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 As long as we're talking about development setups - I tried using exactly t= he setup that Drew describes=2C but=A0svn diff / update (e.g.=2C Compare wi= th latest) are really slow=2C at least when one knows what Git can do. Does anyone have a setup where Eclipse plays nicely with Maven and Mahout f= rom the Git mirror of svn? I'd love to see that recipe. ---------------------------------------- > Date: Wed=2C 4 Nov 2009 09:04:18 -0500 > Subject: Re: eclipse .classpath file for mahout > From: drew.farris@... > To: mahout-user@... > > I agree. It is worth installing the Eclipse plugin because it makes it ve= ry easy > to get the projects setup. > > I use the M2Eclipse plugin from sonatype: > http://m2eclipse.sonatype.org/ > > When I checked out Mahout=2C I used the wizard found under > 'New> Project> Checkout Maven Projects from SCM' > using http://svn.apache.org/repos/asf/lucene/mahout as the SCM url. > > This automatically creates eclipse projects for all of the 7 modules of m= > each with its own .classpath=2C dependencies=2C etc. For me it has been a= n > very effective development setup. > > Drew =20 _________________________________________________________________ Find the right PC with Windows 7 and Windows Live.=20 http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=3Dw= l&filt=3D200=2C2400=2C10=2C19=2C1=2C3=2C1=2C7=2C50=2C650=2C2=2C12=2C0=2C100= 0&cat=3D1=2C2=2C3=2C4=2C5=2C6&brands=3D5=2C6=2C7=2C8=2C9=2C10=2C11=2C12=2C1= 3=2C14=2C15=2C16&addf=3D4=2C5=2C9&ocid=3DPID24727::T:WLMTAGL:ON:WL:en-US:WW= L_WIN_evergreen2:112009= |
|
|
Re: RE: eclipse .classpath file for mahoutMight be an opportunity to note that IntelliJ's Maven integration works
flawlessly and from the box for me. And the basic version of IntelliJ is now free. I think IntelliJ is much superior for other reasons but now that it's not hundreds of dollars, I would recommend switching, especially those not too tied to Eclipse. I think it will make everyone's code effortlessly better and that is good for the project. Sean On Nov 4, 2009 3:55 PM, "Jack Tanner" <ihok@...> wrote: <8f8e14c40911040604m52ca8c96se3b5c5ce8acd0671@...> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 As long as we're talking about development setups - I tried using exactly t= he setup that Drew describes=2C but=A0svn diff / update (e.g.=2C Compare wi= th latest) are really slow=2C at least when one knows what Git can do. Does anyone have a setup where Eclipse plays nicely with Maven and Mahout f= rom the Git mirror of svn? I'd love to see that recipe. ---------------------------------------- > Date: Wed=2C 4 Nov 2009 09:04:18 -0500 > Subject: Re: eclipse .classpath file for mahout > From: drew.farris@... > To: mahout-user@... > > I agree. It is worth installing the Eclipse plugin because it makes it ve= ry easy > to get the projects setup. > > I use the M2Eclipse plugin from sonatype: > http://m2eclips... > When I checked out Mahout=2C I used the wizard found under > 'New> Project> Checkout Maven Projects from SCM' > using http://svn.apache.org/repos/asf/lucene/ma... > This automatically creates eclipse projects for all of the 7 modules of m= ahout=2C > each with its own .classpath=2C dependencies=2C etc. For me it has been a= n > very effective development setup. > > Drew =20 _________________________________________________________________ Find the right PC with Windows 7 and Windows Live.=20 http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=3Dw= l&filt=3D200=2C2400=2C10=2C19=2C1=2C3=2C1=2C7=2C50=2C650=2C2=2C12=2C0=2C100= 0&cat=3D1=2C2=2C3=2C4=2C5=2C6&brands=3D5=2C6=2C7=2C8=2C9=2C10=2C11=2C12=2C1= 3=2C14=2C15=2C16&addf=3D4=2C5=2C9&ocid=3DPID24727::T:WLMTAGL:ON:WL:en-US:WW= L_WIN_evergreen2:112009= |
|
|
Re: eclipse .classpath file for mahoutOn Wednesday 04 November 2009 07:48:57 prasenjit mukherjee wrote:
> I am trying to use eclipse to build/develop on mahout, and really > don't want to include all those maven plugins. You don't need to install the maven plugin into eclipse. Just type mvn eclipse:eclipse in the project root to generate a ready-to-use eclipse project for mahout. -- |\ _,,,---,,_ Web: <http://www.isabel-drost.de> /,`.-'`' -. ;-;;,_ |,4- ) )-,_..;\ ( `'-' '---''(_/--' `-'\_) (fL) IM: <xmpp://MaineC.@...> |
|
|
Re: eclipse .classpath file for mahoutJack, the SCM portion of the M2Eclipse plugin appears to support git, but
wasn't able to check out the repo without crashing my copy of eclipse. Also: it's great to know that mvn eclipse:eclipse works. This is probably the easiest way to get mahout into eclipse with or without plugins. Thanks Isabel. Sean, I've never tried IntelliJ, but it sound like it is worth it, especially since there is a free version now. Drew On Wed, Nov 4, 2009 at 10:55 AM, Jack Tanner <ihok@...> wrote: > > As long as we're talking about development setups - I tried using exactly t= > he setup that Drew describes=2C but=A0svn diff / update (e.g.=2C Compare wi= > th latest) are really slow=2C at least when one knows what Git can do. > Does anyone have a setup where Eclipse plays nicely with Maven and Mahout f= > rom the Git mirror of svn? I'd love to see that recipe. > |
|
|
Re: eclipse .classpath file for mahoutIf at all anybody is interested : All you need to do is run "mvn
install" from top and then add add the respective the src-paths, and the corresponding jars in their target/dependency directory. -Prasen On Thu, Nov 5, 2009 at 12:48 AM, Drew Farris <drew.farris@...> wrote: > Jack, the SCM portion of the M2Eclipse plugin appears to support git, but > wasn't able to check out the repo without crashing my copy of eclipse. > > Also: it's great to know that mvn eclipse:eclipse works. This is probably the > easiest way to get mahout into eclipse with or without plugins. Thanks Isabel. > > Sean, I've never tried IntelliJ, but it sound like it is worth it, > especially since there is > a free version now. > > Drew > > On Wed, Nov 4, 2009 at 10:55 AM, Jack Tanner <ihok@...> wrote: >> >> As long as we're talking about development setups - I tried using exactly t= >> he setup that Drew describes=2C but=A0svn diff / update (e.g.=2C Compare wi= >> th latest) are really slow=2C at least when one knows what Git can do. >> Does anyone have a setup where Eclipse plays nicely with Maven and Mahout f= >> rom the Git mirror of svn? I'd love to see that recipe. >> > |
| Free embeddable forum powered by Nabble | Forum Help |