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=13001>.
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=13001

-projecthelp does not show subtargets

           Summary: -projecthelp does not show subtargets
           Product: Ant
           Version: 1.5.1Beta1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


-projecthelp switch to the ant command only shows main targets.  Even with -
verbose, it does not show the subtargets.

On line 601 of org/apache/tools/ant/Main.java, when it determines whether or 
not to print the subtargets, it uses "msgOutputLevel > Project.MSG_INFO" 
instead of "msgOutputLevel >= Project.MSG_INFO" like everywhere else.  I think 
this is a bug.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to