I 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 <[email protected]> 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" <[email protected]> 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 >
