You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/16 19:39:35 UTC

DO NOT REPLY [Bug 14617] New: - Windows environment information incorrect, or task is broken.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14617>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14617

Windows environment information incorrect, or task is broken.

           Summary: Windows environment information incorrect, or task is
                    broken.
           Product: Ant
           Version: 1.5.1
          Platform: PC
               URL: http://jakarta.apache.org/ant/manual/CoreTasks/property.
                    html
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: malachi@eoti.org


The section regarding "user.home" says:


since the "user.home" property is defined by the Java virtual machine to be your 
home directory. This technique is more appropriate for Unix than Windows since 
the notion of a home directory doesn't exist on Windows. On the JVM that I 
tested, the home directory on Windows is "C:\". Different JVM implementations 
may use other values for the home directory on Windows.




Although I do not know which JVM they were using, Sun's implementation always 
sets the user.home to {WINDOWS}\Documents and Settings\{username}.  Could have 
been a problem with their environment, rather than the JDK.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>