Incremental Build question [message #1352482] |
Tue, 13 May 2014 09:38  |
Eclipse User |
|
|
|
I am using Eclipse Version: 3.2.0 Build id: M20060629-1905. Every time I build my workspace, it does a full build. I can add one blank line to a single .java program the press the Project>Build Project, and eclipse starts by Cleaning the output folder, then it compiles all the files in the project. The files that are being compiled are not affected by changes to the one file that I have modified.
I have also done a test where I make a one line change to a .java file. I save the file (Project>Build Automatically is not checked), do an Ant deploy-local to compile the change. Start Tomcat and then start the Application. Then I start my debugger and it Cleans the output folder, then compiles all the files in the project. In other words, it's doing the same thing as if I did a Project>Build Project, which is what I would expect.
It's taking me close to 6 minutes every time I do an Incremental Build. An incremental build should only take a very small fraction of that time.
Does anyone have an ideas why my Incremental Build is doing a full build every time? I am using Project>Properties>Builders>Java Builder.
Thanks,
Eric
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09957 seconds