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=35548>. 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=35548 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Additional Comments From [EMAIL PROTECTED] 2005-06-29 20:55 ------- Hmmm, will think of it - in the meantime you could create the FileSystemManager "by hand" Derive your own FileSystemManager from StandardFileSystemManagerand and overload the method protected DefaultFileReplicator createDefaultFileReplicator() { return new DefaultFileReplicator(new File("/home/im/tmp")); } Then, instead of using VFS.getManager() create your own manager (dont forget to init it by calling mgr.init()). As VFS.getManager() you can attach this instance to a "final static" and so you have to do it only once. -- 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]
