You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by eh...@apache.org on 2002/05/31 01:59:55 UTC

cvs commit: jakarta-ant/docs/manual base_task_classes.html develop.html developlist.html

ehatcher    02/05/30 16:59:55

  Modified:    docs/manual Tag: ANT_15_BRANCH develop.html developlist.html
  Added:       docs/manual Tag: ANT_15_BRANCH base_task_classes.html
  Log:
  Document developing Ant more.
  
  patches supplied by Nick Chalko
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.2  +2 -1      jakarta-ant/docs/manual/develop.html
  
  Index: develop.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/develop.html,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- develop.html	3 May 2002 09:40:28 -0000	1.10.2.1
  +++ develop.html	30 May 2002 23:59:55 -0000	1.10.2.2
  @@ -11,7 +11,8 @@
   <h2><a name="writingowntask">Writing Your Own Task</a></h2>
   <p>It is very easy to write your own task:</p>
   <ol>
  -  <li>Create a Java class that extends <code>org.apache.tools.ant.Task</code>.</li>
  +  <li>Create a Java class that extends <code>org.apache.tools.ant.Task</code>
  +      or <a href="base_task_classes.html">another class</a> that was desgined to be extended.</li>
     <li>For each attribute, write a <i>setter</i> method. The setter method must be a
       <code>public void</code> method that takes a single argument. The
       name of the method must begin with <code>set</code>, followed by the
  
  
  
  1.2.2.2   +1 -0      jakarta-ant/docs/manual/developlist.html
  
  Index: developlist.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/developlist.html,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- developlist.html	23 May 2002 05:05:36 -0000	1.2.2.1
  +++ developlist.html	30 May 2002 23:59:55 -0000	1.2.2.2
  @@ -13,6 +13,7 @@
   <h3>Developing with Ant</h3>
   
   <a href="develop.html#writingowntask">Writing Your Own Task</a><br>
  +<a href="base_task_classes.html">Tasks Designed for Extensiton</a><br>
   <a href="develop.html#buildevents">Build Events</a><br>
   <a href="develop.html#integration">Source-code Integration</a><br>
   <a href="inputhandler.html">InputHandler</a><br>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +87 -0     jakarta-ant/docs/manual/Attic/base_task_classes.html
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>