Works for me after svn up to r834534. Thanks Grant. Drew
On Tue, Nov 10, 2009 at 11:34 AM, Grant Ingersoll <gsing...@apache.org> wrote: > OK, I think this is fixed now. svn up > > Once more into the release breach! Pretty soon, I will be a professional > Apache Release Manager, having just done Solr, too! > > -Grant > > On Nov 9, 2009, at 10:52 PM, Grant Ingersoll wrote: > >> Yeah, I'm working on it. Now getting a different error. Argh. >> >> -Grant >> >> On Nov 9, 2009, at 10:49 PM, Drew Farris wrote: >> >>> I ran into this tonight too. It had something to do with the >>> executions of the maven-install-plugin defined in mahout/core/pom.xml >>> that are named with ids containing asc (e.g: >>> create-hadoop-core-asc-artifact, create-commons-cli-asc). There are 8 >>> in total. Commenting these out of the pom allowed the build to >>> complete normally. For some reason the .asc artifacts were overwriting >>> the jars in my local maven repository. >>> >>> I didn't have the time to investigate a fix 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 <adene...@apache.org> >>> wrote: >>>> >>>> I'm getting the following build failure when running 'mvn clean install' >>>> : >>>> >>>> ... >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Building Mahout core >>>> [INFO] task-segment: [clean, install] >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> ... >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] BUILD FAILURE >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Compilation failure >>>> >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/hadoop/hadoop-core/0.20.1/hadoop-core-0.20.1.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/hbase/hbase/0.20.0/hbase-0.20.0.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/kosmofs/kfs/0.3/kfs-0.3.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/watchmaker/watchmaker-framework/0.6.2/watchmaker-framework-0.6.2.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/watchmaker/watchmaker-swing/0.6.2/watchmaker-swing-0.6.2.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/uncommons/math/uncommons-math/1.2/uncommons-math-1.2.jar; >>>> error in opening zip file >>>> error: error reading >>>> >>>> /home/hakim/.m2/repository/org/apache/mahout/commons/commons-cli/2.0-mahout/commons-cli-2.0-mahout.jar; >>>> error in opening zip file >>>> >>>> I took a look to hadoop-core-0.20.1.jar and its only 2.6 MB, which is >>>> too small ! >>>> > >