[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Incremental build not working?
|
- From: joel@xxxxxxxxxxx
- Date: Tue, 1 Jul 2008 08:45:05 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=FDdyHMf02zt84Zjpv2HnsdukYuRXnVwP/GAq+V/XnR0=; b=onAXfTa8jC2xLBYVhiA0lcN5mWbjDyPZSfp0LGgBsKzPbqk8NBno2r1EVQptBrL+uv y0BPhev5GayP+ngf9i2T5wmaCIse9IXBeLrtMyKqJHa2BcQzsBUoih6W0BBkx4uJXXCs zY7GhFqKboduNtsqyHZLFY4VDPHPixdb60Z+k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=kPSpUAo8ePpBVw8Iure/V9odS5IoSBPGMrkwjgH/s20Yw5lIcDywhf9+hS+r8uJu2L mBGxqaAXcn6YopOUm0gS1fgzVAke/GsvkntakZ1tTL+TTcFPX0Wpt4AqeDQFD09X9Dth 414P5QT0ng8BBqhcEGE6FIFDaxFr5xlP7mffA=
I'm using last week's dev build, AJDT in eclipse 3.3
If I change my aspect and run my test case, the advice is not hit. If
I then do a whitespace change resave the class that the advice affects
and then run my test case, the advice is hit.
So it appears that the build is not weaving automatically. Is there
some configuration I might have not done, or have incorrect?