Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Validation - how to exclude certain files?(Validation exclusion filters obviously not working)
Validation - how to exclude certain files? [message #1822249] Mon, 02 March 2020 14:34 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 64
Registered: October 2012
Location: Zürich, Switzerland
Member
Not sure whether this is the right forum re. XML validation. If there is a better one: please advise!

In our test folders we have a couple of (purposely) faulty XML files.
EACH and EVERY time I do a full rebuild these are flagged as validation errors!

No matter what I specify in Preferences -> Validation -> XML Validation -> Settings under "Exclude Group: these files keep getting validated and hence flagged as build errors and this is mighty annoying!

What syntax is expected for a "Folder or Filename" rule?

Our faulty testfiles are named like "Filename-01.xml" to "Filename-30.xml" but strings like "Filename*.xml" or even "Filename*" (with or without the case sensitive flag checked) obviously don't match. Also, specifying the full pathname or just the directory-local name or even trying with RegEx syntax (i.e. "Filename.*") didn't make any difference.

Is this matcher simply buggy? Or is there some secret sauce to get this "Exclude Group" working?

And if it's buggy, where do I report this?
Re: Validation - how to exclude certain files? [message #1822258 is a reply to message #1822249] Mon, 02 March 2020 16:10 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Better to ask on the Web Tools forum: https://www.eclipse.org/forums/index.php/f/251/

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Wrong JUnit test times
Next Topic:Executing TesTNG issues. Need help
Goto Forum:
  


Current Time: Thu Apr 25 17:12:06 GMT 2024

Powered by FUDForum. Page generated in 0.02976 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top