Hi,
Since I started using RC1 and ME 2.8, my compilation time has gone up unexpectedly. I used to to a refresh and a Project | Clean in less than 2 minutes. Now, when I do a refresh or a clean, it can go on for more than 15 minutes. I often run out of memory.
One of the reasons is probably because a refresh goes through every single Javadoc HTML file to find problems in them. I actually had to remove my javadoc files from my project because of that.
To give you an idea, if I don’t have the javadoc files, recompilation finds about 300 problems. If I put the Javadocs files… > 109,000 problems! No wonder!
I logged a bug for Eclipse but there, they tell me that they don’t do any HTML processing so it’s probably because of a tool that parses HTML. The only plugin that I have that does that is ME. Has anyone else ever noticed this? How to I prevent ME from looking at my HTML files?
While I’m at it, I have JSP files in a lot of directories in my project but I only want ME to compile a certain subset of them. Is this possible?
THanks,
L