build failure

2009-08-22 Thread Ted Dunning
--- [INFO] 'copy-resources' was specified in an execution, but not found in the plugin And mvn compile in core got me this: [INFO] -------- [ERROR] BUILD FAILURE [INFO] ---

build failure

2009-11-09 Thread deneche abdelhakim
I'm getting the following build failure when running 'mvn clean install' : ... [INFO] [INFO] Building Mahout core [INFO]task-segment: [clean,

build failure

2010-01-17 Thread Robin Anil
[INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 118 source files to /Users/robinanil/mahout/core/target/test-classes [INFO] [ERROR] BUILD FAILURE [INFO

Re: build failure

2009-08-23 Thread Grant Ingersoll
top level got me this: [ERROR] BUILD ERROR [INFO] [INFO] 'copy-resources' was specified in an execution, but not found in the plugin And mvn compile in core got me this: [INFO] --------

Re: build failure

2009-08-24 Thread Isabel Drost
On Saturday 22 August 2009 23:17:47 Ted Dunning wrote: > I haven't had this before, although it has been several weeks since I built > things from scratch. > > Any ideas? I had the same error and upgrading to 2.2.0 helped (at least so far I have not seen the error again). Isabel -- QOTD: Diffe

Re: build failure

2009-08-24 Thread Isabel Drost
On Sunday 23 August 2009 16:24:13 Grant Ingersoll wrote: > Try deleting your ~/.m2/repository. I should be sufficient to delete the resources-plugin in the repo only, or maybe running maven with "-U" enabled already helps? Isabel -- QOTD: Se Maom� n�o vai � montanha, a montanha vaia Maom�.

Re: build failure

2009-08-24 Thread Ted Dunning
Tried the -U solution. No joy. I will try nuking .m2 next. On Mon, Aug 24, 2009 at 3:33 PM, Isabel Drost wrote: > On Sunday 23 August 2009 16:24:13 Grant Ingersoll wrote: > > Try deleting your ~/.m2/repository. > > I should be sufficient to delete the resources-plugin in the repo only, or > ma

Re: build failure

2009-08-26 Thread deneche abdelhakim
just got the same error, nuking .m2 AND installing maven 2.2.1 solved the problem --- En date de : Mar 25.8.09, Ted Dunning a écrit : > De: Ted Dunning > Objet: Re: build failure > À: mahout-dev@lucene.apache.org, isa...@apache..org > Date: Mardi 25 Août 2009, 0h58 > Tried

Re: build failure

2009-08-26 Thread Grant Ingersoll
25.8.09, Ted Dunning a écrit : De: Ted Dunning Objet: Re: build failure À: mahout-dev@lucene.apache.org, isa...@apache..org Date: Mardi 25 Août 2009, 0h58 Tried the -U solution. No joy. I will try nuking .m2 next. On Mon, Aug 24, 2009 at 3:33 PM, Isabel Drost wrote: On Sunday 23 August 2009

Re: build failure

2009-11-09 Thread Drew Farris
I was working from rev 834312. Drew On Mon, Nov 9, 2009 at 10:24 PM, deneche abdelhakim wrote: > I'm getting the following build failure when running 'mvn clean install' : > > ... > [INFO] > &g

Re: build failure

2009-11-09 Thread Grant Ingersoll
that would allow the .asc files to be generated properly, but hopefully this will help until the problem can be solved properly. I was working from rev 834312. Drew On Mon, Nov 9, 2009 at 10:24 PM, deneche abdelhakim > wrote: I'm getting the following build failure when running &#

Re: build failure

2009-11-10 Thread Grant Ingersoll
hopefully this will help until the problem can be solved properly. I was working from rev 834312. Drew On Mon, Nov 9, 2009 at 10:24 PM, deneche abdelhakim > wrote: I'm getting the following build failure when running 'mvn clean

Re: build failure

2009-11-10 Thread Drew Farris
be generated properly, but hopefully this will help until the >>> problem can be solved properly. I was working from rev 834312. >>> >>> Drew >>> >>> On Mon, Nov 9, 2009 at 10:24 PM, deneche abdelhakim >>> wrote: >>>> >>>

Re: build failure

2010-01-17 Thread Drew Farris
t; [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] Compiling 118 source files to > /Users/robinanil/mahout/core/target/test-classes > [INFO] > -------- > [ERROR

Re: build failure

2010-01-17 Thread Jeff Eastman
nanil/mahout/core/target/test-classes [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Users/robinanil/mahout/core/src/test/java/org/a

Re: build failure

2010-01-17 Thread Drew Farris
/Users/robinanil/mahout/core/target/test-classes >> [INFO] >> -------- >> [ERROR] BUILD FAILURE >> [INFO] >> >> [INFO] Compila

Re: build failure

2010-01-17 Thread Drew Farris
in Anil wrote: >>> [INFO] [compiler:testCompile {execution: default-testCompile}] >>> [INFO] Compiling 118 source files to >>> /Users/robinanil/mahout/core/target/test-classes >>> [INFO] >>>

Re: build failure

2010-01-17 Thread Drew Farris
FWIW, Reverting to 900263 fixed these for me, was able to complete the build successfully. On Sun, Jan 17, 2010 at 10:45 PM, Drew Farris wrote: > Spoke too soon, now I have failing tests: > > Failed tests: >  testRefresh(org.apache.mahout.cf.taste.impl.model.file.FileDataModelTest) > > Tests in e

Re: build failure

2010-01-18 Thread Sean Owen
Yeah this was my change that didn't work: public class DummyOutputCollector public class DummyOutputCollector, V extends Writable> The latter is more correct and as far as I know identical. I don't see why this doesn't work, but I undid that. I also don't understand why I had to 'mvn clean test

Re: BUILD FAILURE

2010-05-06 Thread Sean Owen
Blast, I'll take a look. I knew it was too easy. I was not seeing such failures but from the stack trace maybe I can figure out what's up. On Thu, May 6, 2010 at 8:45 PM, Tamas Jambor wrote: > just updated the SVN to get Sean's implemetation, but now it fails to build > the project. I haven't cha