Yves Martin <[EMAIL PROTECTED]> writes:
> Stefan Bodewig <[EMAIL PROTECTED]> writes:
>
>> On Fri, 04 Nov 2005, Yves Martin <[EMAIL PROTECTED]> wrote:
>>
>>> I have tried add(DataType) but it does not work (or I made a
>>> mistake) with Ant 1.6.5
>>
>> What does "does not work" mean? Do you get
Stefan Bodewig <[EMAIL PROTECTED]> writes:
> On Fri, 04 Nov 2005, Yves Martin <[EMAIL PROTECTED]> wrote:
>
>> I have tried add(DataType) but it does not work (or I made a
>> mistake) with Ant 1.6.5
>
> What does "does not work" mean? Do you get an exception? Which? Or
> does Ant silently proc
On Fri, 04 Nov 2005, Yves Martin <[EMAIL PROTECTED]> wrote:
> I have tried add(DataType) but it does not work (or I made a
> mistake) with Ant 1.6.5
What does "does not work" mean? Do you get an exception? Which? Or
does Ant silently process your task but the add method is never
called?
Ste
--- Yves Martin <[EMAIL PROTECTED]> wrote:
>
>Hello,
>
> I'm writing a task in which I would like to be able
> to include any 'DataType'
> implementation, whatever its tag name is - exactly
> the same way the
> TaskContainer.addTask work but for DataType only.
>
> I have tried add(Data
Hello,
I'm writing a task in which I would like to be able to include any 'DataType'
implementation, whatever its tag name is - exactly the same way the
TaskContainer.addTask work but for DataType only.
I have tried add(DataType) but it does not work (or I made a mistake) with
Ant 1.6.