DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21421>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21421 [Patch] to allow to run several targets without rerunning their dependencies ------- Additional Comments From [EMAIL PROTECTED] 2004-03-05 01:23 ------- Fixed text: By default "ant A B" will re-execute all common A's and B's dependencies. It is at least not efficient. This patch allows "ant 'A,B'" arguments. In this case the patch creates a new pseudo target named "A,B" with dependencies "A,B" and executes the target. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]