From alexander.vershilov at gmail.com Tue Aug 3 00:27:58 2010 From: alexander.vershilov at gmail.com (Alexander V Vershilov) Date: Tue, 3 Aug 2010 00:27:58 +0000 Subject: [Pki-devel] pki-common-1.3.5: test fails Message-ID: <20100803002758.GB7988@qnikst> I'm trying to build next packages on Gentoo Linux. I try to build pki-common-1.3.7 everything is ok but if I try to make ant verify I have next errors: compile_junit_tests: [echo] Compiling 'pki-common' junit tests from 'test' into 'build/testcases' ... [javac] Compiling 21 source files to /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/build/testcases [javac] /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/certsrv/app/CMSEngineDefaultStub.java:48: com.netscape.certsrv.app.CMSEngineDefaultStub is not abstract and does not override abstract method getEEClientAuthSSLPort() in com.netscape.certsrv.apps.ICMSEngine [javac] public class CMSEngineDefaultStub implements ICMSEngine { [javac] ^ [javac] /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/cmscore/dbs/DBSubsystemDefaultStub.java:17: com.netscape.cmscore.dbs.DBSubsystemDefaultStub is not abstract and does not override abstract method setEnableSerialMgmt(boolean) in com.netscape.certsrv.dbs.IDBSubsystem [javac] public class DBSubsystemDefaultStub implements IDBSubsystem { [javac] ^ [javac] Note: /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/cmscore/request/RequestDefaultStub.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors There was such a error in pki-common-1.3.1 but moving to 1.3.7 helps but problems in test still left. // So maybe test is not up to date I have next packages installed /that can be related to this error/ dev-java/ldapsdk-4.1.7-r3 dev-java/osutil-1.3.1 app-crypt/pki-symkey-1.3.2 app-pki/pki-util-1.3.1 I'm not posting it directly to bugzilla because I'm not using fedora rpms. -- Alexander V Vershilov. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From mharmsen at redhat.com Thu Aug 12 03:49:32 2010 From: mharmsen at redhat.com (Matthew Harmsen) Date: Wed, 11 Aug 2010 20:49:32 -0700 Subject: [Pki-devel] NOTICE: Dogtag Subversion Repositories have moved from 'pki.fedoraproject.org' to 'fedorahosted.org' Message-ID: <4C636F4C.105@redhat.com> Everyone, The Dogtag "pki" and "tomcatjss" subversion source repositories that were originally hosted on 'pki.fedoraproject.org' have been moved to 'fedorahosted.org'. The URLs referenced below provide check-out details for these new repositories: * http://pki.fedoraproject.org/wiki/PKI_Subversion_Instructions (pki) * http://pki.fedoraproject.org/wiki/PKI_Pre-Built_Support_Components (tomcatjss) STEP 1: Anyone working with these repositories will need to check out ALL of the brand "new" repos (notice the "new" syntax for these URLs): * svn co http://svn.fedorahosted.org/svn/pki/trunk/pki pki * svn co http://svn.fedorahosted.org/svn/tomcatjss/trunk/tomcatjss tomcatjss STEP 2: You will then need to "move" any changes from any "old" trees that you have to the "new" trees that you have created in STEP 1 above. Since the "old" repositories will be left running for the next week or two, it is recommended that you first perform an "svn update" on any "old" trees to iron out any conflicts prior to moving your changes to the "new" tree. For example: * cd tomcatjss; svn update * cd pki; svn update The Dogtag Wiki as well as the PKI and TOMCATJSS source tarballs will remain located at 'pki.fedoraproject.org'. Thanks, -- Matt NOTE: As a part of this migration, ALL Dogtag and tomcatjss packages have been increased from version 1.3 to 2.0 (in preparation of future planned changes to the Dogtag code base), so if you are building directly from subversion source (rather than using the Dogtag 1.3 SRPMS), then you may wish to use the following UNSUPPORTED BRANCH URLs instead: * svn co http://svn.fedorahosted.org/svn/pki/branches/DOGTAG_1_3_FREEIPA_v2_BRANCH/pki pki * svn co http://svn.fedorahosted.org/svn/tomcatjss/branches/DOGTAG_1_3_FREEIPA_v2_BRANCH/tomcatjss tomcatjss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6654 bytes Desc: S/MIME Cryptographic Signature URL: From mharmsen at redhat.com Fri Aug 13 17:55:43 2010 From: mharmsen at redhat.com (Matthew Harmsen) Date: Fri, 13 Aug 2010 10:55:43 -0700 Subject: [Pki-devel] NOTICE: Dogtag Subversion Repositories have moved from 'pki.fedoraproject.org' to 'fedorahosted.org' In-Reply-To: <4C657605.6040106@velox.ch> References: <4C636F4C.105@redhat.com> <4C657605.6040106@velox.ch> Message-ID: <4C65871F.4030204@redhat.com> On 08/13/10 09:42, Kaspar Brand wrote: > Matt, > > >> STEP 1: Anyone working with these repositories will need to check out >> ALL of the brand "new" repos (notice the "new" syntax for these URLs): >> > Are you aware of svn's "switch" command? I think it would be much > less of a hassle if you just point people to use > > svn switch --relocate https://pki.fedoraproject.org/svn/pki http://svn.fedorahosted.org/svn/pki > > No need to "move" local changes etc. - simply keep your existing > checkout, and let svn do the rest with all the .svn/entries :-) > > Regards, > Kaspar > Kaspar, I was not aware of this option --- thanks! I have documented the use of this option at http://pki.fedoraproject.org/wiki/PKI_Subversion_Instructions. Thanks again! -- Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6654 bytes Desc: S/MIME Cryptographic Signature URL: From mharmsen at redhat.com Fri Aug 13 21:55:15 2010 From: mharmsen at redhat.com (Matthew Harmsen) Date: Fri, 13 Aug 2010 14:55:15 -0700 Subject: [Pki-devel] [Pki-users] NOTICE: Dogtag Subversion Repositories have moved from 'pki.fedoraproject.org' to 'fedorahosted.org' In-Reply-To: <4C636F4C.105@redhat.com> References: <4C636F4C.105@redhat.com> Message-ID: <4C65BF43.5080907@redhat.com> On 08/11/10 20:49, Matthew Harmsen wrote: > Everyone, > > The Dogtag "pki" and "tomcatjss" subversion source repositories that > were originally hosted on 'pki.fedoraproject.org' have been moved to > 'fedorahosted.org'. > > The URLs referenced below provide check-out details for these new > repositories: > > * http://pki.fedoraproject.org/wiki/PKI_Subversion_Instructions (pki) > * http://pki.fedoraproject.org/wiki/PKI_Pre-Built_Support_Components > (tomcatjss) > > STEP 1: Anyone working with these repositories will need to check out > ALL of the brand "new" repos (notice the "new" syntax for these URLs): > > * svn co http://svn.fedorahosted.org/svn/pki/trunk/pki pki > * svn co http://svn.fedorahosted.org/svn/tomcatjss/trunk/tomcatjss > tomcatjss > For users which have old trees, you will NOT need to "move" your changes, as a community member informed me about the an "svn switch --relocate" option. To sync your old trees with the new repository, merely perform the following steps: * cd pki * svn switch --relocate https://pki.fedoraproject.org/svn/pki http://svn.fedorahosted.org/svn/pki * svn update --- OR --- * cd tomcatjss * svn switch --relocate https://pki.fedoraproject.org/svn/fortitude http://svn.fedorahosted.org/svn/tomcatjss * svn update Remember to resolve any conflicts. I have documented this at http://pki.fedoraproject.org/wiki/PKI_Subversion_Instructions. Many thanks to Kaspar Brand! -- Matt > > STEP 2: You will then need to "move" any changes from any "old" trees > that you have to the "new" trees that you have created in STEP 1 > above. Since the "old" repositories will be left running for the next > week or two, it is recommended that you first perform an "svn update" > on any "old" trees to iron out any conflicts prior to moving your > changes to the "new" tree. For example: > > * cd tomcatjss; svn update > * cd pki; svn update > > The Dogtag Wiki as well as the PKI and TOMCATJSS source tarballs will > remain located at 'pki.fedoraproject.org'. > > Thanks, > -- Matt > > NOTE: As a part of this migration, ALL Dogtag and tomcatjss packages > have been increased from version 1.3 to 2.0 (in preparation of future > planned changes to the Dogtag code base), so if you are building > directly from subversion source (rather than using the Dogtag 1.3 > SRPMS), then you may wish to use the following UNSUPPORTED BRANCH URLs > instead: > > * svn co > http://svn.fedorahosted.org/svn/pki/branches/DOGTAG_1_3_FREEIPA_v2_BRANCH/pki > pki > * svn co > http://svn.fedorahosted.org/svn/tomcatjss/branches/DOGTAG_1_3_FREEIPA_v2_BRANCH/tomcatjss > tomcatjss > > > > _______________________________________________ > Pki-users mailing list > Pki-users at redhat.com > https://www.redhat.com/mailman/listinfo/pki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6654 bytes Desc: S/MIME Cryptographic Signature URL: