One. XML
Properties > Validation
You have the options:
1-configure Workspace Settings (Disable the validation for the current Workspace)
Manual and XML Schema Validator, 2-check enable project specific settings (disable the validation for this project) /c1>
Manual and XML Schema Validator, Validate to make the errors disappear
Two. JS
Right-click Project->properties-> Left list menu javascript-> Left List submenu include path-> Right Source tab, select excluded: (None), Edit button, point excluds patterns to the right of the add-> input **/*.js (Here the * * represents one or multi-layer folder path)->ok->finish->ok
Three.
Version of Eclipse used: Eclipse-jee-kepler-sr1-win32
Automatic compilation enabled (project--Build automatically)
The Eclipse Card JS checksum on a project,
Click Stop Check, always stuck there, can't shut off eclipse, can only kill eclipse process, see the situation is the project JS verification has a problem, so into the project path in the. project file, delete the JS validation related configuration code:
<buildCommand> <name>org.eclipse.wst.jsdt.core.javascriptValidator</name ><arguments></arguments></buildCommand><nature> Org.eclipse.wst.jsdt.core.jsNature</nature>
OK, restart Eclipse, the project's JS file will not be verified.
If you see one in the validation JSP, the direct click to stop is also possible.
Get rid of Eclipse XML and JS validation