diff --git a/docs/index.html b/docs/index.html index 246999674..0c532ddd4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -375,6 +375,19 @@ task attributes. This is done by placing the property name between

If there is a property called "builddir" with the value "build", then this could be used in an attribute like this: "${builddir}/classes". This is resolved as "build/classes".

+

Built in Properties

+

Ant provides access to all system properties as if they had been +defined using a property task, for example ${os.name} expands to the +name of the operating system.

+

In addition Ant knows some built in properties:

+

Example