eclipse myeclipse 去掉校验
myeclipse去掉部署时的javaScript校验
打开web项目根目录的".project"文件删除<buildSpec>节点下相应的<buildCommand>即可
如:
<buildCommand><name>org.eclipse.wst.jsdt.core.javascriptValidator</name><arguments></arguments></buildCommand>