From 92fae5e426b21d72b6b3399d027a4d9c5fe909d7 Mon Sep 17 00:00:00 2001
From: Conor MacNeill
<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"/>