Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 77836 invoked from network); 10 Dec 2004 17:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 17:40:38 -0000 Received: (qmail 16177 invoked by uid 500); 10 Dec 2004 17:40:27 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 16118 invoked by uid 500); 10 Dec 2004 17:40:27 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 16068 invoked by uid 99); 10 Dec 2004 17:40:26 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.65 as permitted sender) Received: from imf17aec.mail.bellsouth.net (HELO imf17aec.mail.bellsouth.net) (205.152.59.65) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 09:40:25 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20041210174023.VOTL1994.imf17aec.mail.bellsouth.net@[172.16.1.7]> for ; Fri, 10 Dec 2004 12:40:23 -0500 Message-ID: <41B9DF9A.9090206@bellsouth.net> Date: Fri, 10 Dec 2004 12:40:42 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: How do I generate the javadoc? References: <200412100009.22476.mark@ScheduleWorld.com> <41B9408E.7010506@bellsouth.net> <200412101054.53607.mark@ScheduleWorld.com> In-Reply-To: <200412101054.53607.mark@ScheduleWorld.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Mark Swanson wrote: >On December 10, 2004 1:22 am, Alex Karasulu wrote: > > >>Mark Swanson wrote: >> >> >>>maven javadoc:generate fails "No sources found." >>> >>>maven maven-javadoc-plugin:report says "No sources found." >>> >>>Please help! >>> >>> >>What directory are you in? >> >> > >eve (the root of the project, that contains eve, main, plugin, xdocs, ...) > > >[mswanson@lin eve]$ pwd >/home/mswanson/src/eve >[mswanson@lin eve]$ maven javadoc:generate > > Yeah ok in this top level project there is nothing in eve/src/java to create javadocs for. All the code is one level down in submaven projects like dib, main, protocol, shared and plugin. You can do a couple things here: - cd into the subproject and javadoc:generate - do a 'maven multiproject' from the eve top level directory These should generate javadocs within target directories of the respective subprojects. Looks like every ibiblio mirror and our own repo is getting pounded just now ... Alex