bodewig 2003/10/14 01:29:39
Modified: docs/manual Tag: ANT_16_BRANCH develop.html
Log:
Merge from HEAD
Revision Changes Path
No revision
No revision
1.13.2.3 +6 -1 ant/docs/manual/develop.html
Index: develop.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/develop.html,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -r1.13.2.2 -r1.13.2.3
--- develop.html 9 Oct 2003 21:01:14 -0000 1.13.2.2
+++ develop.html 14 Oct 2003 08:29:39 -0000 1.13.2.3
@@ -19,7 +19,7 @@
name of the method must begin with <code>set</code>, followed by the
attribute name, with the first character of the name in uppercase, and
the rest in
- lowercase. That is, to support an attribute named
+ lowercase<a href="#footnote-1"><sup>*</sup></a>. That is, to support an
attribute named
<code>file</code> you create a method <code>setFile</code>.
Depending on the type of the argument, Ant will perform some
conversions for you, see <a href="#set-magic">below</a>.</li>
@@ -52,6 +52,11 @@
throws a <code>BuildException</code>. This method implements the task
itself.</li>
</ol>
+
+<hr>
+<p><a name="footnote-1">*</a> Actually the case of the letters after
+the first one doesn't really matter to Ant, using all lower case is a
+good convention, though.</p>
<h3>The Life-cycle of a Task</h3>
<ol>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]