diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html index 4d5c0c05a..c3da0731c 100644 --- a/docs/manual/CoreTasks/property.html +++ b/docs/manual/CoreTasks/property.html @@ -128,10 +128,12 @@ href="../using.html#path">PATH like structure and can also be set via a nest builds using the following:
<property file="${user.home}/.ant-global.properties"/>
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.
+to be your home directory. Where the "user.home" property resolves to in +the file system depends on the operating system version and the JVM implementation. +On Unix based systems, this will map to the user's home directory. On modern Windows +variants, this will most likely resolve to the user's directory in the "Documents +and Settings" folder. Older windows variants such as Windows 98/ME are less +predictable, as are other operating system/JVM combinations.<property environment="env"/>