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