Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Using AspectJ in plugin
Using AspectJ in plugin [message #579254] Wed, 28 April 2004 18:24
Eclipse UserFriend
Originally posted by: kleyman.zahav.net.il

Hello!
I need to use AspectJ parser in my program, preferably Eclipse plugin.
Ideally, I would like it to be similar to the JDT core package in Eclipse.
However, I didn't find a public interface in AspectJ plugin.
I tried to use the AjParser class, but I encountered a strange problem.
The parser needs a ProblemReporter object, and when I try to create it
I get a LinkageError that says "loader constraint violation".
This happens in Eclipse 2.1 and AspectJ 1.4.

With Eclipse 3.0 and AspectJ 1.7 I can't use AspectJ as a plugin at all.

How can I solve this problem or is it possible to get the functionality I
need
in some other way, in any AspectJ version?
Previous Topic:Using AspectJ in plugin
Next Topic:V1.2RC1 not available via feature update?
Goto Forum:
  


Current Time: Fri Mar 29 12:00:26 GMT 2024

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

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

Back to the top