Re: How should an Ant <fileset> be created programmatically from another (custom) Ant task?
Christopher BROWN <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CAHL_zcNrsfc1RCmZhGR6f28bAZJ7MguhfzLEqXTW348nMz0VLw@mail.gmail.com> |
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 <[email protected]> wrote: > On Sat, May 16, 2015 at 3:38 PM, Christopher BROWN <[email protected]> > 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 helps. --DD > > > http://api.dpml.net/ant/1.7.0/org/apache/tools/ant/Project.html#addReference(java.lang.String > , > java.lang.Object) >