[Bug 62071] Calling FileSet.setFile twice fails with misleading message

2018-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62071

--- Comment #3 from Sterling Greene  ---
Thanks Stefan.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62071] Calling FileSet.setFile twice fails with misleading message

2018-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62071

Stefan Bodewig  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Target Milestone|--- |1.9.10

--- Comment #2 from Stefan Bodewig  ---
fixed in both branches with commit a390fd6 -
https://github.com/apache/ant/commit/a390fd653ca45cb32cee7b25050ae70a4f1b55c9

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62071] Calling FileSet.setFile twice fails with misleading message

2018-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62071

--- Comment #1 from Stefan Bodewig  ---
I don't think the initial intention has ever been to prohibit calling setFile
twice, after all you can still call setDir twice. After some pondering I've
decided it would be easier to fix the error message. If you call setFile twice
with two different arguments the surely something must be wrong.

Currently running tests, will be fixed in 1.9.10 and 1.10.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.