Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turning off Eclipse Validation

I want to completely switch off Eclipse validation for all languages.

This is not the same as disabling validation of various patterns, I don't want Eclipse to even try to validate.

Version is Juno.

like image 836
Flosculus Avatar asked Apr 09 '13 10:04

Flosculus


People also ask

What is validate option in eclipse?

The Validation Component in the wst sub project provides an extendable framework that is used to develop new custom validators to validate resources in the workbench. The resources can be an eclipse Resource (IResource) or an EMF Resource (EObject).

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

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. Each validator has a check box to specify whether it is enabled for manual validation or on a build.

see here

like image 162
PSR Avatar answered Oct 21 '22 04:10

PSR