You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/05/03 14:40:50 UTC

[Bug 1326] Changed - "ant -find -projecthelp" fails, even in build file directory

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1326

*** shadow/1326	Tue Apr 24 12:10:19 2001
--- shadow/1326.tmp.16376	Thu May  3 05:40:50 2001
***************
*** 2,9 ****
  | "ant -find -projecthelp" fails, even in build file directory               |
  +----------------------------------------------------------------------------+
  |        Bug #: 1326                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Enhancement              OS/Version: All                     |
  |     Priority: Medium                    Component: Other                   |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | "ant -find -projecthelp" fails, even in build file directory               |
  +----------------------------------------------------------------------------+
  |        Bug #: 1326                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: WONTFIX                    Platform: PC                      |
  |     Severity: Enhancement              OS/Version: All                     |
  |     Priority: Medium                    Component: Other                   |
  +----------------------------------------------------------------------------+
***************
*** 110,113 ****
  - 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.
--- 110,120 ----
  - 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.
! 
! ------- Additional Comments From bodewig@apache.org  2001-05-03 05:40 -------
! (1) Just place -find last on your command line and you don't need to specify the
! file name.
! 
! (2) -find and -buildfile are different, as you only need to give a filename to
! -find (like -find build.xml) and no path at all.