Re: [aspectj-users] Re: aspects in my aspects project and classes in the same project need to use those introduced methods, how to do this?

2010-07-14 Thread aappddeevv
Did not see this response before my other comments. Thanks for your responses. I'll try your suggestions. Perhaps it is AJDT. I had to do the first approach as the class is a very common base class that I need to enhance but true to your comments, I just found another class that needs roughly t

[aspectj-users] Re: aspects in my aspects project and classes in the same project need to use those introduced methods, how to do this?

2010-07-13 Thread aappddeevv
I am using ITDs. Its reusable but I am not sure why you ask that as aren't all libraries designed to be reused? The ITDs mostly introduce methods and field to types. No introduction of parents or an interface. The reason I asked this question is because when I try to code my classes in the aspec

[aspectj-users] aspects in my aspects project and classes in the same project need to use those introduced methods, how to do this?

2010-07-09 Thread aappddeevv
I have a project, called MyAspects. It contains several aspects. It also contains classes. Those classes need to use the public methods introduced by those aspects. How do you setup the project to do this? Do I have to setup 2 projects and keep my aspects in one project and everything else in a