CNX0521E Using an asterisk (*) wildcard with a partial folder name is not supported for the exclusion exclusion in the export.properties file.
Explanation
An exclusion can contain a folder name or the root folder of the project. However a partial folder name that uses an asterisk (*) as a wildcard is not supported. You must use ./ for the root folder.The following examples are valid exclusions:
Exclusion | Meaning |
---|---|
filename.extension | No folder name |
myfolder/file.ext | Folder name |
./*.cbl | Files in the project root folder |