You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nico Seessle <Ni...@epost.de> on 2000/11/01 09:56:25 UTC

Re: Some Thoughts on Ant 1.3 and 2.0

----- Original Message -----
From: "James Duncan Davidson" <du...@x180.com>
To: <an...@jakarta.apache.org>
Sent: Tuesday, October 31, 2000 6:49 AM
Subject: Re: Some Thoughts on Ant 1.3 and 2.0


> Order: 1) specified pick up location in the build file
>        2) ~/.ant/ext
>        3) ANT_HOME/ext
>

Currently I'm using this order:

     * Load task definitions:
     *
     * 1. From ${ant.home}/lib/ant.jar:/META-INF/tasklib.xml
     * 2. From ${ant.home}/ext/*.jar:/META-INF/tasklib.xml
     * 3. From ${user.home}/.ant/ext/*.jar:/META-INF/tasklib.xml
     * 4. From a file specified thru <taskdef lib="...

allowing the user to override a task using the same name ant is using in
it's distribution (just put an ftp.tsk in ~/.ant/ext and the one ant
distributes will be overridden). Should this be changed to the order James
suggested?

> In META-INF/anttask.xml

Can you all live with META-INF/tasklib.xml (since it's providing more than
one anttask?) or should I rename it?

I think I should have something working next week

Nico