From 786f238656a7d7ed33844f5b01e51a0f10a8fd3f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 18 Oct 2000 09:49:27 +0000 Subject: [PATCH] Documented Ant's built in properties. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268104 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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