Orangevolt ANT Tasks » Tasks » os.properties
os.propertiesExample

2.9.1.  List of created properties

os.properties creates a fixed amount of properties plus an additional property depending of the operating system type.

Fixed Properties

Additionally an ant property named os.family.[family] will be created (where [family] is replaced by windows, os/2, netware, dos, mac, unix, win9x or macosx). Sometimes more than one family matches the operating system. In this case multiple properties starting with os.family. will be created.
For example on a Mac OS X the properties os.family.unix, os.family.mac and os.family.macosx are created.

The value of the os.family.[family] property is always set to "true".