Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 88558 invoked from network); 21 Jan 2006 03:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jan 2006 03:14:30 -0000 Received: (qmail 90327 invoked by uid 500); 21 Jan 2006 03:14:30 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 90031 invoked by uid 500); 21 Jan 2006 03:14:29 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 90011 invoked by uid 99); 21 Jan 2006 03:14:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 19:14:28 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 19:14:27 -0800 Received: (qmail 26299 invoked by uid 89); 21 Jan 2006 03:14:06 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 21 Jan 2006 03:14:06 -0000 Message-ID: <123818830.1137813246347.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 20 Jan 2006 21:14:06 -0600 (CST) From: "Michael Neale (JIRA)" To: dev@maven.apache.org Subject: [jira] Commented: (MJAVADOC-33) Provide new javadoc:aggregate goal to perform javadoc operation on project and subprojects. In-Reply-To: <23180379.1127399470948.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/MJAVADOC-33?page=comments#action_56523 ] Michael Neale commented on MJAVADOC-33: --------------------------------------- Yeah this would be a great feature, much needed for large projects. > Provide new javadoc:aggregate goal to perform javadoc operation on project and subprojects. > ------------------------------------------------------------------------------------------- > > Key: MJAVADOC-33 > URL: http://jira.codehaus.org/browse/MJAVADOC-33 > Project: Maven 2.x Javadoc Plugin > Type: Improvement > Reporter: John Allen > Priority: Minor > > > Provide new javadoc:aggregate goal to perform javadoc operation on a project and its subprojects, idea being that aggregate pulls together the classpath and sourcepath for all the project and subprojects and then churns out normal javadoc. > i.e. projects:- > /root/ > /root/a/src/... > /root/a/b/src/... > /root/a/b/c/src/... > /root/a/d/src/... > /root/a/e/src/... > @ /root/a-> m2 javadoc:aggregate > generates javadoc in /root/a/target/javadoc for src contained within projects a, b, c, d, and e. > Note, javadoc does not currently provide support for this kind of aggregation and so people have traditionally written their own specialised tasks/scripts (in ant land say) to handle it. sun do refer to the idea of an incremental build in their FAQ which they say they are considering for the future (fat chance) (http://java.sun.com/j2se/javadoc/faq/#incrementalbuild) but that is about generating aggregate docs from already existing javadocs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org