Is that a bug or my compiling problem? 2010/3/9 Cui tony <[email protected]>
> I did the following : > > rm -rf ~/.m2 > and in the trunk folder to mvn install : > > [...@master trunk]$ pwd > /data/hadoop/mahout/trunk > [...@master trunk]$ mvn clean install -DskipTests=true > > Everything is fine, including install core and utils, but when come to > examples, I meet the same error as I described last mail. > > > 2010/3/9 Jake Mannix <[email protected]> > > On Mon, Mar 8, 2010 at 9:59 PM, Robin Anil <[email protected]> wrote: >> >> > I suspect your maven dependencies are screwed up, I would suggest the >> > following. >> > >> > #clear the maven cache >> > rm -rf ~/.m2 >> > #do a clean install >> > mvn clean install -DskipTests=true >> > >> >> ... from the top level mahout checkout directory >> > >
