I am using Eclipse Galileo, JRebel for hot deploy and JBoss 5.1.x as application server. Recently Eclipse is started behaving weird, may be after switching to a new workspace(only difference is from branch to trunk).
Previously whenever I make a change in a *.java
/*.jsp
file, JRebel picks up the newly changed .class
file to hot deploy.
But now it runs the Full build instead of incremental build, all projects get built instead of one .class update and takes a long time. Server crashes down sometimes due to JRebel trying to deploy all updated *.class
files.
Does anyone have idea why Eclipse runs full build instead of incremental build while saving the file ?