You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Tharindu Mathew <mc...@gmail.com> on 2011/11/03 11:22:22 UTC

Build break in trunk

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/

Re: Build break in trunk

Posted by Tharindu Mathew <mc...@gmail.com>.
Oops, I thought I did. Sorry about that :)

On Thu, Nov 3, 2011 at 10:53 PM, Sean Owen <sr...@gmail.com> wrote:

> Oh right, you said you did that. Sorry about that.
>
> On Thu, Nov 3, 2011 at 5:20 PM, Tharindu Mathew <mc...@gmail.com>
> wrote:
> > It's fixed now. Thanks Grant.
> >
> > Sean, AFAIK, mvn clean install, includes the compile part as well.
>



-- 
Regards,

Tharindu

blog: http://mackiemathew.com/

Re: Build break in trunk

Posted by Sean Owen <sr...@gmail.com>.
Oh right, you said you did that. Sorry about that.

On Thu, Nov 3, 2011 at 5:20 PM, Tharindu Mathew <mc...@gmail.com> wrote:
> It's fixed now. Thanks Grant.
>
> Sean, AFAIK, mvn clean install, includes the compile part as well.

Re: Build break in trunk

Posted by Tharindu Mathew <mc...@gmail.com>.
It's fixed now. Thanks Grant.

Sean, AFAIK, mvn clean install, includes the compile part as well.

On Thu, Nov 3, 2011 at 5:54 PM, Grant Ingersoll <gs...@apache.org> wrote:

> I broke it.  It's now fixed.
>
> On Nov 3, 2011, at 6:28 AM, Sean Owen wrote:
>
> > Do an "mvn clean compile". I think this is just a question of Maven
> > using the previous compiled modules when trying to recompile.
> > Everything builds for me from head.
> >
> > On Thu, Nov 3, 2011 at 10:22 AM, Tharindu Mathew <mc...@gmail.com>
> wrote:
> >> Hi,
> >>
> >> I see a build break when building examples... Does anyone else get this?
> >>
> >> I'm using JDK 6, Maven 2.2.0.
>
>
>


-- 
Regards,

Tharindu

blog: http://mackiemathew.com/

Re: Build break in trunk

Posted by Grant Ingersoll <gs...@apache.org>.
I broke it.  It's now fixed.

On Nov 3, 2011, at 6:28 AM, Sean Owen wrote:

> Do an "mvn clean compile". I think this is just a question of Maven
> using the previous compiled modules when trying to recompile.
> Everything builds for me from head.
> 
> On Thu, Nov 3, 2011 at 10:22 AM, Tharindu Mathew <mc...@gmail.com> wrote:
>> Hi,
>> 
>> I see a build break when building examples... Does anyone else get this?
>> 
>> I'm using JDK 6, Maven 2.2.0.



Re: Build break in trunk

Posted by Sean Owen <sr...@gmail.com>.
Do an "mvn clean compile". I think this is just a question of Maven
using the previous compiled modules when trying to recompile.
Everything builds for me from head.

On Thu, Nov 3, 2011 at 10:22 AM, Tharindu Mathew <mc...@gmail.com> wrote:
> Hi,
>
> I see a build break when building examples... Does anyone else get this?
>
> I'm using JDK 6, Maven 2.2.0.