Turn off selected HTML errors in eclipse

后端 未结 3 1283
温柔的废话
温柔的废话 2021-02-07 08:30

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

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 08:42

    1. Right click on your project in Eclipse.
    2. Select 'Properties'.
    3. Select 'Validation'.
    4. Check 'Enable project specific settings'.
    5. Uncheck any validators you want (such as HTML Syntax Validator)
    6. Rebuild project.

    You may need to go into Windows->Preferences->Validation and check 'Allow projects to override these preference settings'.

提交回复
热议问题