From harmony-dev-return-3012-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Fri Jan 13 11:55:11 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 96967 invoked from network); 13 Jan 2006 11:55:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 11:55:09 -0000 Received: (qmail 75754 invoked by uid 500); 13 Jan 2006 11:55:06 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 75667 invoked by uid 500); 13 Jan 2006 11:55:05 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 75656 invoked by uid 99); 13 Jan 2006 11:55:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 03:55:05 -0800 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 [62.118.80.130] (HELO petasus.ims.intel.com) (62.118.80.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 03:55:04 -0800 Received: from MSSMSXVS01.ccr.corp.intel.com (MSSMSXVS01.ccr.corp.intel.com [10.125.2.23]) by petasus.ims.intel.com (8.12.9-20030918-01/8.12.10/d: small-solo.mc,v 1.2 2004/09/17 18:05:04 root Exp $) with SMTP id k0DC8EHw022644 for ; Fri, 13 Jan 2006 12:08:14 GMT Received: from mssmsx331.ccr.corp.intel.com ([10.125.2.16]) by MSSMSXVS01.ccr.corp.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2006011314543929871 for ; Fri, 13 Jan 2006 14:54:39 +0300 Received: from mssmsx402.ccr.corp.intel.com ([10.125.2.12]) by mssmsx331.ccr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 13 Jan 2006 14:54:40 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Experiments building security2 Date: Fri, 13 Jan 2006 14:57:05 +0300 Message-ID: <6694B22B6436BC43B429958787E45498011D764F@mssmsx402nb> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Experiments building security2 Thread-Index: AcYXhQtx74vSx5bZRHaGXP9pUtULrgAsfXUg From: "Loenko, Mikhail Y" To: X-OriginalArrivalTime: 13 Jan 2006 11:54:40.0190 (UTC) FILETIME=[2273FDE0:01C61838] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That is really good news. For the remaining issues we will try to reproduce them and provide a fix. The next steps could be: 1. Closing the issue with Javadocs and updating the sources according to the decision. (There might be both short-term and long-term decisions, like remove tags and provide something else) 2. Resolving http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200512.mb ox/%3cOF72152DF1.492D3A31-ON802570CE.00371BE2-802570CE.003B501F@uk.ibm.c om%3e 3. Renaming com.openintel packages to whatever we decide 4. Binding Jar verification to security2 5. Selecting one of Base64 de/encoders and ASN.1 de/encoders 6. Something else Please let me know where my help would be useful. Thanks, Mikhail Loenko Intel Middleware Products Division >-----Original Message----- >From: Tim Ellison [mailto:t.p.ellison@gmail.com] >Sent: Thursday, January 12, 2006 8:30 PM >To: harmony-dev >Subject: Experiments building security2 > >FYI I just tried using the Harmony classlib code (and IBM VM) to build >'security2' with the existing security2 build scripts. > >With a minor tweak(*) to the security2/make/build.xml to reflect the >layout of our deployment, I was able to successfully build security2 >using only the class library code from Harmony. > >This is good news, since it shows that the security2 component will fit >into the existing classlib builds and maintain our 'self-hosting' status >(i.e. no dependencies on another Java implementations after the initial >bootstrap build). > >This is what I ran: > >set HY_DEPLOY=3D/harmony/enhanced/classlib/trunk/deploy >set HY_LIB=3D%HY_DEPLOY%/jre/lib/boot >set ANT_HOME=3D/apache-ant-1.6.5 >set CLASSPATH=3D%HY_LIB%/kernel-stubs.jar;%HY_LIB%/luni.jar >set INCLUDE=3D%HY_DEPLOY%/include;%INCLUDE% > >%HY_DEPLOY%\jre\bin\java.exe -cp %ANT_HOME%/lib/ant-launcher.jar >-Dant.home=3D%ANT_HOME%/lib/ant-launcher.jar >org.apache.tools.ant.launch.Launcher -lib %ANT_HOME%/lib >-Dbuild.compiler=3Dorg.eclipse.jdt.core.JDTCompilerAdapter > > >and it all built successfully :-) > >I couldn't run the test suites (the junit fork fails) so still playing >with that. > > >(*) Minor tweak was adding /boot to the end of the jre/lib directory > > >Index: build.xml >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- build.xml (revision 367403) >+++ build.xml (working copy) >@@ -298,7 +298,7 @@ > > > >- >+ > > > > > > > >-- > >Tim Ellison (t.p.ellison@gmail.com) >IBM Java technology centre, UK.