2009.08.8 2:15 bruce:
觉得很离谱
没事就去删那2个文件,搞得svn目录混乱。问了不少人,也搜了很久,都没碰到。
在官方论坛找到了同命相连的人。
这是bug
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-23494-postdays-0-postorder-asc-start-0.html
7.1以后就开始有了,官方说7.5修复了。
结果没有,按客服的方法:问题出在org.eclipse.wst.jsdt.core.javascriptValidator 或者org.eclipse.wst.jsdt.core.jsNature nature 上
删除.project中这2项的配置,问题解决了
pickaxe,
Can you please check if you are able to do the following steps:-
1. Create the project (it will erase all the svn elements)
2. Close the project in MyEclipse
3. Replace the SVN elements on-disk — eg. re-checkout the projects from the repository using some external SVN client.
4. Navigate directly into the project directory and edit the .project file using a text editor and remove the org.eclipse.wst.jsdt.core.javascriptValidator builder, and the org.eclipse.wst.jsdt.core.jsNature nature — then save and close the .project file.
5. Now re-open the project in MyEclipse and refresh it — are the SVN elements left in-tact?
翻译下
1.重新下载好的工程。或者按他说的先建个空项目,再checkout你的项目下来覆盖
2. 用编辑器修改.project文件
删除org.eclipse.wst.jsdt.core.javascriptValidator 和 org.eclipse.wst.jsdt.core.jsNature nature 相关的2项
再开myeclipse,应该解决了。
我先自己试试……………………
