Excluding/Disabling Validation in Eclipse

后端 未结 11 1494
别跟我提以往
别跟我提以往 2020-12-08 06:34

I have the (mis)fortune of having a large project source-base in which I am working primarily on PHP and JavaScript. I have to have the full project area as the project root

11条回答
  •  再見小時候
    2020-12-08 07:27

    I used to exclude resources from validation via project specific Exclude Group (as the most answer here suggests). But in case anyone is still having problems with disabling validation for a specified folder in 2014 - just mark the folder resource as Derived:

    Resource Properties dialog

    This should disable validation for that folder.

    If you are using EGIT you might also want to disable automatic inclusion of derived resources in .gitignore:

    Git Projects Preferences dialog

提交回复
热议问题