DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29630>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29630 Auto discovery of build.xml when ant is run [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-06-17 08:46 ------- I am marking as wontfix. "ant -find build.xml target" or "ant -s build.xml target" will search for the file up the tree and run it. Why is this not the default? Because if you had, say, a file called build.xml in c:\ , you could be somewhat surprised when "ant clean" suddenly deleted half your drive. so: no return to autosearch. If you want it, use the -s option. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
