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

--- Comment #8 from Jesse Glick <jgl...@netbeans.org> 2012-01-23 16:03:50 UTC 
---
(In reply to comment #7)
> Perhaps ANT can special case path components that start with "\\" and only 
> have
> one token?

Not sure if that is possible. FileList itself cannot special-case this because
its 'dir' attribute is of type java.io.File. If new File(new
File("\\\\server"), "path")) works correctly, then file normalization code
somewhere in Ant core could specifically exempt paths matching
"\\\\\\\\[^\\\\]+" or something.

-- 
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