[EMAIL PROTECTED] wrote:
> 
> costin      00/01/26 20:43:52
> 
>   Modified:    .        bootstrap.sh
>                src/main/org/apache/tools/ant Project.java
>                         ProjectHelper.java
>   Added:       src/main/org/apache/tools/ant TaskAdapter.java
>   Log:
>   Added TaskAdapter - allows use of external Beans, without requiring them to
>   extend Task or have any ideea that Ant will use them.
> 
>   The only requirement is to have a
>      void execute() throws Exception
> 
>   That allows Tomcat ( and other projects) to define normal Beans and still
>   be able to script them.
> 
>   The usage is identical with normal Task-extending Beans.

Could you please elaborate more on this?

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<[EMAIL PROTECTED]>                             Friedrich Nietzsche
--------------------------------------------------------------------
 Come to the first official Apache Software Foundation Conference!  
------------------------- http://ApacheCon.Com ---------------------


Reply via email to