How fix building workspace error in Zend Studio?

风格不统一 提交于 2019-12-08 02:38:13

问题


How to fix building workspace problem in Zend Studio?

I'm trying to rename project and rename folder of project, however nothing:

Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'PROJECT'. java.lang.NullPointerException


回答1:


The bug has been fixed, you can either wait for the new release or apply the patch :

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318004




回答2:


you must go to Project->Properties->Builders then disable ‘Javascript Validator’.




回答3:


I had similar problem and mine is that the saving workspace process try to write in one of the file and it can't even it is available under .metadata directory.

This is how I did:

Open the .metadata directory and look for that particular file, yours can be different, so change it to read and write for this file then restart eclipse.

It fixed the problem!.

My OS: Ubuntu 10.04 , Eclipse SDK 3.5.2

Hope this help...



来源:https://stackoverflow.com/questions/3582304/how-fix-building-workspace-error-in-zend-studio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!