I am using eclipse on my project and while messing around with my eclipse settings, I turned on Javascript support. Now eclipse complains that JQuery library has errors in it and is not letting me compile the project. Does anyone know how to turn javascript validation off?
|
I actually like MY JavaScript files to be validated, but I definitely don't want to validate and deal with trivial warnings with third party libraries. That's why I think that turning off validation all together is too drastic. Fortunately with Eclipse Indigo ( 3.7 ) you can selectively remove some JavaScript sources from validation.
The information about JavaScript source inclusion/exclusion is saved into Here is how configuration looks with jquery files removed from validation |
|||||||||||||||
|
|
Turn off the JavaScript Validator in the "Builders" config for your project:
Then either restart your Eclipse or/and rename the .js to something like .js_ then back again. |
||||
|
|
|
Window -> Preferences -> JavaScript -> Validator (also per project settings possible) or Window -> Preferences -> Validation (disable validations and configure their settings) |
|||
|
|
|
I was able to exclude the jquery.mobile 1.1.1 in Juno by selecting Add Multiple next to the Exlusion Patterns, which brings up the tree, then drilling down to the jquery-mobile folder and selecting that. This corrected all the warnings for the library! |
||||
|
|
|
Go to Windows->Preferences->Validation. There would be a list of validators with checkbox options for Manual & Build, go and individually disable the javascript validator there. If you select the Suspend All Validators checkbox on the top it doesn't necessarily take affect. |
||||
|
|
protected by Alexander Pogrebnyak Jan 27 at 1:51
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
