1. How do I mix in ajc with my already setup groovyc/javac ant configuration? stackoverflow.comI recently configured groovy 1.6 (w/Java 6) into my ant build.xml script, so that it compiles everything through groovy, with the embedded javac command:
|
2. How to override ant task stored in ant lib directory stackoverflow.comAt my work we use AspectJ in some of our Java projects. To get this to work with ant builds we have been placing aspectjtools.jar within ant/lib/. I am now working on ... |
3. Dependency in external aspectJ project stackoverflow.comOk, we use AspectJ to monitor and measure performance of our client applications. First we just created a package inside the application project to place the aspecj source (pointcut, advise ... |
4. Is it possible to have an aspect around other aspects stackoverflow.commy question is related to this question We have different aspect class that do @around advice on different part of an application (fat client in Swing) to measure the execution time. I ... |
5. iajc and aspectpath stackoverflow.comI'm a bit confused with the aspectpath option of the iajc compiler. My project use AspectJ to weave metric code into an existing swing application. All the application source are packaged this way:
We ... |
6. iajc fails to weave aspects from a jar but succeedes from class files stackoverflow.comSo I defined |