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
absolutely necessary.



On Tue, Aug 23, 2011 at 3:44 AM, Shawn Castrianni
<shawn.castria...@halliburton.com> 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 
> then use it.  I need to do something similar for javadoc with my links to 
> external javadocs.  How can I set my links in a programmatic way so that it 
> can change at build time depending on what module I am generating javadocs 
> for?  I am trying to find out if there is something out there before I go and 
> extend the javadoc task.  Thanks.
>
> ---
> Shawn Castrianni
>
> ----------------------------------------------------------------------
> This e-mail, including any attached files, may contain confidential and 
> privileged information for the sole use of the intended recipient.  Any 
> review, use, distribution, or disclosure by others is strictly prohibited.  
> If you are not the intended recipient (or authorized to receive information 
> for the intended recipient), please contact the sender by reply e-mail and 
> delete all copies of this message.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to