You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2002/05/26 09:06:32 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks taskdef.html typedef.html

costin      02/05/26 00:06:32

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH taskdef.html
                        typedef.html
  Log:
  Added the documentation on the extra attribute.
  
  I'm not very good at docs - if you think an example or more info
  is needed let me know.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.2   +7 -0      jakarta-ant/docs/manual/CoreTasks/taskdef.html
  
  Index: taskdef.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/taskdef.html,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- taskdef.html	3 May 2002 09:40:29 -0000	1.6.2.1
  +++ taskdef.html	26 May 2002 07:06:32 -0000	1.6.2.2
  @@ -59,6 +59,13 @@
       <code>resource</code>.</td>
       <td align="center" valign="top">No</td>
     </tr>
  +  <tr>
  +    <td valign="top">loaderRef</td> <td valign="top">the name of the loader that is
  +    used to load the class, constructed from the specified classpath. Use this to
  +    allow multiple tasks/types to be loaded with the same loader, so they can call
  +    each other. ( introduced in ant1.5 )</td>
  +    <td align="center" valign="top">No</td>
  +  </tr>
   </table>
   <h3>Parameters specified as nested elements</h3>
   <h4>classpath</h4>
  
  
  
  1.5.2.1   +7 -0      jakarta-ant/docs/manual/CoreTasks/typedef.html
  
  Index: typedef.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/typedef.html,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- typedef.html	3 Feb 2002 22:00:42 -0000	1.5
  +++ typedef.html	26 May 2002 07:06:32 -0000	1.5.2.1
  @@ -62,6 +62,13 @@
         use when looking up <code>classname</code>.</td> <td
       align="center" valign="top">No</td>
     </tr>
  +  <tr>
  +    <td valign="top">loaderRef</td> <td valign="top">the name of the loader that is
  +    used to load the class, constructed from the specified classpath. Use this to
  +    allow multiple tasks/types to be loaded with the same loader, so they can call
  +    each other. ( introduced in ant1.5 )</td>
  +    <td align="center" valign="top">No</td>
  +  </tr>
   </table>
   <h3>Parameters specified as nested elements</h3>
   <h4>classpath</h4>
  
  
  

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