Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem building workspace(Problem Building Workspace)
Problem building workspace [message #664791] Tue, 12 April 2011 03:26 Go to next message
Michael Mitchell is currently offline Michael MitchellFriend
Messages: 1
Registered: April 2011
Junior Member
I'm coding some PHP files on Eclipse IDE, and I keep getting an error that says "Building Workspace has encountered a problem" -- Workspace is the name of my project area.

When I click on the "details" link I get this

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

As mentioned, I'm working in PHP so I don't know why it's trying to set up JavaScript Validator. I can't figure out how to stop it from doing these things. Anyone know?

Thanks if you can help. I'm a newbie so please provide a detailed answer if you can Smile))))
Re: Problem building workspace [message #664980 is a reply to message #664791] Tue, 12 April 2011 16:27 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 4/11/11 11:26 PM, Michael Mitchell wrote:
> I'm coding some PHP files on Eclipse IDE, and I keep getting an error
> that says "Building Workspace has encountered a problem" -- Workspace is
> the name of my project area.
>
> When I click on the "details" link I get this
>
> Errors occurred during the build.
> Errors running builder 'JavaScript Validator' on project 'Ullman'.
> java.lang.NullPointerException
> As mentioned, I'm working in PHP so I don't know why it's trying to set
> up JavaScript Validator. I can't figure out how to stop it from doing
> these things. Anyone know?
>
> Thanks if you can help. I'm a newbie so please provide a detailed answer
> if you can :)))))

When you created your PHP project, there was an option to enable
JavaScript support; you most likely left that enabled, which is why it's
trying to run JS validation.
The good news is that it's easy to turn off. Open the project's
Properties and select the Builders section. There you can disable the
JavaScript Validation builder to stop it from running.
Having said that, I'm sure the developers would like to know what is
causing a NPE in the JavaScript Validator, so if you can submit a bug
report with the details from Error Log, that would be helpful.

Eric
Previous Topic:WHY is Eclipse greying-out my projects???
Next Topic:Eclipse 3.X IDE customization with CSS
Goto Forum:
  


Current Time: Fri Mar 29 05:13:40 GMT 2024

Powered by FUDForum. Page generated in 0.03840 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top