<< Back to previous view

[QB-2645] Ant Path Patterns - Case Sensitivity Option
Created: 25/Feb/16  Updated: 13/Jan/17

Status: Resolved
Project: QuickBuild
Component/s: None
Affects Version/s: None
Fix Version/s: 7.0.0

Type: Improvement Priority: Minor
Reporter: J. Mash Assigned To: Robin Shen
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown


 Description   
Greetings,

In ANT, when using FileSets and Selectors, an option is available to specify whether or not the pattern should be treated in a case-sensitive way -- This is an improvement request to expose that option in places where ANT Path Patterns are accepted as input (the default value for this should be such that the current functionality is preserved).

In particular, I'm looking at the 'Repeat Parameters' feature and have a few cases where it would simplify my path patterns greatly if I didn't have to handle all permutations of casing.

Thanks,
-J

 Comments   
Comment by Robin Shen [ 20/Dec/16 12:47 PM ]
In QB 7.0, one can append ",casesensitive=yes/no" to an existing pattern to control case sensitivity of path matching. For instance, an existing pattern "**/myfile" can be written as "**/myfile, casesensitive=no" to request a case insensitive match
Generated at Wed May 29 11:00:59 UTC 2024 using JIRA 189.