利用Myeclipse的时候,生存文件的时候,可能是从SVN导入项目标时候,Myeclipse举办Build的时候,会验证java、jsp、js等文件,验证js会占用大量时间,在MyEclipse – Validation – JavaScript Validator 中打消掉 Manual和Build都依然无法阻止其验证js。
本来,在项目路径下面的.project文件中Myeclipse设置了一些验证信息.
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
< /buildCommand>
—————————————————————————
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
将这些代码注释掉就可以了。