Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Problem adding aspect to a plugin project programatically
Problem adding aspect to a plugin project programatically [message #594159] Fri, 16 June 2006 05:43
Eclipse UserFriend
Originally posted by: sbederml.gmail.com

Hi,

I have three questions. I would appreciate if you could help me.

1. I'm using eclipse 3.2RC4. After changing a plugin project's class
path programmatically using IJavaProject.setRawClasspah method,
MANIFEST.MF file still contains the old classpath information under its
Bundle-ClassPath item. What can I do in order to solve this problem?

2. I wrote some code that changes the MANIFEST.MF file to contain the
new classpath information, but still the project contain an error until
I manually (from the the gui) change MANIFEST.MF a bit and press "Save".
How can I can make the project respond to changes of MANIFEST.MF file?

3. How can I add and remove AspectJ nature of a project, without being
prompted by dialog windows regarding AspectJ settings?

Thank you in advance,

Michael
Previous Topic:Problem with AJDT in eclipse 3.2
Next Topic:Problem adding aspect to a plugin project programatically
Goto Forum:
  


Current Time: Fri Apr 26 21:22:08 GMT 2024

Powered by FUDForum. Page generated in 0.02570 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top