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

Having the possibilty to call -projecthelp functionnality within a target

           Summary: Having the possibilty to call -projecthelp
                    functionnality within a target
           Product: Ant
           Version: 1.5.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I would like to create a <<help>> target that will display all the possible 
target within my project. 
Right now I do 
<target name= "help" description="List all targets for the project">
  <exec dir="." executable="ant">
    <arg line="-projecthelp"/>
  </exec>
</target>
It's not an hardcoded target because some people might want to call 
it "targets".

I just think that it might be easier to understand for a user since the -dash 
command are more ant related.

Thanks
Martin

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

Reply via email to