diff --git a/docs/manual/OptionalTasks/scriptdef.html b/docs/manual/OptionalTasks/scriptdef.html index 6e42295ac..47de9b5c2 100755 --- a/docs/manual/OptionalTasks/scriptdef.html +++ b/docs/manual/OptionalTasks/scriptdef.html @@ -36,6 +36,11 @@ element name. This will return a list of all instances of the nested element. The instances in this list may be accessed by an integer index.
+Note: Ant will turn all attribute and element names into all
+lowercase names, so even if you use name="SomeAttribute", you'll have
+to use "someattribute" to retrieve the attribute's value from the
+attributes
collection.
The name "project" is a pre-defined reference to the Ant Project. For more information on writing scripts, please refer to the <script> task