From 29d35efa24893e9ef9e7bf838b9fb406cd07efdc Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 26 Apr 2018 22:41:58 +0200 Subject: [PATCH] Another clarification --- manual/Tasks/property.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html index f7243ca23..5adef626a 100644 --- a/manual/Tasks/property.html +++ b/manual/Tasks/property.html @@ -134,8 +134,8 @@ to Sun DTD, w class via property names myrt.availableProcessors, myrt.maxMemory, myrt.totalMemory or myrt.freeMemory. Note that if you supply a property name with a final . - it will not be doubled; i.e. runtime=myrt. will still allow access of - properties through myrt.maxMemory.
Note also that the property values are + it will not be doubled; i.e. runtime=myrt. will still allow access of runtime + properties as e.g. myrt.maxMemory.
Note also that the property values are snapshots taken at the point in time when the property has been executed. Since Ant 1.10.4