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 2002/11/28 19:15:55 UTC

DO NOT REPLY [Bug 14941] New: - Having the possibilty to call -projecthelp functionnality within a target

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: ant-dev@jakarta.apache.org
        ReportedBy: pouetk@hotmail.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>