Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Problem in adding aspect in a Java Project.

I do not want to convert Java Project into AspectJ project... I want to add aspects in existing Java Project without converting it into AspectJ project.

Is it possible by any means to add aspects to Java Project?


--
Regards,
Yogesh.

On Tue, Jan 19, 2010 at 10:20 PM, Simone Gianni <simoneg@xxxxxxxxxx> wrote:
Roger Huang wrote:
Yogesh,

Try this:

File > New > Other...

AspectJ > AspectJ Project
 
With which you create a new AspectJ project. Otherwise you can convert the existing java project in an AspectJ project, by right clicking on the project, the selecting Configure -> Convert to AspectJ project.

In both cases, you need to have AJDT installed, which is the Eclipse plugin for aspectj.

Simone

--
Simone Gianni            CEO Semeru s.r.l.           Apache Committer
http://www.simonegianni.it/


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top