Re: Support any type inclusion

2005-11-07 Thread Yves Martin
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

Re: Support any type inclusion

2005-11-07 Thread Yves Martin
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

Re: Support any type inclusion

2005-11-04 Thread Stefan Bodewig
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

Re: Support any type inclusion

2005-11-04 Thread Matt Benson
--- 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

Support any type inclusion

2005-11-04 Thread Yves Martin
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.