Re: How should an Ant <fileset> be created programmatically from another (custom) Ant task?
Dominique Devienne <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CAFCRh--BcNmf2jUARRfGOcatdoRq2aogNoD08+s2dai3UKprcg@mail.gmail.com> |
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)