Reputation: 3721
How do I exclude a folder AND its sub-directories from validation in eclipse? I know that you can right click on a folder in Package Explorer and select Exclude Validation, but if you have sub-directories under it, you'd have to this for each and it isn't ideal for generated directories or ones with many sub-folders.
Any plug-ins that might be able to do this?
Upvotes: 40
Views: 26086
Reputation: 69
For those PHP developers who coding in Eclipse Mars.
For example in laravel framwork, you can exclude /vendor, /storage and /node_modules folders from eclipse validation.
Upvotes: 3
Reputation: 4687
I'm running Helios SR 1 right now so hopefully this works...
Hope that helps, it is by tool.
Upvotes: -1
Reputation: 620
I think the best way is:
The filter can be a single file or multiple files.
Upvotes: -2
Reputation: 1385
I usually exclude validation in this way, I believe it will be recursive.
Upvotes: 63