Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Eclipse 3.4.2
-
Number of attachments :
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
Issue Links
| This issue is related to: | ||||
| MECLIPSE-558 | Ignoring listed AspectJ dependencies |
|
|
|
| MECLIPSE-547 | Maven Eclipse plugin 2.6 with AJDT changes are not backwards compatible. |
|
|
|
| This issue depends upon: | ||||
| MECLIPSE-200 | Please add support for the AJDT plugin |
|
|
|
This has been bugfixed by the linked bug
MECLIPSE-200.MECLIPSE-200.