----- Original Message -----
From: "Jose Alberto Fernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 02, 2000 1:10 AM
Subject: RE: Some Thoughts on Ant 1.3 and 2.0


> One question I have: In your original proposal, if I remember well,
> the tasklib.xml used its own syntax for describing tasks. I suggested at
> some
> point to just use <taskdef> tasks to describe the tasks in XML; my point
> being that any additional improvement done to <taskdef> will be also
> available
> when defining task-libraries.
>
> What approach are you using in your work?
>

I have changed this to be ant-conformant :-) - it currently looks like this:

<?xml version="1.0"?>

<tasklib name="Ant-Core" version="@VERSION@"
         home="http://jakarta.apache.org/ant/";>

  <taskdef name="mkdir"
           classname="org.apache.tools.ant.taskdefs.Mkdir"
           description="Creates directories"/>
[...]

Nico


Reply via email to