3

I am really really sick of the JavaScript validation from eclipse and it's so hard to get rid of.

I knew there are many people had been seeking a solution to totally disable the JavaScript validation, like this one. But the solution I saw didn't work.

Currently I have cancelled JavaScript builder in project->properties->Builders.

I have suspend all validators in project->properties->Validation.

I have removed all the folders in project->properties->JavaScript->source

and yes, I have cleaned the project and have it rebuilt.

All the methods above just did not work! well, I know it's really really simple and convenient to exclude folder and files from validation in MyEclipse, yet I am using eclipse. Could anyone help?

===============================UPDATE=============================

From this highly-upvoted question ,I add back the folder common/js and edit the exclude rule to be *.js, yet nothing happened.

The validation error I saw is on javascript files directly inside common/js folder. javascript validation error files

4
  • That is everything, quite literally. What validation are you still seeing? Commented Mar 14, 2014 at 4:53
  • @nitind I had added a snapshot. These files is not written by me. Commented Mar 14, 2014 at 6:22
  • By removing the builder and disabling the validator, you've actually gotten into a state where neither can remove the markers any more because they're not running at all. Delete the Markers yourself using the Markers view. If they come back, then there's a problem to dig into further. Commented Mar 14, 2014 at 12:07
  • @nitind that's a good point.I will try it.. Commented Mar 14, 2014 at 19:15

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.