Issue Details (XML | Word | Printable)

Key: MECLIPSE-200
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arnaud Heritier
Reporter: Eric Berry
Votes: 10
Watchers: 9
Operations

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

Please add support for the AJDT plugin

Created: 30/Nov/06 01:31 PM   Updated: 06/Apr/09 05:04 PM
Component/s: AJDT support
Affects Version/s: 2.2
Fix Version/s: 2.6

Time Tracking:
Not Specified

File Attachments: 1. Text File ajdt.patch (23 kB)
2. Zip Archive maven-eclipse-plugin.zip (122 kB)
3. Zip Archive maven-eclipse-plugin.zip (14 kB)

Issue Links:
Duplicate
 
Related
dependent
 

Patch Submitted: Yes


 Description  « Hide
Please add support for the AJDT plugin.

I have modified the eclipse plugin for our site with the needed changes. I have attached the modifications that I made for someone to look at and incorporate into the plugin.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Carlos Sanchez added a comment - 13/Mar/07 05:21 PM
Previous attachment in diff format

Eric Berry added a comment - 28/May/08 02:10 PM - edited
This has been updated for maven-eclipse-plugin 2.5.1 and also ajdt version 1.5.3. I have also included tests and updates to the site build to show how to use it.

Hopefully one of the commiters will be willing to look at this and incorporate it.


Eric Berry added a comment - 28/May/08 02:11 PM
Look at the 122kb maven-eclipse-plugin.zip.

Arnaud Heritier added a comment - 02/Sep/08 06:22 PM
Fixed and snapshot 2.6-20080902.232029-1 deployed. If you can test it ....

Eric Berry added a comment - 05/Sep/08 10:43 AM
Tested. It works as expected. Thanks.

David J. M. Karlsen added a comment - 09/Sep/08 10:26 AM
Is the site staged anywhere (to be able to see documentation of new parameters)

Arnaud Heritier added a comment - 09/Sep/08 05:26 PM

Alexander Hachmann added a comment - 03/Apr/09 09:37 AM
I can understand the wish for a AJDT-Plugin support, but I cannot understand
why this must have such an impact on projects that do not use that plugin.

As we do not use that plugin we now are having the problem that our projects
do not compile for the reason of the missing jars :-/

In my eyes this AJDT-Plugin Feature MUST be implemented in a more generic way.
Read the eclipse configurations whether that plugin is installed or something else.
But do not force other Projects to use the AJDT Plugin, just because the are workin
with AOP!!!!


Arnaud Heritier added a comment - 03/Apr/09 04:21 PM
Please open an new issue if this one creates a problem for you. A 2.7 is already on rails.

Eric Berry added a comment - 03/Apr/09 05:27 PM - edited
Alexander, 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.


Tan Quach added a comment - 06/Apr/09 05:04 PM
I agree with Alexander, and I've created a new issue: http://jira.codehaus.org/browse/MECLIPSE-547