[jboss-as7-dev] AS7 build error after wiping local .m2/repository

Jeff Mesnil jmesnil at redhat.com
Wed Jun 20 09:27:56 EDT 2012


On 06/20/2012 01:15 PM, David Bosschaert wrote:
> I decided to clean up my local Maven repo and rebuild AS7 after that.
> Running mvn install on master fails in the messaging subsystem with:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) on project jboss-as-messaging: Compilation
> failure: Compilation failure:
> [ERROR]
> /Users/david/clones/bosschaert_jboss-as_020512/messaging/src/test/java/org/jboss/as/messaging/test/SubsystemDescriptionsUnitTestCase.java:[31,29]
> cannot find symbol
> [ERROR] symbol  : class MessagingExtension
> [ERROR] location: package org.jboss.as.messaging
>
> Anyone an idea why?

I also had to wipe my local maven repo and I had similar errors. Looking 
at maven output, some of the jars that were downloaded again were 
corrupted. Removing them again to force download fixed that.

jeff

-- 
Jeff Mesnil
JBoss, a division of Red Hat
http://jmesnil.net/




More information about the jboss-as7-dev mailing list