From dev-return-50569-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Sun Sep 14 20:20:16 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 34271 invoked from network); 14 Sep 2003 20:20:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Sep 2003 20:20:15 -0000 Received: (qmail 19354 invoked by uid 500); 14 Sep 2003 20:19:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 19302 invoked by uid 500); 14 Sep 2003 20:19:58 -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 19249 invoked from network); 14 Sep 2003 20:19:58 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 14 Sep 2003 20:19:58 -0000 Received: (qmail 8076 invoked by uid 50); 14 Sep 2003 20:22:56 -0000 Date: 14 Sep 2003 20:22:56 -0000 Message-ID: <20030914202256.8075.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23165] New: - javadoc task should allow multiple "link" parameters 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=23165 javadoc task should allow multiple "link" parameters Summary: javadoc task should allow multiple "link" parameters Product: Ant Version: 1.5.3 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: cengique@users.sf.net The javadoc executable accepts multiple "link" urls on the command line. However the core javadoc task only allows the "link" parameter to be given once. It would be good to provide a way for the user to specify more than one link url, for instance separated by commas. (I assume you cannot repeat the "link" attribute in the due to XMl definition, I may be wrong) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org