https://issues.apache.org/bugzilla/show_bug.cgi?id=45142
Summary: Delete Action does not delete unix path with "\" in it
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build Process
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Hi.
My build.xml got something like this:
<delete dir="${java.io.tmpdir}/${user.name}/antmod/${notastupidwindowspath}"/>
That path looks like this after variable replacement:
[1] /tmp/FRIENDS/krah/antmod/home/krah/Development/src/testproject/util
But my username is "FRIENDS\krah" so it must look like this:
[2] /tmp/FRIENDS\krah/antmod/home/krah/Development/src/testproject/util
[2] is a valid unix path and if it could be created it should be possible to
remove it.
The "\" must not be replaced to / on Unix, as its a valid char.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.