Hi,
I see a build break when building examples... Does anyone else get this?
I'm using JDK 6, Maven 2.2.0.
[INFO]
------------------------------------------------------------------------
[INFO] Building Mahout Examples
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-benchmark/3.4.0/lucene-benchmark-3.4.0.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-highlighter/3.4.0/lucene-highlighter-3.4.0.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-memory/3.4.0/lucene-memory-3.4.0.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-queries/3.4.0/lucene-queries-3.4.0.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-xercesImpl/3.4.0/lucene-xercesImpl-3.4.0.pom
Downloading:
http://repo1.maven.org/maven2/org/uncommons/watchmaker/watchmaker-swing/0.6.2/watchmaker-swing-0.6.2.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-benchmark/3.4.0/lucene-benchmark-3.4.0.jar
Downloading:
http://repo1.maven.org/maven2/org/uncommons/watchmaker/watchmaker-swing/0.6.2/watchmaker-swing-0.6.2.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-highlighter/3.4.0/lucene-highlighter-3.4.0.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-memory/3.4.0/lucene-memory-3.4.0.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-queries/3.4.0/lucene-queries-3.4.0.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/lucene/lucene-xercesImpl/3.4.0/lucene-xercesImpl-3.4.0.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 137 source files to
/Users/mackie/source-checkouts/mahout-trunk/examples/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
~/source-checkouts/mahout-trunk/examples/src/main/java/org/apache/mahout/clustering/syntheticcontrol/fuzzykmeans/Job.java:[183,31]
unreported exception java.lang.Exception; must be caught or declared to be
thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
~/source-checkouts/mahout-trunk/examples/src/main/java/org/apache/mahout/clustering/syntheticcontrol/fuzzykmeans/Job.java:[183,31]
unreported exception java.lang.Exception; must be caught or declared to be
thrown
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 111 minutes 54 seconds
[INFO] Finished at: Thu Nov 03 15:07:50 IST 2011
[INFO] Final Memory: 108M/214M
[INFO]
------------------------------------------------------------------------
--
Regards,
Tharindu
blog: http://mackiemathew.com/