[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Saving file leads to full project rebuild!

We don't know about this problem. If you want to track it down, can you
please add a .options file (say in c:\temp\.options) with the following
content:

# Turn on debug tracing for org.eclipse.jdt.core plugin
org.eclipse.jdt.core/debug=true
# Reports incremental builder activity : nature of build, built state
reading, indictment process
org.eclipse.jdt.core/debug/builder=true

Then start eclipse with the following option:
eclipse.exe -debug c:\temp\.options -vm <path to your jdk>\jre\bin\java.exe

You should see some trace in the DOS console when it is building. Please
copy/paste this trace here or in a bug report (against JDT/Core).

Jerome

"Ringo De Smet" <desmet_ringo.PROTECTED@xxxxxxx> wrote in message
news:cghp8g$sae$1@xxxxxxxxxxxxxx
> Hello,
>
> Since about two hours, every change I save to a Java file in my project
> leads to a full project rebuild. I'm loosing considerable time here since
my
> project contains about 10000 classes! I have searched the mailing and news
> archives as well as the bug database but I couldn't find any similar
problem
> description.
>
> Restarting Eclipse doesn't seem to help. I also did a clean of all
projects
> in my workspace which forced a full rebuild. After that, still every
> incremental change I save leads to a full rebuild.
>
> If anyone encountered this too, is there a known workaround?
>
> Configuration:
> Eclipse 3.0.0 and Maintenance Nightly build 20040818
> Windows 2000 SP4
> Intel XEO 2GHz
> 1GB RAM
>
> Ringo
>
>