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 Andy Clement
On 14 July 2010 13:24, aappddeevv wrote: > I should have added that my aspects library (aspects and classes) processes > 2 other libraries on its inpath to add methods/attributes to those classes. > In fact, the base class I am enhancing comes from that > external-to-the-project library and the cl

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

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-13 Thread Andy Clement
On 13 July 2010 16:23, aappddeevv wrote: > 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. With ITDs I would say libraries ne

[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