Start an build using AspectJ compiler.
The following exception is thrown:
Message: AbstractMethodError thrown: org.aspectj.tools.ajde.
netbeans.NbProjectProperties.getSourcePathResources()
Ljava/util/Map;
Stack trace: java.lang.AbstractMethodError: org.aspectj.tools.ajde.
netbeans.NbProjectProperties.getSourcePathResources()
Ljava/util/Map;
at org.aspectj.ajde.internal.CompilerAdapter.
configureProjectOptions(CompilerAdapter.java:492)
at org.aspectj.ajde.internal.CompilerAdapter.
genBuildConfig(CompilerAdapter.java:147)
at org.aspectj.ajde.internal.CompilerAdapter.
compile(CompilerAdapter.java:78)
at org.aspectj.ajde.internal.
AspectJBuildManager$CompilerThread.run(AspectJBuildManager.java:
165)
This problem did not happen in v1.1RC2
Logged In: YES
user_id=421358
Same problem, different symptoms. Worked with v1.1rc2, fails
with v1.1.1. Attempt to build gets this AspectJ compiler error:
This compilation unit indirectly references the missing type
java.lang.Object (typically some required class file is
referencing a type outside the classpath)