> Can anybody guide me on how to compile a WAR file containing aspects? I > have set "maven.compile.aspects" to true, and I have a .aj file in my src > tree, but it compiles using javac. Any advice? Haha - that was > unintended.
The short answer is that if you want to use aspectj 1.1.1 then your can't use the current aspectj plugin. The long answer is people are working on it (might be a couple of weeks before there is a solution in cvs head though). I need to do the exact same thing. By the time I looked at all the custom targets I would have to implement I decided to go back and use ant for building my packages. -k. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
