I just committed the fix. Can you try again? My guess is this issue snuck into our build because I already had the artifact cached when switching the subproject to maven for dependencies, so the issue never came up because it was already in the local cache.
--travis On Tue, Sep 18, 2012 at 4:20 PM, Travis Crawford <[email protected]> wrote: > Hey Vikram - > > This sounds like https://issues.apache.org/jira/browse/HCATALOG-502 > > If you open /root/.m2/repository/asm/asm/3.1/asm-3.1.jar I suspect it > will be a moved permanently HTML error message, not an actual jar. > > Can another committer take a look at the patch in HCATALOG-502 so we > can resolve this issue? > > --travis > > > > On Tue, Sep 18, 2012 at 4:03 PM, Vikram Dixit <[email protected]> wrote: >> Hi, >> >> I am trying to build from the source in trunk. I see the following failure: >> >> mvn-dependencies: >> [artifact:dependencies] [WARNING] POM for 'asm:asm:pom:3.1:compile' is >> invalid. >> [artifact:dependencies] >> [artifact:dependencies] Its dependencies (if any) will NOT be available to >> the current build. >> [artifact:dependencies] [WARNING] POM for 'asm:asm:pom:3.1:compile' is >> invalid. >> [artifact:dependencies] >> [artifact:dependencies] Its dependencies (if any) will NOT be available to >> the current build. >> >> init: >> >> compile-src: >> [javac] Compiling 35 source files to >> /grid/0/templeton/trunk/storage-handlers/hbase/build/classes >> [javac] error: error reading >> /root/.m2/repository/asm/asm/3.1/asm-3.1.jar; error in opening zip file >> [javac] 1 error >> >> BUILD FAILED >> /grid/0/templeton/trunk/build.xml:220: The following error occurred while >> executing this line: >> /grid/0/templeton/trunk/storage-handlers/build.xml:39: The following error >> occurred while executing this line: >> /grid/0/templeton/trunk/storage-handlers/build.xml:28: The following error >> occurred while executing this line: >> /grid/0/templeton/trunk/storage-handlers/hbase/build.xml:137: Compile >> failed; see the compiler error output for details. >> >> Total time: 19 seconds >> [root@ip-10-85-158-117 trunk]# >> >> I see that the file has the permissions set correctly. >> >> [root@ip-10-85-158-117 trunk]# ls -l >> /root/.m2/repository/asm/asm/3.1/asm-3.1.jar >> -rw-rw-rw- 1 root root 185 Sep 18 18:11 >> /root/.m2/repository/asm/asm/3.1/asm-3.1.jar >> >> Please let me know how I can make progress. >> >> Thanks >> Vikram.
