I recently upgraded my Eclipse to Ganymede, version 3.4.2.
Now it\'s giving me a ton of errors on the HTML in my JSPs for things like parameter values with no quotes and
You may need to go into Windows->Preferences->Validation and check 'Allow projects to override these preference settings'.
Have you tried:
- Click
Window > Preferences. A Preferences window appears.- In the Preferences window, click
Workbench > Editors.- Select one of the following options:
- To turn off real-time syntax validation, click
Structured Text Editorand uncheck theAnalyze annotations while typingbox.- To control other annotation settings, click
Annotationsand select your annotation preferences.- Click OK to save your preferences and close the page.
From this Ganymede help page.
Another method: Window > Preferences > Validation. Then uncheck the Manual and Build boxes next to HTML Syntax Validator and JSP Syntax Validator.
Check this Go to
Window > Preferences. Under Web > HTML Files > Validation
you'll find "Missing start tag:" and "Missing end tag:"
