DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28320>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28320





------- Additional Comments From [EMAIL PROTECTED]  2005-03-17 19:20 -------
(In reply to comment #16)
> Unfortunately we've changed FileUtils to statics by now and the original
> factory approach went away.
> 
> That would leave us with adding hooks to tasks that you then needed to extend 
> and
> override.
> 

The shared static FileUtils is always fetched via the getFileUtils() method on
the FileUtils class. If wanted, this shared instance could be a different one,
per platform. the getFileUtils / FileUtils can be adapted to get the primary
instance via a factory method. (The old newFileUtils() wasn't a configurable
factory either.) Just different FileUtils per Task cannot be made via
getFileUtils(), another for the entire build, depending on OS would be feasible
though.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to