Skip to main content



      Home
Home » Language IDEs » AspectJ » Problem exporting ajdt file
Problem exporting ajdt file [message #1272679] Tue, 18 March 2014 09:31 Go to next message
Eclipse UserFriend
Hello, I have a problem exporting and importing my ajdt project.

I have created an ajdt project. In it, i have copied my working aspectj from another project. What I want to do is exporting this aspectj to a .jar file (I have use jar file and jar file with AspectJ support) and later in my project import this .jar and that the aspectj works.
To import into the project I go to properties -> AspectJ Build -> Aspect Path ->Add External Jar and I select the created .jar.
The problem is that my code is not being controlled by the AspectJ I have in the jar. Am I doing something wrong?

Thanks for your attention
Re: Problem exporting ajdt file [message #1272860 is a reply to message #1272679] Tue, 18 March 2014 20:09 Go to previous message
Eclipse UserFriend
First, make sure that all of the class files that you need really are in the jar file.
Also, make sure that inside of Eclipse, you can see all of the class files in the aspect jar.

Most likely, this is a problem that you are not exporting everything that you need to.
Previous Topic:Problem with AspectJ fast-matching
Next Topic:[Question]Compile log in linux env / diff tools...
Goto Forum:
  


Current Time: Sun Jun 15 08:57:09 EDT 2025

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

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

Back to the top