Btw, if you have m2e Eclipse plugin, you can skip the "eclipse:eclipse" operation and directly import your pom.xmls in. It works just right and without issues in Apache Hama - and avoids needing to generate files and also gets you support for running some maven targets right from within the IDE.
On Mon, Apr 9, 2012 at 5:12 PM, Praveen Sripati <[email protected]> wrote: > Hi, > > 1) Do a checkout of the code > > svn co https://svn.apache.org/repos/asf/incubator/hama/trunk/ > > 2) Build Hama > > mvn install package -DskipTests > mvn eclipse:eclipse > > 3) Import the projects in Eclipse. > > File -> Import -> General -> Existing projects into Workspace. > > Praveen > > On Mon, Apr 9, 2012 at 4:50 PM, 胡月胜 <[email protected]> wrote: > >> Hi guys, I want to build the HAMA from the source code, now I: >> 1. Installed the maven on my computer; >> 2. Can import the project to Eclipse, >> 3. Export the jar package (core, example, graph and yarn) , but cannot >> run the hama ( The hadoop configuration and hama configuratino is correct). >> I want to know: >> 1. How to export the jar package from the eclipse; >> 2. Which version of eclipse that the developer is using? >> 3. If convient, can you tell me your build process? >> >> Thank you very much! >> -- Harsh J
