Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Compiler and IDE feedback

Hi,

I have a question regarding the coupling between the feedback presented by the AJDT and the AspectJ compiler.

As far as I understand it, the standard AspectJ compiler, which can also be used from the command line, is used by the AJDT. This compiler generates the mapping between join point shadows and aspects on the fly. But only when the compilation is triggered within the AJDT. If the compilation is startet from the command line, no such mapping is generated.

Is this description correct? It may be that my understandings are not up to date. In this case I would much appreciate a short description of how and when the relevant data for IDE feedback is gathered.

Many thanks in advance,
Christoph

--
Dipl.-Inform. Christoph Bockisch    bockisch@xxxxxxxxxxxxxxxxxxxxxxxxxx
Software Technology Group           Phone:  ++49 (0) 6151-16-3608
Darmstadt University of Technology  Fax:    ++49 (0) 6151-16-5410
Hochschulstr. 10, 64289 Darmstadt, Germany http://www.st.informatik.tu-darmstadt.de/


Back to the top