Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 62198 invoked from network); 16 Oct 2007 08:10:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 08:10:24 -0000 Received: (qmail 21149 invoked by uid 500); 16 Oct 2007 08:10:11 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 21116 invoked by uid 500); 16 Oct 2007 08:10:11 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 21105 invoked by uid 99); 16 Oct 2007 08:10:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 01:10:11 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.168.101.19] (HELO relay01-mail.uk.clara.net) (80.168.101.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 08:10:14 +0000 Received: from chb28-2-88-163-39-128.fbx.proxad.net ([88.163.39.128]:2989 helo=[127.0.0.1]) by relay01-mail.uk.clara.net (smtp-vh.amenworld.com [195.8.80.31]:251) with esmtpa (authdaemon_plain:emmanuel@venisse.net) id 1IhhUq-0007Wl-3b (Exim 4.60) for continuum-dev@maven.apache.org (return-path ); Tue, 16 Oct 2007 08:09:48 +0000 Message-ID: <47147190.2080808@venisse.net> Date: Tue, 16 Oct 2007 10:08:48 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: Continuum reference docs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org I modified redback-legacy pom to fix it. The problem was that we patch generated modello files in process-sources phase due to a bug in modellobut the javadoc reporting is executed in generate-sources phase so our patch wasn't applied. Emmanuel Wendy Smoak a �crit : > On 10/15/07, Wendy Smoak wrote: >> I'm going to work on publishing reference docs (Javadoc, reports) for >> Continuum under the maven.a.o/continuum/ref/$version url. > > Or not. Any idea what this is about? > > $ mvn site > ... > [INFO] Building Maven Continuum Plugin > [INFO] ---------------------------------------------------------------------------- > [INFO] No goals needed for project - skipping > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] [site:site] > [INFO] Generate "JavaDocs" report. > 1 error > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Error during page generation > > Embedded error: Error rendering Maven report: Exit code: 1 - > /Users/wsmoak/svn/maven/continuum/continuum-data-management/data-management-redback-jdo/src/main/java/org/apache/maven/continuum/management/redback/LegacyJdoDataManagementTool.java:33: > cannot access org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.RbacJdoModelModelloMetadata > bad class file: > /Users/wsmoak/svn/maven/continuum/continuum-data-management/redback-legacy/target/generated-sources/modello/org/codehaus/plexus/security/authorization/rbac/jdo/v0_9_0/RbacJdoModelModelloMetadata.java > file does not contain class > org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.RbacJdoModelModelloMetadata > Please remove or make sure it appears in the correct subdirectory of > the classpath. > import org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.RbacJdoModelModelloMetadata; > ^ > > Command line was:"cd > /Users/wsmoak/svn/maven/continuum/target/site/apidocs && > /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc" > @options @packages >