http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1326
*** shadow/1326 Thu Apr 12 13:21:41 2001 --- shadow/1326.tmp.26380 Thu Apr 12 14:42:46 2001 *************** *** 4,11 **** | Bug #: 1326 Product: Ant | | Status: NEW Version: 1.3 | | Resolution: Platform: PC | ! | Severity: Normal OS/Version: | ! | Priority: Component: Other | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 4,11 ---- | Bug #: 1326 Product: Ant | | Status: NEW Version: 1.3 | | Resolution: Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Other | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 90,93 **** Total time: 0 seconds bash-2.04$ ant -projecthelp Buildfile: build.xml does not exist! ! Build failed --- 90,113 ---- Total time: 0 seconds bash-2.04$ ant -projecthelp Buildfile: build.xml does not exist! ! Build failed ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-12 14:42 ------- ! NEVER MIND this as a bug report - I just realized that the -find option takes ! an optional file name. ! ! However, please consider this an enhancement request and a minor documentation ! bug report: ! ! - The -find option should not take a filename, so a user can request ! searching upwards for the build file without having to also type in ! the name of the build file (which Ant already knows if you're using ! the default name). ! ! (The -buildfile option already provides the functionality of specifying ! a different buildfile name. The -find option should be orthogonal.) ! ! - The -help option currently does not indicate that the -find option's ! file name is optional. It should, so it's more apparent that although ! "ant -find" works, "ant -find target" or "and -find -projecthelp" isn't ! going to work.
