How would I compile .aj
class in my Eclipse Web Project? I already have AspectJ Development Tools
installed in Eclipse Juno
. But it didn't make any difference. Using Tomcat 6 server to deploy application.
Note: I have some groovy classes too which I have compiled using Groovy-Eclipse plugin.
I am not using Maven or any other build tool in my application. Just want to run it on localhost to test few things. I really don't to spend time installing and configuring Maven for application.