From commons-dev-return-60496-apmail-jakarta-commons-dev-archive=jakarta.apache.org@jakarta.apache.org Sun Oct 10 08:16:57 2004 Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 24435 invoked from network); 10 Oct 2004 08:16:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Oct 2004 08:16:56 -0000 Received: (qmail 34598 invoked by uid 500); 10 Oct 2004 08:16:43 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 34475 invoked by uid 500); 10 Oct 2004 08:16:42 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 34445 invoked by uid 99); 10 Oct 2004 08:16:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 193.252.22.27 is neither permitted nor denied by domain of aheritier@gmail.com) Received: from [193.252.22.27] (HELO mwinf0404.wanadoo.fr) (193.252.22.27) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 10 Oct 2004 01:16:40 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0404.wanadoo.fr (SMTP Server) with SMTP id D8B4B38000EE; Sun, 10 Oct 2004 10:16:37 +0200 (CEST) Received: from harlock (AAubervilliers-151-2-6-182.w83-114.abo.wanadoo.fr [83.114.130.182]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 458D1380009D; Sun, 10 Oct 2004 10:16:37 +0200 (CEST) From: "Arnaud HERITIER" To: "'Maven Developers List'" , "'Jakarta Commons Developers List'" Subject: RE: AW: Javadoc plugin problems Date: Sun, 10 Oct 2004 10:16:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <41687977.9000804@apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcSuWw5luM66TNYhTmWDSfmiy0zclQARSOZg Message-Id: <20041010081637.458D1380009D@mwinf0404.wanadoo.fr> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N That's right Brett, The javadoc package doesn't need the final '.*' because it is = automatically appended. The package defined in the POM of the sandbox-build is erroneous. org.apache.commons.${pom.artifactId.substring(8)}.* Must be replaced by : org.apache.commons.${pom.artifactId.substring(8)} Arnaud=09 =09 > -----Message d'origine----- > De=A0: Brett Porter [mailto:brett@apache.org] > Envoy=E9=A0: dimanche 10 octobre 2004 01:51 > =C0=A0: Maven Developers List > Objet=A0: Re: AW: Javadoc plugin problems >=20 > Hi Daniel, >=20 > The package you specified is org.apache.commons.i18n; whereas the = shared > build effectively makes that org.apache.commons.i18n.*. Explicitly > specifying org.apache.commons.i18n.* in the current project also does > not work. >=20 > I don't think the package element needs/is meant to have a .* on the > end, at least not with recent versions of the javadoc plugin. Might be > worth suggesting this to whoever is maintaing the commons build these = days? >=20 > Cheers, > Brett >=20 > Daniel Florey wrote: >=20 > >Hi Arnaud, > >The problem seems to be fixed by adding the package-element to the > >project.xml (don't know why...) This is funny as this tag is not = existing at > >other sandbox projects that generate the javadoc correctly. > >Still the generated site seems to be broken as the style is missing. > >Many thanks for your help, > >Daniel > > > > > > > >>-----Ursprngliche Nachricht----- > >>Von: dev-return-31373-daniel.florey=3Dweb.de@maven.apache.org = [mailto:dev- > >>return-31373-daniel.florey=3Dweb.de@maven.apache.org] Im Auftrag von = Arnaud > >>HERITIER > >>Gesendet: Samstag, 9. Oktober 2004 17:58 > >>An: 'Maven Developers List' > >>Betreff: RE: Javadoc plugin problems > >> > >>Hi Daniel, > >> > >> I'll take a look at your problem. > >> > >>Arnaud > >> > >> > >> > >> > >> > >>>-----Message d'origine----- > >>>De : daniel.florey@web.de [mailto:daniel.florey@web.de] > >>>Envoy : samedi 9 octobre 2004 13:28 > >>> : dev@maven.apache.org > >>>Objet : Javadoc plugin problems > >>> > >>>Hi folks, > >>>I've added a component (i18n) to the commons sandbox and am using = Maven > >>> > >>> > >>for > >> > >> > >>>the first time. > >>>Everything worked fine as I used a working template from another > >>> > >>> > >>component > >> > >> > >>>(transactions). Everything, but... > >>>I don't get managed to create the javadocs. As no one on the = commons > >>> > >>> > >>list > >> > >> > >>>could help me I now try this list. > >>>I don't know much about Maven and so I don't want to post a bug = report > >>>before making sure that the fault is not me. > >>>As far as I've seen everything works fine (jar get created, site = gets > >>> > >>> > >>also > >> > >> > >>>created) but the javadoc plugin is not able to find the sources. = I've > >>>upgraded my Maven to javadoc plugin 1.7 as I've found some similar = bug > >>>report, but this didn't help much. Still no javadocs. > >>>Can anyone have a short look at this problem? Would be really great = as I > >>>don't have a clue how to proceed. > >>>You can find the project in the jakarta-commons-sandbox repository, > >>> > >>> > >>folder > >> > >> > >>>i18n. > >>>Many thanks... > >>>BTW: In another component that I prepare for sandbox Maven creates = the > >>>javadocs but leaves out the root directory of my package. Very > >>> > >>> > >>strange... > >> > >> > >>>Thanks+regards, > >>>Daniel > >>> > >>> > = >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > >>>For additional commands, e-mail: dev-help@maven.apache.org > >>> > >>> > >>> > >>>#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D gPopper = Menu =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D# > >>>Delete from Gmail inbox: mailto:del|ff7d7257c86c701@gPopper > >>>Mark message as unread: mailto:unr|ff7d7257c86c701@gPopper > >>>Mark message as read: mailto:rea|ff7d7257c86c701@gPopper > >>> > >>> > >> > = >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > >>For additional commands, e-mail: dev-help@maven.apache.org > >> > >> > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > >For additional commands, e-mail: dev-help@maven.apache.org > > > > > > > > > > > > >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org >=20 >=20 >=20 > #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D gPopper Menu = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D# > Delete from Gmail inbox: mailto:del|ff801bac5240181@gPopper > Mark message as unread: mailto:unr|ff801bac5240181@gPopper > Mark message as read: mailto:rea|ff801bac5240181@gPopper --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org