MyEclipse flags all JSPs that are not under the webroot as being in error.
For our application we have different configuration files that are needed in each of our deployment environments. To test locally on our machines we have an ant script that produces a local Tomcat-configured deployment in our project, parallel to the webroot we have provided to MyEclipse. This is a CVS ignored directory, which happens to have our “classes” directory in it, etc.
I don’t know whether this should be listed as a bug or feature request. Files which are not actually in error are being flagged as erroroneous because in many situations a JSP not under webroot is a mistake. The likely solution would be to allow me to specify a directory structure as ignored by myeclipse, or to allow me just to disable that particular check altogether.