0

In Eclipse Ganymede (3.4), you could navigate to:

Window > Preferences > Validation

... and enable/disable various Validators. This feature seems to have disappeared in 3.5. Was this feature moved/renamed/refactored? Where can I find it now? I can't find any documentation pointing me to a new location.

This is what I'm expecting:

Eclipse Validator Preferences

This is what my Preferences window looks like:

alt text

I'm looking to disable several Validators, but the Seam Validator is my highest priority.

Dolph
  • 49,714
  • 13
  • 63
  • 88
  • 1
    It should still be there (http://stackoverflow.com/questions/2616671/how-to-ignore-prevent-javadoc-folder-from-validation-during-eclipse-build/2616694#2616694) for Eclipse with WST (see http://www.eclipse.org/downloads/moreinfo/compare.php) – VonC Sep 20 '10 at 15:35
  • I added an additional screenshot of my own Eclipse (JEE) install. – Dolph Sep 20 '10 at 18:34
  • Did you figure out what happened to your validators? – Ladlestein Oct 06 '10 at 17:50
  • Nope, still no clue. I'm still going out of my way to stop validators I don't need as they try to run. As soon as all my necessary plugins are Helios compatible, I'm hoping that will solve the problem. – Dolph Oct 10 '10 at 20:50

1 Answers1

0

It's here in my Galileo installation (and my Helios installation, too). Class ValidationPreferencePage in plugin org.eclipse.wst.validation.ui.

Ladlestein
  • 6,100
  • 2
  • 37
  • 49