On Sat, Jul 5, 2008 at 1:43 PM, John Kwon <[EMAIL PROTECTED]> wrote: > Using Appfuse 2.0.2, full source, I get: > > warning bad version number found in > C:\repository\org\aspectj\aspectjrt\1.6.0\aspectjrt-1.6.0.jar expected 1.5.4 > found 1.6.0 > info directory classpath entry does not exist: C:\Program > Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar > info zipfile classpath entry does not exist: C:\Program > Files\Java\jdk1.6.0_03\jre\classes > abort ABORT -- (BCException) Unable to continue, this version of AspectJ > supports classes built with weaver version 3.0 but the class > org.springframework.beans.factory.aspectj.AbstractBeanConfigurerAspect is > version 5.0 > when batch building BuildConfig[null] #Files=61 > > I looked in nabble appfuse, and found a bit about changing the POM (for > pre-2.0.2) to override the aspectj-maven-plugins dependency versions, and > I find that my pom.xml is already correct as far as the posting goes. > > Any ideas? > problem solved.
I was using Maven 2.0.7. When I upgraded to Maven 2.0.9, the problem went away.