bodewig     2003/10/14 01:29:16

  Modified:    docs/manual develop.html
  Log:
  setXyZ works as good as setXYZ or setXYz or setXyz, PR 23732
  
  Revision  Changes    Path
  1.15      +6 -1      ant/docs/manual/develop.html
  
  Index: develop.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/develop.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- develop.html      8 Oct 2003 13:29:55 -0000       1.14
  +++ develop.html      14 Oct 2003 08:29:15 -0000      1.15
  @@ -18,7 +18,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>
  @@ -51,6 +51,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]

Reply via email to