2. start eclipse with additional '-debug' command line argument
(you might also want to redirect the console output to a file)
In the log I found following statement:
Wed Nov 21 19:05:02 CET 2007 - [Worker-61] Invoking
(INCREMENTAL_BUILD) on builder: JavaBuilder(org.myproject)
This was logged when I set a *breakpoint* in a completely different
project than "org.myproject" (there are no dependencies between those
projects).
Is this already an error or is it the specified behavior that every
workspace java project is incremental built (but only those would
compile which have changes)?
Next in the log, I find the following detected source delta:
/org.myproject[*]: {DESCRIPTION}
(actually, I modified the org.eclipse.jdt.core source code to get this
log message ..)
So the project description changed. I not touched this project in the
whole time, so I wonder why there are changes?
I did not find a way to tell *who* caused this change. Any idea where
I could add additional log messages to locate the originator?