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=5270>. 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=5270 Ant task - allow multiple targets ------- Additional Comments From [EMAIL PROTECTED] 2002-04-15 19:58 ------- I thought you were asking for the current behaviour of the <antcall> and <ant> task when the target was "". When I used the current 1.4.1 release and tested it, it threw the BuildException that I noted earlier. I haven't tested a target of "" from the command line so I'm not sure what that does. I also would prefer that <ant> would execute the default target if the target was an empty string. However, for <antcall> I think it should still throw a BuildException because the target is required and therefore should not be empty. I believe I could easily make that change in Project.java and therefore it should also give a target of "" on the command line the same behaviour. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
