Questions tagged [ajdt]

AJDT stands for AspectJ Development Tools, an Eclipse plug-in for Aspect Oriented Software Development in Java.

The AspectJ Development Tools (AJDT) provide support for aspect oriented software development (AOSD) in Java. Aspects are implemented with AspectJ, a Java language extension.

54 questions
0
votes
1 answer

AJDT on Eclipse/Maven

I cloned and imported a github project as a maven project into Eclipse Juno. I am getting the following error in pom.xml: Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (execution:…
Roam
  • 4,831
  • 9
  • 43
  • 72
0
votes
1 answer

Using AspectJ on JSP

I am trying to use AspectJ on my java beans, which I will use eventually in a JSP. Can anybody lead me to do this? Because I really cannot succeed, even though the thing seems to be trivial! Also, the tomcat is telling me…
maqqju
  • 1
  • 2
0
votes
1 answer

How to get IDE support for Aspect J Working in Eclipse

I am working on a Spring Roo/ApsectJ project at the moment. I am able to build a project and run it without any issues, implying AspectJ is doing correct weaving at compile time, however in Eclipses I seem to have no IDE support. Any methods I am…
smackenzie
  • 2,880
  • 7
  • 46
  • 99
0
votes
1 answer

Is there a way to weave jUnit tests with AspectJ being in two different projects?

I´m trying to intercept webdriver methods inside JUnit tests that are in one java project. I've created another project with Aspects but could not integrate them both to work together. Basically I need to print messages on the console as the test…
Ralph
  • 131
  • 10
0
votes
1 answer

Installing AspectJ Development Tools plugin (AJDT) into Eclipse

I am trying to install the AspectJ Development Tools plugin (AJDT) into Eclipse (v3.8). My goal is to achieve the results illustrated on this web page: …
Todd Ross
  • 1
  • 1
  • 1
0
votes
1 answer

headless AJDT build fails when upgrading java from 1.6 to 1.7

strong texti have a very simple eclipse 3.8-based rcp application with an .aj file. i also have AJDT 2.2.1 installed, and have the following four entries in my…
user1056027
  • 145
  • 2
  • 2
  • 13
0
votes
1 answer

Creating aspect for multiple plugins in eclipse RCP project

I am developing a rcp project having multiple plugins and i am using AJDT aspectJ for logging purpose in the application. I have created two aspects one for info logging and one for exception logging in each plugin.Aspect is working fine for base…
Gaurav
  • 319
  • 3
  • 20
0
votes
1 answer

getting "Class not found: org.eclipse.ajdt.core.ant.AJDT_AjcCompilerAdapter" in eclipse 3.8

i have been successfully using ajdt in conjunction with pde headless build in eclipse 3.6. i have the following entries in project's build.properties: compilerAdapter=org.eclipse.ajdt.core.ant.AJDT_AjcCompilerAdapter sourceFileExtensions=*.java,…
user1056027
  • 145
  • 2
  • 2
  • 13
0
votes
1 answer

unable to perform headless PDE build using AJDT in eclipse 3.6

i have several simple plugin projects being developed in eclipse 3.6 as part of an rcp application. i also have a very simple aspect. i have read Andrew Eisenberg's article…
user1056027
  • 145
  • 2
  • 2
  • 13
1 2 3
4