2

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

alt text

Community
  • 1
  • 1
Vitaly Batonov
  • 1,112
  • 3
  • 12
  • 21
  • You will have much better chances getting a solution to this issue at the [official Zend Forums](http://forums.zend.com/viewforum.php?f=48) – Gordon Aug 27 '10 at 08:01

3 Answers3

5

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

xantcher
  • 51
  • 1
  • 2
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

Wookai
  • 20,883
  • 16
  • 73
  • 86
  • Thanks. I look forward to the new version – Vitaly Batonov Oct 26 '10 at 07:19
  • How do I apply a patch? I asked the same question over at Zend forums but never got an answer. Just asked the same Q on Stackoverflow so as not to sidetrack this thread (http://stackoverflow.com/questions/8000398/how-do-i-add-a-patch-to-an-eclipse-ide) – doub1ejack Nov 03 '11 at 18:58
  • 2
    Here we are December, 2011. This bug wasn't fixed. – Keyne Viana Dec 14 '11 at 00:21
1

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...

dbwebtek
  • 245
  • 3
  • 5
  • 1
    I have the latest version of Zend Studio 8.01 and I am still getting this, apparently fixed, bug. After reading your solution I did not fully understand what you meant, but I did go and make sure that the files in the .metadata directory were writable and it has fixed my problem. +1 for the help. Cheers. – chrismacp Jul 04 '11 at 14:01