You can use both ...
When using namespaces use autoloading the antlib.
But you can also load the antlib in the old way
Jan
>-Ursprüngliche Nachricht-
>Von: Steve Liu [mailto:stevec...@gmail.com]
>Gesendet: Freitag, 6. Februar 2009 14:25
>An: Ant Users List
>Betreff: Re
>Thanks, that seems to work (missing a tho). I assume
>that I would do the same for ?
Yes. AC has a nice pattern:
- provide a propertiesfile with tasks for Ant < 1.6
- provide a antlib.xml with tasks for Ant >= 1.6, which includes the
properties file
(If you write your own tasks, you dont need