On Wed, 24 Jan 2007, Farhdine Boutzakhti <[EMAIL PROTECTED]> wrote: > I am creating 2 different tasks with ANT: > > A - One extracting some data in a stack from a cache, > > B - One inserting these data in a database. > > I want to know if there is a way to pass an object (i.e. a stack) > from A to B?
The easiest way probably uses references. Add your stack as a named reference to the project instance of task A and retrieve it in B. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]