Search code examples
javaeclipsesolariseclipse-indigo

Eclipse building the code again and again (without any changes)?


I am noticing a strange issue with Eclipse Indigo. It is Building Workspace again and again even though there is no change in the code!

In Progress bar it prints

Building Workspace 44%
..
Building Workspace 10%
..
Building  Workspace 33%

Any idea what is going on here? For the time being I have unchecked the 'Build Automatically' flag.


Solution

  • I have tried the following trick couple of times and this seems to work more often than not:

    1. Uncheck Build Automatically flag
    2. Refresh all the projects in the workspace
    3. Re-enable the automatic build after sometime by checking the Build Automatically flag

    Note that as I mentioned earlier this is a trick and not a resolution. But, hope others facing these issues will find this helpful.