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 <[email protected]> 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
