How to exclude specific folders or files from validation in Eclipse?

Posted by Serhii on Stack Overflow See other posts from Stack Overflow or by Serhii
Published on 2010-02-16T10:47:16Z Indexed on 2010/05/15 11:44 UTC
Read the original article Hit count: 212

Filed under:

We have a bunch of malformed XML files used in unit tests to check if our application can handle them.

Eclipse marks this XML files with errors, polluting the "problem view".

Is there a way to exclude a specific folder from Eclipse validators?

© Stack Overflow or respective owner

Related posts about eclipse