You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Shannon Quinn <sq...@gatech.edu> on 2011/08/26 21:21:14 UTC

mvn build error: missing target

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

Re: mvn build error: missing target

Posted by Sean Owen <sr...@gmail.com>.
My fault. Fix coming after tests finish.
On Aug 26, 2011 8:21 PM, "Shannon Quinn" <sq...@gatech.edu> wrote:
> 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