Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 55425 invoked from network); 3 Apr 2006 21:19:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 21:19:45 -0000 Received: (qmail 28112 invoked by uid 500); 3 Apr 2006 21:19:45 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 28101 invoked by uid 99); 3 Apr 2006 21:19:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 14:19:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.224.30.66] (HELO service-01.spree.de) (212.224.30.66) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 14:19:44 -0700 Received: from [172.16.2.80] (vpn-server [192.168.16.104]) (authenticated bits=0) by service-01.spree.de (8.13.4/8.13.4/Debian-3) with ESMTP id k33LJI2q005039 for ; Mon, 3 Apr 2006 23:19:19 +0200 Message-ID: <44319153.3080702@spree.de> Date: Mon, 03 Apr 2006 23:19:15 +0200 From: Michael Bouschen Organization: Tech@Spree Engineering User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: jdo-dev@db.apache.org Subject: Re: Patch to support changelog as part of maven site References: <44304BE0.2010102@spree.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Hi Craig, I checked in the patch (see revision 391151). Regards Michael > Hi Michael, > > Thanks for this. I don't see any issues if you want to check this into > the trunk. > > Craig > > On Apr 2, 2006, at 3:10 PM, Michael Bouschen wrote: > >> Hi, >> >> maven site creates a couple of reports. Three of these reports >> currently do not work and create broken links in the generated >> documentation: changelog, developer activity and file activity. These >> are reports about svn changes: per checkin, per developer and per >> file. The attached patch fixes some settings in project.xml and >> project.properties such as the changelog factory for svn, the url of >> the svn repository and removes the empty repository setting in all >> the subprojects. >> >> I needed to upgrade the maven plugins in order to successfully create >> the reports. The following automatically upgrades the plugins. Please >> type each of the three maven calls on a single line: >> maven plugin:download >> -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ >> >> -DgroupId=maven >> -DartifactId=maven-changelog-plugin >> -Dversion=1.9 >> maven plugin:download >> -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ >> >> -DgroupId=maven >> -DartifactId=maven-file-activity-plugin >> -Dversion=1.6 >> maven plugin:download >> -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ >> >> -DgroupId=maven >> -DartifactId=maven-developer-activity-plugin >> -Dversion=1.6 >> >> Regards Michael >> >> --Michael Bouschen Tech@Spree Engineering GmbH >> mailto:mbo.tech@spree.de http://www.tech.spree.de/ >> Tel.:++49/30/235 520-33 Buelowstr. 66 >> Fax.:++49/30/2175 2012 D-10783 Berlin >> >> Index: tck20/project.xml >> =================================================================== >> --- tck20/project.xml (Revision 390819) >> +++ tck20/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The JDO TCK is a test suite designed to test implementations of the >> Java Data Objects 2.0 specification. In order to claim compatibility >> with JDO, an implementation must pass all relevant tests of the JDOTCK. >> >> NOTE!! There are no unit tests in this project. >> - >> >> >> >> Index: tck11/project.xml >> =================================================================== >> --- tck11/project.xml (Revision 390819) >> +++ tck11/project.xml (Arbeitskopie) >> @@ -43,7 +43,6 @@ >> However the build treats this directory as the source directory. >> There are no unit tests in this project. >> >> - >> >> >> >> Index: fostore20/project.xml >> =================================================================== >> --- fostore20/project.xml (Revision 390819) >> +++ fostore20/project.xml (Arbeitskopie) >> @@ -30,7 +30,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request JSR 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: enhancer20/project.xml >> =================================================================== >> --- enhancer20/project.xml (Revision 390819) >> +++ enhancer20/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request JSR 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: runtime20/project.xml >> =================================================================== >> --- runtime20/project.xml (Revision 390819) >> +++ runtime20/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request JSR 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: core20/project.xml >> =================================================================== >> --- core20/project.xml (Revision 390819) >> +++ core20/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request JSR 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: project.properties >> =================================================================== >> --- project.properties (Revision 390819) >> +++ project.properties (Arbeitskopie) >> @@ -21,6 +21,9 @@ >> # checkstyle settings >> maven.checkstyle.properties = ${basedir}/../jdo_checks.xml >> >> +# changelog settings >> +maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory >> + >> # Set the javadoc title >> maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} >> >> Index: btree/project.xml >> =================================================================== >> --- btree/project.xml (Revision 390819) >> +++ btree/project.xml (Arbeitskopie) >> @@ -29,7 +29,6 @@ >> org.netbeans.mdr >> Binary Tree for FOStore JDO >> This project takes the Netbeans mdr btree >> implementation and provides it as a library. >> - >> >> >> >> Index: project.xml >> =================================================================== >> --- project.xml (Revision 390819) >> +++ project.xml (Arbeitskopie) >> @@ -36,17 +36,15 @@ >> >> >> scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk >> >> >> scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk >> >> - >> http://cvs.apache.org/viewcvs.cgi/db/jdo/trunk?root=Apache-SVN >> >> + http://svn.apache.org/viewcvs.cgi/ >> >> >> - >> >> >> JDO User List >> jdo-user-subscribe@db.apache.org >> >> jdo-user-unsubscribe@db.apache.org >> >> http://mail-archives.apache.org/mod_mbox/db-jdo-user/ >> - >> >> >> JDO Developer List >> @@ -70,7 +68,7 @@ >> clr >> Craig.Russell@Sun.COM >> -8 >> - Sun Microsystems >> + Sun Microsystems, Inc. >> >> >> Michael Bouschen >> @@ -90,7 +88,7 @@ >> Michelle Caisse >> mcaisse >> Michelle.Caisse@Sun.COM >> - Sun Microsystems >> + Sun Microsystems, Inc. >> -8 >> >> >> @@ -105,14 +103,14 @@ >> mzaun >> martin.zaun@Sun.COM >> -8 >> - Sun Microsystems >> + Sun Microsystems, Inc. >> >> >> Erik Bengtson >> ebengtson >> erik@jpox.org >> 1 >> - Sun Micrsystems >> + JPOX >> >> >> Geir Magnusson, Jr. >> Index: query20/project.xml >> =================================================================== >> --- query20/project.xml (Revision 390819) >> +++ query20/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request JSR 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: api11/project.xml >> =================================================================== >> --- api11/project.xml (Revision 390819) >> +++ api11/project.xml (Arbeitskopie) >> @@ -30,7 +30,6 @@ >> The Java Data Objects (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request 12 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: api20/project.properties >> =================================================================== >> --- api20/project.properties (Revision 390819) >> +++ api20/project.properties (Arbeitskopie) >> @@ -22,3 +22,4 @@ >> >> # Manifest seed file >> maven.jar.manifest = ${basedir}/../JDO20.MF >> + >> Index: api20/project.xml >> =================================================================== >> --- api20/project.xml (Revision 390819) >> +++ api20/project.xml (Arbeitskopie) >> @@ -30,7 +30,6 @@ >> The Java Data Objects 2.0 (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request 243 under the auspices of the Java Community >> Process. >> - >> >> >> >> Index: ri11/project.xml >> =================================================================== >> --- ri11/project.xml (Revision 390819) >> +++ ri11/project.xml (Arbeitskopie) >> @@ -31,7 +31,6 @@ >> The Java Data Objects (JDO) API is a standard >> interface-based >> Java model abstraction of persistence, developed as Java Specification >> Request 12 JSR 12 under the auspices of the Java Community >> Process. >> - >> >> >> >> > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:Craig.Russell@sun.com > P.S. A good JDO? O, Gasp! > -- Michael Bouschen Tech@Spree Engineering GmbH mailto:mbo.tech@spree.de http://www.tech.spree.de/ Tel.:++49/30/235 520-33 Buelowstr. 66 Fax.:++49/30/2175 2012 D-10783 Berlin