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:
Table 1. . Examples of valid exclusions.Exclusion |
Meaning |
filename.extension |
No folder name |
myfolder/file.ext |
Folder name |
./*.cbl |
Files in the project root folder |
System action
Bundle export processing ends.
User response
Review the exclusion entry in the export.properties
file of the bundle project, correct the error, and try the operation
again.