去掉eclipse的xml和js验证

一.XML

Properties > Validation

you have two 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)

manual and XML Schema Validator,  Validate to make the errors disappear

二.JS

右键项目->Properties->左侧列表菜单JavaScript->左侧列表子菜单Include
Path->右侧Source选项卡->选择Excluded:(None)->Edit按钮->点Excluds
patterns右边的Add->输入**/*.js(这里的**表示一个或多层文件夹路径)->OK->Finish->OK

三.

使用的eclipse版本:eclipse-jee-kepler-SR1-win32

开启了自动编译功能(project --> Build Automatically)

eclipse卡在某个项目的JS校验,如图:

点击停止校验,一直卡在那里,关不掉eclipse,只能杀掉eclipse进程,看情况是这个项目的js验证有问题,于是到项目路径下的.project文件里面,删掉js验证相关的配置代码:

<buildCommand>
    <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
    <arguments>
    </arguments>
</buildCommand>

<nature>org.eclipse.wst.jsdt.core.jsNature</nature>

好了,重启eclipse,不会校验该项目的JS文件了。

如果看到一只在校验JSP,直接点击停掉也是可以的。

时间: 2024-10-14 20:48:09

去掉eclipse的xml和js验证的相关文章

eclipse加速之禁用JS、jsp等文件的语法验证

去除eclipse的JS验证:将windows->preference->Java Script->Validator->Errors/Warnings-> Enable Javascript Sematic validation前面的勾去掉; 选中要修改的项目,Project>Properties 或右键项目 -> properties -> Builders 去掉JavaScript Validator 前面的勾 Right click your pro

eclipse加速之禁用JS、jsp等文件的语法验证,eclipsejs

eclipse加速之禁用JS.jsp等文件的语法验证 去除eclipse的JS验证:将windows->preference->Java Script->Validator->Errors/Warnings-> Enable Javascript Sematic validation前面的勾去掉; 选中要修改的项目,Project>Properties 或右键项目 -> properties -> Builders 去掉JavaScript Validato

eclipse中禁用JS验证

Eclipse中禁用JS验证 很久都未很好的解决eclipse对JS的验证,各种尝试屡试不爽.今找一牛B方法....看图. Right click your project  (右单击工程属性) Select Properties -> JavaScript -> Include(选择JavaScript下的include菜单) Select Source tab (It looks similar to the Java Build Path Source tab)(选择SOURCE标签)

取消eclipse js验证

去掉Eclipse中的Validating 最近我的Eclipse一直经常效验javascript,我疯了校验了一个多小时还是在验.我只能在项目的.project文件中: 去掉.project文件中的以下部分,项目Build终于回复正常了. < nature>org.eclipse.wst.jsdt.core.jsNature</nature> 保存然后重启Eclipse之后就可以了.

Eclipse中jsp、js文件编辑时,卡死现象解决汇总

使用Eclipse编辑jsp.js文件时,经常出现卡死现象,在网上百度了N次,经过N次优化调整后,卡死现象逐步好转,具体那个方法起到作用,不太好讲.将所有用过的方法罗列如下: 1.取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator 2.关闭拼写检查 windows–>perferences–>general–> editors->

Eclipse编辑jsp、js文件时,经常出现卡死现象解决汇总

使用Eclipse编辑jsp.js文件时,经常出现卡死现象,在网上百度了N次,经过N次优化调整后,卡死现象逐步好转,具体那个方法起到作用,不太好讲.将所有用过的方法罗列如下: 1.取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator 2.关闭拼写检查 windows–>perferences–>general–> editors->

Eclipse中jsp、js文件编辑时,卡死现象解决汇总(转)

使用Eclipse编辑jsp.js文件时,经常出现卡死现象,在网上百度了N次,经过N次优化调整后,卡死现象逐步好转,具体那个方法起到作用,不太好讲.将所有用过的方法罗列如下:   1.取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator   2.关闭拼写检查 windows–>perferences–>general–> editors-

常用JS验证函数总结

JS验证Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/** * 2010-7-13 * 贺 臣 * 情 缘 * js各种表单数据验证 */ /**************************************************************************************/ /**************

2015/5/8 eclipse中jsp、js文件编辑时卡死怎么办?

eclipse中jsp.js文件编辑时卡死怎么办? 使用Eclipse编辑jsp.js文件时,经常出现卡死现象,通过以下几个调整来解决: 1.取消验证 Windows->Perferences->Validation,把除了manual 下面的全部点掉,build下只保留 classpath dependency Validator: 2.关闭拼写检查: Windows–>Perferences–>General–> Editors->Text Editors->