I just checked out the Mahout trunk and tried to build it, and was
greeted with this error:
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Mahout ..................................... SUCCESS [1.061s]
[INFO] Mahout Build Tools ................................ SUCCESS [0.777s]
[INFO] Mahout Math ....................................... SUCCESS [5.900s]
[INFO] Mahout Core ....................................... SUCCESS [18.938s]
[INFO] Mahout Integration ................................ SUCCESS [2.746s]
[INFO] Mahout Examples ................................... FAILURE [1.964s]
[INFO] Mahout Release Package ............................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 31.768s
[INFO] Finished at: Fri Aug 26 15:15:28 EDT 2011
[INFO] Final Memory: 26M/96M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.6:run (examples) on
project mahout-examples: An Ant BuildException has occured: The
following error occurred while executing this line:
[ERROR] Target "build-grouplens-jar" does not exist in the project "mahout".
There is a build rule called "build-grouplens-jar" in the
examples/pom.xml, but the rule specifically references the build.xml,
where there is indeed no such target. Or am I missing a simple
configuration option?
Shannon