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

add optional attribute to target element to specify visibility

           Summary: add optional attribute to target element to specify
                    visibility
           Product: Ant
           Version: 1.4.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


for some visual tools it would be appropriate to only show the main targets of a
build file. for example, there is not much need to show the target name "init"
when it most likely initializes the tstamp. if there was an attribute at the
target level that specified visibility we could filter out those tasks for gui
tools. 

<target name="foobar" description="runs some fancy stuff" access="private">
</target>

the attribute "access" would accept values of "public" or "private" with a
default value of public is no access attribute is given.

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

Reply via email to