How can I configure the SpringSource Tool Suite(ver 2.3.0) Spring project to accept .aj (AspectJ) file?
Currently it does not recognize .aj file.
And I cannot add *.aj file because it’s a Spring project, not an AspectJ project.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Spring project can be an AspectJ project at the same time.
To configure your project as AspectJ right-click your project in Eclipse, select
Configure/Convert To AspectJ project.Additionally you can enable Spring Aspect Tooling by selecting
Spring Tools/Enable Spring Aspect Tooling