Get rid of Eclipse XML and JS validation

Source: Internet
Author: User
Tags xml schema validator

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.