You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nick Chalko <ni...@chalko.com> on 2002/05/30 22:23:36 UTC

[PATCH] manual for ant classes built for extension.

Modification to the Developing with Ant section of the Manual.  
Describes classes designed for extension. 

Re: [PATCH] manual for ant classes built for extension.

Posted by Nick Chalko <ni...@chalko.com>.
Here it is,  strange that it was html,  I did it as a txt attachement.  

Erik Hatcher wrote:

>Your HTML file got stripped.  Could you e-mail that to me privately and I
>will commit it?
>
>Thanks,
>    Erik
>
>
>----- Original Message -----
>From: "Nick Chalko" <ni...@chalko.com>
>To: "Ant Developers List" <an...@jakarta.apache.org>
>Sent: Thursday, May 30, 2002 4:23 PM
>Subject: [PATCH] manual for ant classes built for extension.
>
>
>  
>
>>Modification to the Developing with Ant section of the Manual.
>>Describes classes designed for extension.
>>
>>    
>>
>
>
>----------------------------------------------------------------------------
>----
>
>
>  
>
>>? docs/manual/base_task_classes.html
>>Index: docs/manual/develop.html
>>===================================================================
>>RCS file: /home/cvspublic/jakarta-ant/docs/manual/develop.html,v
>>retrieving revision 1.10
>>diff -u -r1.10 develop.html
>>--- docs/manual/develop.html 27 Mar 2002 17:50:28 -0000 1.10
>>+++ docs/manual/develop.html 30 May 2002 19:08:00 -0000
>>@@ -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
>>Index: docs/manual/developlist.html
>>===================================================================
>>RCS file: /home/cvspublic/jakarta-ant/docs/manual/developlist.html,v
>>retrieving revision 1.2
>>diff -u -r1.2 developlist.html
>>--- docs/manual/developlist.html 22 Apr 2002 13:22:56 -0000 1.2
>>+++ docs/manual/developlist.html 30 May 2002 19:07:59 -0000
>>@@ -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>
>>
>>
>>    
>>
>
>
>----------------------------------------------------------------------------
>----
>
>
>  
>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>  
>


Re: [PATCH] manual for ant classes built for extension.

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
Your HTML file got stripped.  Could you e-mail that to me privately and I
will commit it?

Thanks,
    Erik


----- Original Message -----
From: "Nick Chalko" <ni...@chalko.com>
To: "Ant Developers List" <an...@jakarta.apache.org>
Sent: Thursday, May 30, 2002 4:23 PM
Subject: [PATCH] manual for ant classes built for extension.


> Modification to the Developing with Ant section of the Manual.
> Describes classes designed for extension.
>


----------------------------------------------------------------------------
----


> ? docs/manual/base_task_classes.html
> Index: docs/manual/develop.html
> ===================================================================
> RCS file: /home/cvspublic/jakarta-ant/docs/manual/develop.html,v
> retrieving revision 1.10
> diff -u -r1.10 develop.html
> --- docs/manual/develop.html 27 Mar 2002 17:50:28 -0000 1.10
> +++ docs/manual/develop.html 30 May 2002 19:08:00 -0000
> @@ -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
> Index: docs/manual/developlist.html
> ===================================================================
> RCS file: /home/cvspublic/jakarta-ant/docs/manual/developlist.html,v
> retrieving revision 1.2
> diff -u -r1.2 developlist.html
> --- docs/manual/developlist.html 22 Apr 2002 13:22:56 -0000 1.2
> +++ docs/manual/developlist.html 30 May 2002 19:07:59 -0000
> @@ -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>
>
>


----------------------------------------------------------------------------
----


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


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