You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/04/08 19:42:25 UTC

DO NOT REPLY [Bug 44780] New: add backslash

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: notifications@ant.apache.org
        ReportedBy: patricia_shan8@hotmail.com


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.

DO NOT REPLY [Bug 44780] add backslash

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44780


Peter Reilly <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Peter Reilly <pe...@apache.org>  2008-04-08 13:36:29 PST ---
See:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html
in particular the store method.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.