Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.6
-
None
-
None
-
None
-
Eclipse 3.4.2
Description
I included 2 aspectj libraries in a pom as per:
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.2</version>
</dependency>
Since upgrading to the 2.6 version of t he plugin, these libraries are now missing from my classpath. I can reproduce this with a very simple pom attached. Change the version from 2.5.1 to 2.6 and check the .classpath.
Attachments
Attachments
Issue Links
- depends upon
-
MECLIPSE-200 Please add support for the AJDT plugin
- Closed
- is related to
-
MECLIPSE-558 Ignoring listed AspectJ dependencies
- Closed
-
MECLIPSE-547 Maven Eclipse plugin 2.6 with AJDT changes are not backwards compatible.
- Closed