I’ve got autobuild turned on and it takes forever.
Our production builds use Ant and I use MEI for working with webapps. The output of Ant’s build goes into a set of folders named build and dist. Eclipse does not know about these other than that they are in the project directory ($proj/src/blah, $proj/webapp, $proj/build, $proj/dist to get an idea of the layout). $proj/webapp is the only directory containg JSPs that Eclipse has been told about.
Since the build and dist folders contain copies of the JSP files (we don’t precompile our JSPs for reasons that are good for us), and MEI seems very eager to compile these too, I wind up with an Eclipse that’s frozen for a long time because…
Even when I bring up the progress dialog (from the throbbing progress indicator in the lower right), I cannot cancel the compile (says canceled and still keeps making progress…)
I have to kill eclipse.exe manually from the task manager to get on with my day.
version 3.8.1+QF20040825
any JVM
Windows XP sp1 and sp2