I am running a deployment that is deploying editions from unix to windows.
I am running into the following errors during the deployment.
LIB: 2007-03-07 12:22:17 ERROR: Ambiguous filenames found in directory ./Cardholder/View/vVisaContent/MerchBonusDetails: 'netflix_ftr.html' and 'netflix_ftr.html'.
LIB: 2007-03-07 12:22:17 ERROR: Ambiguous filenames found in directory ./Cardholder/View/vVisaContent/MerchBonusDetails: 'NetFlix_ftr.html' and 'NetFlix_ftr.html'.
Since Windows can't handle the similar filenames I need to exclude the files from the deployment of the edition so that I can continue.
I've tried this so far with no success.
excludePattern regex=".*Cardholder(^|[\\\/])View(^|[\\\/])vVisaContent(^|[\\\/])MerchBonusDetails(^|[\\\/])Netflix_ftr\.html"
excludePattern regex=".*Cardholder(^|[\\\/])View(^|[\\\/])vVisaContent(^|[\\\/])MerchBonusDetails(^|[\\\/])netflix_ftr\.html"