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 2009/05/01 18:44:18 UTC

DO NOT REPLY [Bug 47135] Problem with quotes in environment variable used in path-like structure.

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


J.M. (Martijn) Kruithof <jk...@apache.org> changed:

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




--- Comment #1 from J.M. (Martijn) Kruithof <jk...@apache.org>  2009-05-01 09:44:17 PST ---
Sorry to inform you that the quotes are not required, even if the path contains
spaces.

C:\Users\jkf>set FOO=C:\Program Files\Internet Explorer\hmmapi.dll

C:\Users\jkf>echo %FOO%
C:\Program Files\Internet Explorer\hmmapi.dll

There are situations where " are legal path elements so we cannot just strip
them.

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