https://issues.apache.org/bugzilla/show_bug.cgi?id=49911
Summary: dir attribute should not be required for <filelist>
Product: Ant
Version: 1.7.1
Platform: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
I want to be able to specify multiple files across multiple disk volumes.
Currently, there is no way to do that (should of using multiple filelists,
which is inelegant).
Example:
<filelist>
<file name="C:\temp\temp1.dat"/>
<file name="D:\temp\temp1.dat"/>
</filelist>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.