https://issues.apache.org/bugzilla/show_bug.cgi?id=44780
Summary: <propertyfile> add backslash
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In a <propertyfile> task, I have the following parameter. It is the only
parameter.
The value originally contained a string followed by a property, but I changed
it to a simple string to see if it would make a difference. It did not.
<entry key="helpsetpath" value="file:C:/g/ediwatch/help/iisrc_new/" />
The result in the updated property file is
helpsetpath=file\:C\:/g/ediwatch/help/iisrc_new/
=
The added backslash after "file" causes it not to work.
Thank you.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.