[GRADLE-3511] Filenames are not masked when a FileCollection is added to an Ant task Created: 26/Jul/16 Updated: 27/Jul/16 Resolved: 27/Jul/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.10 |
Fix Version/s: | 3.0-rc-1 |
Type: | Bug | ||
Reporter: | Stefan Wolf | Assignee: | Stefan Wolf |
Resolution: | Fixed | Votes: | 0 |
Description |
It looks like we do not escape $ in filenames from a FileCollection when adding them as a to an Ant builder. As a consequence Ant replaces $$ with $ and references to the wrong file. |