bodewig 2004/04/23 07:27:00 Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH scriptdef.html Log: merge Revision Changes Path No revision No revision 1.1.2.4 +5 -0 ant/docs/manual/OptionalTasks/scriptdef.html Index: scriptdef.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scriptdef.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- scriptdef.html 9 Feb 2004 22:12:12 -0000 1.1.2.3 +++ scriptdef.html 23 Apr 2004 14:27:00 -0000 1.1.2.4 @@ -37,6 +37,11 @@ The instances in this list may be accessed by an integer index. </p> +<p><b>Note:</b> 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 +<code>attributes</code> collection.</p> + <p>The name "project" is a pre-defined reference to the Ant Project. For more information on writing scripts, please refer to the <a href="script.html"><script></a> task
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]