|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
ITD scopeHi to all. I'm trying to
obtain the feature named
'Scoping for ITDs in content assist' published in this page: http://www.eclipse.org/ajdt/whatsnew200/index.html without success. I see Point.getX and getY inside the aspect but if I try this.getX() or this.getY() in Point class I don't see the methods declared in the aspect with content assist, and if I continue to write the instruction without the help of content assist I have the error: 'getX cannot be resolved or is not a field'. Is there any settings I have to do? Anyone can help me? Using: Eclipse Galileo,
AJDT version 2.0.1.e34x-20090930-1200 Thanks Bepi _______________________________________________ aspectj-users mailing list aspectj-users@... https://dev.eclipse.org/mailman/listinfo/aspectj-users |
|
|
Re: ITD scopeHi Bepi,
There are several possibilities here. First, you say that you are using Galileo (Eclipse 3.5), but you have the 3.4 stream of AJDT installed. They are not compatible and I am surprised that you have them installed together. Perhaps you have mistakenly included the wrong version of one or the other. Second, is JDT Weaving enabled? Look at your preferences page under JDT Weaving. It must be enabled for you to use this feature. --a On Tue, Oct 6, 2009 at 3:32 AM, Bepi Esposito Vingiano <bepivin@...> wrote: > Hi to all. I'm trying to obtain the feature named > 'Scoping for ITDs in content assist' published in this page: > http://www.eclipse.org/ajdt/whatsnew200/index.html without success. > I see Point.getX and getY inside the aspect but if I try > this.getX() or this.getY() in Point class I don't see the methods declared > in the aspect with content assist, and if I continue to write the > instruction without the help of content assist I have the error: 'getX > cannot be resolved or is not a field'. > Is there any settings I have to do? > Anyone can help me? > Using: Eclipse Galileo, AJDT version 2.0.1.e34x-20090930-1200 > Thanks > > Bepi > > _______________________________________________ > aspectj-users mailing list > aspectj-users@... > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > aspectj-users mailing list aspectj-users@... https://dev.eclipse.org/mailman/listinfo/aspectj-users |
|
|
Re: ITD scopeThanks Andrew.
It was my error: i'm using Ganymede :) And ok weaving service was off. Now it's all working. Thanks very much Ciao Bepi ----- Original Message ----- From: "Andrew Eisenberg" <andrew@...> To: <aspectj-users@...> Sent: Tuesday, October 06, 2009 6:00 PM Subject: Re: [aspectj-users] ITD scope > Hi Bepi, > > There are several possibilities here. First, you say that you are > using Galileo (Eclipse 3.5), but you have the 3.4 stream of AJDT > installed. They are not compatible and I am surprised that you have > them installed together. Perhaps you have mistakenly included the > wrong version of one or the other. > > Second, is JDT Weaving enabled? Look at your preferences page under > JDT Weaving. It must be enabled for you to use this feature. > > --a > > On Tue, Oct 6, 2009 at 3:32 AM, Bepi Esposito Vingiano > <bepivin@...> wrote: >> Hi to all. I'm trying to obtain the feature named >> 'Scoping for ITDs in content assist' published in this page: >> http://www.eclipse.org/ajdt/whatsnew200/index.html without success. >> I see Point.getX and getY inside the aspect but if I try >> this.getX() or this.getY() in Point class I don't see the methods >> declared >> in the aspect with content assist, and if I continue to write the >> instruction without the help of content assist I have the error: 'getX >> cannot be resolved or is not a field'. >> Is there any settings I have to do? >> Anyone can help me? >> Using: Eclipse Galileo, AJDT version 2.0.1.e34x-20090930-1200 >> Thanks >> >> Bepi >> >> _______________________________________________ >> aspectj-users mailing list >> aspectj-users@... >> https://dev.eclipse.org/mailman/listinfo/aspectj-users >> >> > _______________________________________________ > aspectj-users mailing list > aspectj-users@... > https://dev.eclipse.org/mailman/listinfo/aspectj-users _______________________________________________ aspectj-users mailing list aspectj-users@... https://dev.eclipse.org/mailman/listinfo/aspectj-users |
| Free embeddable forum powered by Nabble | Forum Help |