Here is what I do
1. Checkout mahout from svn into eclipse workspace. 2. Adding maven repositories to eclipse from command line-> mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo. 3. From mahout top level dir run this on command line -> mvn eclipse:eclipse. This generates all the eclipse files in individual maven modules. 4. Import each module one at a time in eclipse. -...@nkur On 3/3/10 4:46 PM, "Jeff Zhang" <zjf...@gmail.com> wrote: Hi all, I'd like to create eclipse project using maven for mahout, but I meet a error message. How people here create eclipse project ? Can you create it successfully ? The following is the error message: [INFO] ------------------------------------------------------------------------ [INFO] Building Mahout Taste Webapp [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse [INFO] [remote-resources:process {execution: default}] [INFO] [eclipse:eclipse] [INFO] Using Eclipse Workspace: D:\Code\workspace [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAIN ER [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cant canonicalize system path: {0} Embedded error: The filename, directory name, or volume label syntax is incorrec t [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch -- Best Regards Jeff Zhang