Re: How should an Ant be created programmatically from another (custom) Ant task?

2015-05-16 Thread Christopher BROWN
Hello Dominique, Thanks, I gave it a try, and it helped! Exactly what I was looking for... -- Christopher On 16 May 2015 at 16:49, Dominique Devienne wrote: > On Sat, May 16, 2015 at 3:38 PM, Christopher BROWN > wrote: > > > I've some doubts about the "createInclude" logic... but I haven't

Re: How should an Ant be created programmatically from another (custom) Ant task?

2015-05-16 Thread Dominique Devienne
On Sat, May 16, 2015 at 3:38 PM, Christopher BROWN wrote: > I've some doubts about the "createInclude" logic... but I haven't got that > far yet. I'm stuck on the "setId()" part which just doesn't exist. > You probably need to call this Project.addReference API. Give it try, and see if that hel

How should an Ant be created programmatically from another (custom) Ant task?

2015-05-16 Thread Christopher BROWN
Hello, I've developed a few custom Ant tasks over time, but I need a little help doing something specific to Ant's data types. I've created a task that retrieves a set of files from a server, but the names aren't known in advance, they're determine during execution of the task. I'd like to creat