https://bz.apache.org/bugzilla/show_bug.cgi?id=70178
Bug ID: 70178
Summary: Allow path.separator in basedirs for multirootfileset
Product: Ant
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Allow simple usage of path-like string in the basedirs without conversion.
Example:
<property environment="env" />
<multirootfileset id="find.path" basedirs="${env.PATH}"
erroronmissingdir="false" includes="find" />
--
You are receiving this mail because:
You are the assignee for the bug.