peterreilly    2003/10/14 02:50:30

  Modified:    docs/manual/CoreTypes custom-programming.html
  Log:
  add note that only all lowercase typedefed classes work
  for custom components with add(type).
  
  Revision  Changes    Path
  1.5       +2 -0      ant/docs/manual/CoreTypes/custom-programming.html
  
  Index: custom-programming.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/custom-programming.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- custom-programming.html   23 Sep 2003 22:12:36 -0000      1.4
  +++ custom-programming.html   14 Oct 2003 09:50:30 -0000      1.5
  @@ -39,6 +39,8 @@
       <p>
         After the class has been written, it is added to the ant system
         by using <code>&lt;typedef&gt;</code>.
  +      One thing to be aware of is that currently this will only work
  +      if the definition name is all lower case.
       </p>
       <h3><a name="customconditions">Custom Conditions</a></h3>
       <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to