Build worked fine but I'm trying to cajole Eclipse into working with it. The repository organization makes it difficult to work with. Maybe there's an Eclipse plugin?

Jeff

Grant Ingersoll wrote:
In the case of the libs, like Hadoop, that aren't in the Maven repo, our POM is setup to automatically install them (and deploy, too)

For new Maven users, I'd start with:
http://maven.apache.org/users/index.html

From there, I use http://maven.apache.org/plugins/index.html a lot and also http://maven.apache.org/pom.html and also http://maven.apache.org/guides/index.html

-Grant

On Feb 10, 2009, at 5:28 PM, Grant Ingersoll wrote:

Maven downloads the libs it needs to ~/.m2/repository unless you set the repo to be somewhere else.


On Feb 10, 2009, at 5:01 PM, Jeff Eastman wrote:

That worked seamlessly, thanks. Are our required libs now in $MAVEN_HOME/lib?

Jeff

[email protected] wrote:
BuildingMahout (MAHOUT) edited by Grant Ingersoll
Page: http://cwiki.apache.org/confluence/display/MAHOUT/BuildingMahout Changes: http://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=93207&originalVersion=1&revisedVersion=2






Content:
---------------------------------------------------------------------

h1. Prerequisites for Building Mahout

* Java JDK 1.6
* Maven 2.0.9 or higher (http://maven.apache.org/)

h1. Get the Source Code

Use [Subversion|http://subversion.tigris.org] to check out the code:
{code}
svn co http://svn.apache.org/repos/asf/lucene/mahout/trunk
{code}
h1. Compiling

* change directory to the checked out directory
* mvn compile

This will run the default targets, which builds both the core and the examples, and also packages them.

h2. Compile Core
* change to the core directory
* mvn compile

h2. Compile Examples

* change to the examples directory
* mvn compile

---------------------------------------------------------------------
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
 http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
 http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
 http://www.atlassian.com/software/confluence







--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search




Attachment: PGP.sig
Description: PGP signature

Reply via email to