Re: FileUtils.normalize

2005-02-19 Thread Martijn Kruithof
Matt Benson wrote: FileUtils.resolveFile claims to return absolute files; however calling FileUtils.resolveFile(null, "\\") on DOS returns the non-absolute File "\\". So we lie. :) -Matt No file on windows is allowed to have \ in the name, so \\ would not be a valid file on dos at all (so not

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java

2005-02-19 Thread Stefan Bodewig
On 18 Feb 2005, <[EMAIL PROTECTED]> wrote: > I'm tempted to retrofit Task.bindToOwner back to the 1.6.x > codebase, for the benefit of third party tasks; same for the extra > constructors for exec and java. Thoughts? If you only port bindToOwner and the new constructors, but not all the poi