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=8084>. 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=8084 Need access to current target name ------- Additional Comments From [EMAIL PROTECTED] 2002-04-15 13:38 ------- Additional comments from reporter: To maybe further clarify: Would like to be able to have targets match lists of patterns: <install*, deploy*> or <*> to match all I thought I saw that someone else had already requested this list of patterns matching as an enhancement so did not mention it here. Ultimately would like to use this plus my enhancement to do constructions like: <target name="*"> <ant dir="subdir" target="${ant.target.name}"/> </target> or <target name="install*, deploy*"> <ant dir="subdir" target="${ant.target.name}"/> </target> and have the current target passed onto the next sublevel ant build. [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
