Re: DataType life cycle

2007-03-26 Thread Peter Reilly
14:37 > To: Ant Users List > Subject: Re: DataType life cycle > > Gilles Scokart wrote: > > What is the life cycle of a datatype? > > > > More precisely, I'm writting a dataype and I would like: > > > > 1. To be able to validate its attribute and conten

RE: DataType life cycle

2007-03-26 Thread Gilles Scokart
class extends Task, is there a difference to declare it in the antlib xml as a task or as datatype ? Gilles > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: lundi 26 mars 2007 14:37 > To: Ant Users List > Subject: Re: DataType life cycle > >

Re: DataType life cycle

2007-03-26 Thread Steve Loughran
Gilles Scokart wrote: What is the life cycle of a datatype? More precisely, I'm writting a dataype and I would like: 1. To be able to validate its attribute and content as soon as possible (and if possible report the Location of the error) 2. To launch some process to modify the Project as soon

DataType life cycle

2007-03-25 Thread Gilles Scokart
What is the life cycle of a datatype? More precisely, I'm writting a dataype and I would like: 1. To be able to validate its attribute and content as soon as possible (and if possible report the Location of the error) 2. To launch some process to modify the Project as soon as the datatype is def