/[Apache-SVN]
ViewVC logotype

Revision 277759


Jump to revision: Previous Next
Author: mbenson
Date: Tue Mar 1 22:59:44 2005 UTC (19 years, 2 months ago)
Changed paths: 6
Log Message:
On DOS and Netware, filenames beginning with a drive letter
and followed by a colon but with no directory separator following
the colon are no longer (incorrectly) accepted as absolute pathnames
by FileUtils.normalize() and FileUtils.isAbsolutePath().  Netware
volumes can still be specified without an intervening separator.
UNC pathnames on Windows must include a server and share name, i.e.
"\\a\b" to be considered valid absolute paths.
FileUtils.resolveFile() promised to return absolute files but
did not always do so.


Changed paths

Path Details
Directoryant/core/trunk/WHATSNEW modified , text changed
Directoryant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java modified , text changed
Directoryant/core/trunk/src/testcases/org/apache/tools/ant/ProjectTest.java modified , text changed
Directoryant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/DirnameTest.java modified , text changed
Directoryant/core/trunk/src/testcases/org/apache/tools/ant/types/PathTest.java modified , text changed
Directoryant/core/trunk/src/testcases/org/apache/tools/ant/util/FileUtilsTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26