Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] After clean build, eclipse continues to use the processor for a while

Try opening the AJDT Event Trace View (Window > Show View > Other > AspectJ)
During a build you'll then see messages to indicate the completion of
various phases, such as the actual compilation and then generation of
the crosscutting relationship map. After that AJDT shouldn't be doing
anything else to tie up the CPU. You could also try opening the
Progress view to see if anything else is shown there.

Regards,

Matt.

On 30/01/07, Konstantinos Kougios <ariskk@xxxxxxxxxxxx> wrote:
Hi,



            I work for a fairly large project. After doing a clean build
and the build is complete, eclipse continues to use the processor for a
while. Any ideas what is causing this?



I'm using Eclipse 3.3M4 with the Mon, 29 Jan 2007 -- 11:23 (-0500) build
of the AJDT plugin.

Regards,



Kostas
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top