当前位置: 代码迷 >> Eclipse >> eclipse myeclipse 除去校验
  详细解决方案

eclipse myeclipse 除去校验

热度:103   发布时间:2016-04-23 01:40:31.0
eclipse myeclipse 去掉校验

myeclipse去掉部署时的javaScript校验

打开web项目根目录的".project"文件删除<buildSpec>节点下相应的<buildCommand>即可

如:

<buildCommand>	<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>	<arguments>	</arguments></buildCommand>
?
  相关解决方案