Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Control Eclipse Validation

The validation of my JSF .xhtml files in Eclipse lasts several minutes!

I don't know what the problem is.. It's always the same .xhtml file that requires so much time..

I know that I can disable all the Validators in Eclipse, but that's not what I want!

Does anybody has some tipps, which Validators to enable in Preferences > Validation and which ones to disable?

And can I somehow find out which validator is currently running? So that I can disable the one that lasts so long...

Thanks for your answers!

like image 277
Sebi Avatar asked Jun 22 '11 12:06

Sebi


People also ask

How do I validate in eclipse?

Select "Properties" -> Validation and make sure the validation properties page has following defaults selected. - Select the Override validation preferences check box to enable the preferences in this page. - Make sure "Select All" and "Deselect All" buttons check and uncheck all the validators.

How do I turn off auto validation in eclipse?

Click Window > Preferences and select Validation in the left pane. The Validation page of the Preferences window lists the validators available in your project and their settings. To disable individual validators, clear the check boxes next to each validator that you want to disable.

What is a validator tool?

What is the Validation Tool? The TSDS Validation Tool is a an application that users download to their local systems (#1 in the diagram below). The tool allows user to convert data from spreadsheet format to XML (for limited data sets). It also allows users to validate their XML files before loading to TSDS.


1 Answers

Here is a screenshot

There are three Preferences in Eclipse Juno that you would need to uncheck/disable:

  1. Facelet HTML Validator
  2. JSF View Application Configuration Validator
  3. JSF View Validator
like image 52
Neil Griffin Avatar answered Nov 10 '22 02:11

Neil Griffin