[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Before I forget
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Tue, 13 Oct 2009 09:01:18 -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:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=v3nSrYf5WSFkhSZPTRoUw0fdYLt1B1iG18YmiVx6FOE=; b=aHSe69LqQvfCdgJzwA7fSdYmfzHwuZm+INw8gsQKfcFhrjRcwxZoiLrlJLjABVxUOm TfpGf1Q8b1cUrTqNv+yTimssXzsv+R8WWSLRRR66tJeFkcuAmE7lpoXUZgVkqMcH9bAj wXY/PmdZBwz6v9t/V1XKdzq5SxGrgDpXstCxg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=fOixzBWVmkhqZTg3/ijO8fNpl9YJkY7Qyw29nSW27w7ppl9S22mToYzGsSOxEf84gS Zhh4rREjx/ram+5qqcjLElrmRz/VYejpHvf4HH6+j5Acs+qwBaSOMVC4+0JMzU8qfrx5 yZOMz2egrM7RN4h7yWLUog3z+gB0235DZXtLc=
> I've also noticed that incremental compilation often seems to not update the
> markers in the IDE until I've done a full rebuild. Several times I've
> deployed code from a project with no markers only to have it fail with an
> exception when running that is equivalent to what the build error was.
> After a clean/rebuild the appropriate error shows up in Eclipse. Any
> recommended steps for debugging that?
Hi David,
The first steps would be to get a better idea of when this is
happening (obviously for incremental builds, but when it has happened,
do you know if you've changed an aspect recently, or only classes?,
are generics involved?), for what kinds of projects (are in path and
aspect path involved?), and what kinds of markers (are advice markers
included, or just warnings and errors?).
Then we can start trying to recreate it on a smaller project.