Bug 135003 - "Eclipse Product with AspectJ Support" Export Wizard
Summary: "Eclipse Product with AspectJ Support" Export Wizard
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.4.0   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-05 08:01 EDT by Cinly Ooi CLA
Modified: 2006-06-06 05:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cinly Ooi CLA 2006-04-05 08:01:24 EDT
This request is for a "Eclipse Product with AspectJ Support" Export Wizard, on the line of "Eclipse Product" Export Wizard.

The purpose of the wizard is to make exporting Eclipse RCP Product that uses plug-ins with AspectJ easier for the users. The existing "Eclipse Product" Export Wizard ignores AspectJ-related code.

At present, to create the final RCP Product that uses AspectJ, I have to export AspectJ-enabled plugins separately using "Deploy plug-ins and fragments with AspectJ support" export wizard, then integrate the exported AspectJ-enabled plugins with the final RCP Product exported using "Eclipse Product" export wizard. It will simplify the process if both can be combined into a single step.

Thank you for considering this request.
Comment 1 Matt Chapman CLA 2006-04-27 06:34:34 EDT
This functionality has now been implemented, as of development build 1.4.0.20060426123658 for Eclipse 3.2RC1. Please try it out when you can and let us know if it works for you.

AJDT1.4 build.100 Build Successful 
BUILD COMPLETE -  build.100
Date of build:	04/26/2006 12:36:58
Time to build:	18 minutes 55 seconds
Comment 2 Hasan Ceylan CLA 2006-05-24 07:38:20 EDT
Not being aware of a special need must be taken when RCP and aspectj used together, I have today tried the first RCP export as a milestone in my project. Then I saw that if I choose the RCP export with AspectJ Support, some of the class files were missing in the resulting jar files while some being there. 

If I export my plugins with the standart RCP export, I have the classes that were missing with the AspectJ export. That searching in the bugzilla I have discovered a recent bug in the standard RCP export wizard that it was missing some classes as well. 
for that you might want to take a look at this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=69620

Eclipse SDK I have is 3.2RC2
Aspectj is 1.4.0.20060518082333 (The latest on the update site)

Regards,
HAsan Ceylan
Comment 3 Matt Chapman CLA 2006-06-06 05:41:43 EDT
Fixed