Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] List of all files and folders excluded from built

I also worked before with ICSourceEntry, but tried this:
        IPath path = res.getFullPath();

I am following the same approach but use

  CDataUtil.isExcluded(resource.getProjectRelativePath(), entries)

With these relative paths it works fine here.


Helmut


Back to the top