Issue Details (XML | Word | Printable)

Key: MECLIPSE-594
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: nicolas de loof
Reporter: Arnaud Heritier
Votes: 3
Watchers: 4
Operations

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

set AJDT version parameter to none by default

Created: 31/Jul/09 07:28 AM   Updated: 15/Oct/09 03:36 AM   Resolved: 15/Oct/09 03:36 AM
Return to search
Component/s: AJDT support
Affects Version/s: 2.6, 2.7
Fix Version/s: 2.8

Time Tracking:
Not Specified

Issue Links:
Supercedes
 


 Description  « Hide

It will be easier for our user if by default AJDT support is off.



Arnaud Heritier made changes - 31/Jul/09 07:28 AM
Field Original Value New Value
Assignee Arnaud Heritier [ aheritier ]
Fix Version/s 2.8 [ 14813 ]
Arnaud Heritier made changes - 31/Jul/09 07:31 AM
Link This issue supercedes MECLIPSE-584 [ MECLIPSE-584 ]
Arnaud Heritier made changes - 31/Jul/09 07:31 AM
Link This issue supercedes MECLIPSE-569 [ MECLIPSE-569 ]
Arnaud Heritier made changes - 31/Jul/09 07:31 AM
Link This issue supercedes MECLIPSE-568 [ MECLIPSE-568 ]
Arnaud Heritier made changes - 31/Jul/09 07:32 AM
Link This issue supercedes MECLIPSE-558 [ MECLIPSE-558 ]
Bryan Mason added a comment - 09/Aug/09 11:59 PM

Wow this bug is a strange one... I can't imagine why it would be a good idea to exclude all dependencies with aspectj in the name. Caused me four hours of grief... Please fix!

To anyone who wants to know how I worked around this issue, add the following to your pom, aspectj dependencies will be included after making this change.

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<ajdtVersion>none</ajdtVersion>
</configuration>
</groupId>
</plugin>


nicolas de loof added a comment - 15/Oct/09 03:36 AM

disabling AJDT support by default


nicolas de loof made changes - 15/Oct/09 03:36 AM
Resolution Fixed [ 1 ]
Assignee Arnaud Heritier [ aheritier ] nicolas de loof [ ndeloof ]
Status Open [ 1 ] Closed [ 6 ]