Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 9598 invoked from network); 19 Jun 2009 14:01:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 14:01:36 -0000 Received: (qmail 13612 invoked by uid 500); 19 Jun 2009 14:01:47 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 13578 invoked by uid 500); 19 Jun 2009 14:01:47 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 13569 invoked by uid 99); 19 Jun 2009 14:01:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 14:01:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 14:01:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7D07123888C2; Fri, 19 Jun 2009 14:01:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r786510 - /ant/core/trunk/docs/manual/CoreTasks/javadoc.html Date: Fri, 19 Jun 2009 14:01:23 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090619140123.7D07123888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Fri Jun 19 14:01:23 2009 New Revision: 786510 URL: http://svn.apache.org/viewvc?rev=786510&view=rev Log: document that javadoc merges the different ways to specify input. PR 47196 Modified: ant/core/trunk/docs/manual/CoreTasks/javadoc.html Modified: ant/core/trunk/docs/manual/CoreTasks/javadoc.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/javadoc.html?rev=786510&r1=786509&r2=786510&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/javadoc.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/javadoc.html Fri Jun 19 14:01:23 2009 @@ -73,6 +73,13 @@ the useexternalfile attribute to true first.

+

If you use multiple ways to specify where javadoc should be looking + for sources your result will be the union of all specified + documentations. If you, e.g., specify a sourcepath attribute and + also a nested packageset both pointing at the same directory your + excludepackagenames attribute won't have any effect unless it agrees + with the exclude patterns of the packageset (and vice versa).

+

Parameters