Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 6729 invoked from network); 3 Apr 2006 17:04:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 17:04:20 -0000 Received: (qmail 52577 invoked by uid 500); 3 Apr 2006 17:04:19 -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 52566 invoked by uid 99); 3 Apr 2006 17:04:19 -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 10:04:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 10:04:18 -0700 Received: from fe-amer-06.sun.com ([192.18.108.180]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id k33H3wQj001319 for ; Mon, 3 Apr 2006 11:03:58 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IX500C01O851V00@mail-amer.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Mon, 03 Apr 2006 11:03:58 -0600 (MDT) Received: from [129.145.133.119] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IX500EM6OQKMM20@mail-amer.sun.com> for jdo-dev@db.apache.org; Mon, 03 Apr 2006 11:03:57 -0600 (MDT) Date: Mon, 03 Apr 2006 10:03:54 -0700 From: Craig L Russell Subject: Re: Patch to support changelog as part of maven site In-reply-to: <44304BE0.2010102@spree.de> Sender: Craig.Russell@Sun.COM To: jdo-dev@db.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.746.3) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-3-420394542; micalg=sha1 References: <44304BE0.2010102@spree.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-3-420394542 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed 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. description> > - > > > > 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. description> > - > > > > 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. description> > - > > > > 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. description> > - > > > > 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 unsubscribe> > 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. description> > - > > > > 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. description> > - > > > > 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. description> > - > > > > 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! --Apple-Mail-3-420394542 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICEB7Y7fLHmKoeHTUdbtYrvpAwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1MTIxNTIxNDc0NFoXDTA2MTIxNTIxNDc0 NFowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMXXgEAm88nu8cFbxXSWqTq+GaYpCx/0QSom 8kBbVxpJIURuO4ErLDupeXu6y9+5e7ZKLbeSQE5xbfYPcQR/IhqmYKy5YqRcuzPXREBj2zKEkZph pNXWpHgMdx9W8dq0Cu2i9Ux/S6c2MuEHrP6gfGGll+b/mzLoO280QHTuE4pcpKntRnwZdGxQ/5l8 IL+eLP+jpJAbYW9C+KNKofZtS6V6R0uzlqTOsEdZvwxZQ4mmPgHoz1+Gjwme/PC5sKvF09MaJDiI pj9SvZ4CTCgcDZV78J086YwlVbMC0VQotjhu1p42lr8CS33IXLz3OWNrDETCAepah/Dgw2ZZApQ9 9L0CAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEEBQADgYEAKdIkgAWCg2Bi7ocnstfJA4iymTRI2/L4oQx9zvllM9bNJ2cR cecJIx3HuoHbhPvemh1GExEPgHU+dXSxDmD0BEmPnhSReKCURyslnbMphPZ5kR6USzQFrRa+v0ii J+SBO9VQYTQWT+xEjmRLM76MfkBFw3IOC9CUkRoYZ88pOoUwggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECEB7Y7fLHmKoeHTUdbtYrvpAwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNDAzMTcwMzU1WjAjBgkqhkiG9w0B CQQxFgQUOdP97/VCzLlIkI6Jmw+/br5pQVMwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAe2O3yx5iqHh01HW7WK76QMIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAe 2O3yx5iqHh01HW7WK76QMA0GCSqGSIb3DQEBAQUABIIBAGvMd+C6fXRyLB+oydEXxvsoRST9Ra/T IIPLF/lFlSIvf7HX75CXgHbvmulXS/LcX/rewHKF2MKICH4ZJhShiIrQJ4vn/qkMiwmvzySlg70u Ymo6l1jc1caoh9ZKBptyI8knBw4HytFdF47T8DRG70d2abSifMmnkRhpRHEFL6hszE1qo9lBib3/ fpeFNn2JhR3Ni5EvZj1PyxekwRTxCpV6OFYJYJexKwFcD5WExnp2fVVaJICaUA2STDfc6eWeMP6V p4TCxWKpeYAH97lBqOws3wW+1J26QpMu9M2R3xJpnNb3vB/ccQf0SN3rJ9a9WP0mgtERi8pD0hYa rThTSEkAAAAAAAA= --Apple-Mail-3-420394542--