[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Incremental build not working?
|
- From: "Andy Clement" <andrew.clement@xxxxxxxxx>
- Date: Tue, 1 Jul 2008 09:44:23 -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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=S7TaHgfDlk4lLjv42DJNuErvltWG4A/7Iw3rGRAHueU=; b=dhK0N987j1cD6egMTTdNyk1UfuCT9n8cAallk4iWClnJC49EcWXrh2aTDeYlvjXuzF bA4EhoKx8e49NpbIE5PQEbMx1JsFY2ASigYaPr//fU2KfZNeiWYZ2X8YWNODqxAt6duH yxezbt2J7U+GNrnZPpf9JX3iu2QCEgOvfp2lE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=K7ycvOjfwV9RgRqpHfcUixgpXKgo+JdUMW/qZit0B1nQNgUYe618kOVtFJhpK6IjY/ Hl6VsKMl9MkbB8wJQ1qr+ToxjnmLViUYOPmK9s9eSQT+M+hHIqcTafZSWaNLKdqqBPfw z6DUziIyYvOiJJfyuPvC/68fG3MOk+8ldpNPg=
As I said in my other comment, do you have errors elsewhere in your
project? There are no known problems with incremental compilation
(apart from speed!) so if it isnt working for you, that is a bug -
please raise it and i'll look into it.
Andy.
2008/7/1 <joel@xxxxxxxxxxx>:
> 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?
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>