On Mon, Aug 22, 2011 at 5:14 PM, Shawn Castrianni
wrote:
> When using fileset, I sometimes need to programmatically set my includes at
> build time. Therefore, I use the includes attribute on fileset allowing me
> to build up a list of includes separated by commas into an ANT property and
> th
my question is not asking about fileset. it is asking about javadoc
From: Parag Doke [parag.d...@gmail.com]
Sent: Tuesday, August 23, 2011 2:26 AM
To: Ant Users List
Subject: Re: variable number of link element in javadoc
Hello Shawn.
The fileset supports
Hello Shawn.
The fileset supports an includesfile attribute which could point to a
file containing patterns. If you can generate a file at runtime, would
this help ?
http://ant.apache.org/manual/Types/fileset.html
Thanks,
Parag Doke
Save paper, save trees. Do not print emails/documents unless
abso
When using fileset, I sometimes need to programmatically set my includes at
build time. Therefore, I use the includes attribute on fileset allowing me to
build up a list of includes separated by commas into an ANT property and then
use it. I need to do something similar for javadoc with my lin