Issue Details (XML | Word | Printable)

Key: MECLIPSE-544
Type: Bug Bug
Status: Closed Closed
Resolution: Not A Bug
Priority: Major Major
Assignee: Unassigned
Reporter: Alan Stewart
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Eclipse Plugin

aspectj libraries do not get included anymore with 2.6

Created: 02/Apr/09 06:56 PM   Updated: 05/May/09 07:48 AM   Resolved: 03/Apr/09 07:27 PM
Return to search
Component/s: None
Affects Version/s: 2.6
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. XML File pom.xml (1.0 kB)

Environment: Eclipse 3.4.2
Issue Links:
Related
 
dependent
 


 Description  « Hide

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.



Alexander Hachmann made changes - 03/Apr/09 09:32 AM
Field Original Value New Value
Link This issue depends upon MECLIPSE-200 [ MECLIPSE-200 ]
Alexander Hachmann added a comment - 03/Apr/09 09:32 AM - edited

This has been bugfixed by the linked bug MECLIPSE-200.


Eric Berry added a comment - 03/Apr/09 05:26 PM - edited

In the configuration of the eclipse plugin add <ajdtVersion>none</ajdtVersion>. This should fix the problem.

There is hidden documentation here http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html that describes how to use the ajdt plugin.


Alan Stewart added a comment - 03/Apr/09 07:26 PM

Your suggestion works OK. Thanks for the information - appreciated


Alan Stewart made changes - 03/Apr/09 07:27 PM
Resolution Not A Bug [ 6 ]
Status Open [ 1 ] Closed [ 6 ]
Tan Quach made changes - 06/Apr/09 05:27 PM
Link This issue is related to MECLIPSE-547 [ MECLIPSE-547 ]
Dale Peakall made changes - 05/May/09 07:48 AM
Link This issue is related to MECLIPSE-558 [ MECLIPSE-558 ]