https://issues.apache.org/bugzilla/show_bug.cgi?id=46633


Stefan Bodewig <bode...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Stefan Bodewig <bode...@apache.org>  2009-01-30 04:12:27 
PST ---
FileSet's has two setDir method accepts a File argument, not a String.

setters using String arguments are always of lower precedence than more
advanced ones for Ant - see the paragraph below the bullted list in
http://ant.apache.org/manual/develop.html#set-magic

You want to override the File-arg version instead of adding your own setter and
it will work.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to