History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2645
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Robin Shen
Reporter: J. Mash
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Ant Path Patterns - Case Sensitivity Option

Created: 25/Feb/16 07:02 PM   Updated: 13/Jan/17 02:02 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 7.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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

 All   Comments   Work Log   Change History      Sort Order:
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