Bug 32194 - Variables expand meta characters (\t, \n, \r)
Summary: Variables expand meta characters (\t, \n, \r)
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2003-02-18 20:23 EST by Cedric Beust CLA
Modified: 2003-02-25 12:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Beust CLA 2003-02-18 20:23:32 EST
Using 20030214.

Escaped characters are now expanded in the variable ${resource_loc} (and
probably others).
 
For example, if the resource is "c:\tools", ${resource_loc} will be
"c:<TAB>ools".  Same for \n, \r, etc...
Comment 1 Joe Szurszewski CLA 2003-02-19 13:07:29 EST
Cannot reproduce on Windows XP. Can you please provide a detailed test case?


We're creating an Ant script that echos the property ${myProp} and then 
launching it with a config whose argument field is set to 
"-DmyProp=${resource_loc}"


When we run this config, we get the output "[echo] 
C:\TargetWorkspaces\eclipse\AntBuild\tot.txt"
Comment 2 Jared Burns CLA 2003-02-25 12:45:23 EST
Unable to reproduce the bug and no feedback from the reporter. Closing.