Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspects Recompiled Too Often

Hi Tobias,

You could try doing Window > Show View > Other > AspectJ > AJDT Event Trace
That should output various messages when a build occurs which might
give a clue as to what is happening here.

Regards,

Matt.

On 26/09/05, Tobias Dunn-Krahn <tdunn-krahn@xxxxxxxxxxxxxxxx> wrote:
>
>
>
> Hello All,
>
>
>
> I'm running Eclipse 3.1 with the latest development build of AJDT (1.3.0
> series).  I'm encountering a problem where the AspectJ builder is invoked
> subsequent to any file modification in my project, including non-java,
> non-aspect files.  I'm running in incremental mode, so usually these
> invocations run quickly, but for some reason when the AspectJ builder runs
> it brings up a modal window displaying progress preventing any further
> actions.  Any help on either issue would be greatly appreciated.
>
>
>
> Thanks in advance,
>
> Tobias
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


Back to the top