From dev-return-51141-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Sep 25 16:38:48 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 73242 invoked from network); 25 Sep 2003 16:38:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 16:38:48 -0000 Received: (qmail 46272 invoked by uid 500); 25 Sep 2003 16:38:38 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 46227 invoked by uid 500); 25 Sep 2003 16:38:37 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 46213 invoked from network); 25 Sep 2003 16:38:37 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 25 Sep 2003 16:38:37 -0000 Received: (qmail 10465 invoked by uid 50); 25 Sep 2003 16:41:38 -0000 Date: 25 Sep 2003 16:41:38 -0000 Message-ID: <20030925164138.10464.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=23397 Need attribute for target tag to indicate hidden/internal target ------- Additional Comments From stevel@apache.org 2003-09-25 16:41 ------- Actually this is a simpler defect than proper public/private attrs; the user just wants the IDE to differentiate entry points from internal ones. Chris -the element has a description attribute. Once you set the description on a target, you are saying that this is public and others are private. Ant on the command line, and in some IDEs (IntelliJ for example) use presence/absence of a description as a cue for visibility in listing targets. I dont know about netbeans -I would assume it does, but if it doesnt, well, you could fix it :) Also, we do have an 'ant list targets' feature. Type "ant -projecthelp" at the command line. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org