Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 27257 invoked from network); 10 Jul 2006 10:59:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 10:59:41 -0000 Received: (qmail 73066 invoked by uid 500); 10 Jul 2006 10:59:27 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 72992 invoked by uid 500); 10 Jul 2006 10:59:26 -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 72210 invoked by uid 99); 10 Jul 2006 10:59:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 03:59:23 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 195.212.29.134 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.134] (HELO mtagate1.uk.ibm.com) (195.212.29.134) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 03:59:21 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate1.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k6AAwxpC024788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 10 Jul 2006 10:58:59 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k6AB0TVq135844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 Jul 2006 12:00:29 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k6AAwwcj030883 for ; Mon, 10 Jul 2006 11:58:58 +0100 Received: from anaheim.local (anaheim.hursley.ibm.com [9.20.183.13]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6AAwwpr030880 for ; Mon, 10 Jul 2006 11:58:58 +0100 Message-Id: <200607101058.k6AAwwpr030880@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-7) with nmh-1.1 From: Mark Hindess To: harmony-dev@incubator.apache.org Subject: Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm In-reply-to: Your message of "Mon, 10 Jul 2006 17:50:29 +0700." <906dd82e0607100350x49f35374uc4236227b05cf80f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2006 11:59:00 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10 July 2006 at 17:50, "Mikhail Loenko" wrote: > 2006/7/10, Anton Luht : > > Mark, > > > > Let me report one more build problem in this thread: On build 420458 > > of VM + classlib the following test: > > > > import javax.swing.*; > > > > public class Test { > > public static void main(String[] args) throws Throwable { > > new JButton(); > > } > > } > > > > > > prints: > > > > Uncaught exception in AWT-EventQueue: > > java.lang.UnsatisfiedLinkError: Can not find the library: accessors.dll > > at java.lang.Runtime.loadLibrary0() > > at java.lang.System.loadLibrary() > > > Hi Anton, > > do you think it's related to Yuri's contribution? In order to compile the awt (and misc) natives you must pass the "-Dwith.awt.swing=true" option to ant. -Mark. > > On 7/7/06, Mark Hindess wrote: > > > > > > On 7 July 2006 at 16:07, Mark Hindess wrote > : > > > > > > > > On 7 July 2006 at 18:34, "Anton Luht" wrote: > > > > > Yuri, > > > > > > > > > > I'm trying to test serialization but the simple test: > > > > > > > > > > import java.io.*; > > > > > > > > > > public class Test { > > > > > public static void main(String[] args) throws Throwable { > > > > > ObjectOutputStream oos = new ObjectOutputStream(new > > > > > ByteArrayOutputStream()); > > > > > oos.writeObject(new Object()); > > > > > } > > > > > } > > > > > > > > > > fails: > > > > > > > > > > java.lang.Error: java.security.NoSuchAlgorithmException: MessageDiges > t SHA > > > > > implementation not found > > > > > at java.io.ObjectStreamClass.computeSerialVersionUID > > > > > (ObjectStreamClass.java:345) > > > > > ........ > > > > > > > > > > I've built a version of classlib with your patch but the test still > > > > > fails. Is it because I didn't apply it correctly or maybe something > > > > > else is missing? > > > > > > > > Yes. "jre/lib/security". Oddly enough I was just looking at this. > > > > > > Fixed in r419914. I've removed the multiple copy tasks that we listing > > > everything drlvm wanted from classlib and replaced it with a copy > > > that copies everything except they things we *don't* need. This should > > > be more reliable. Hopefully it will become obsolete when we have a > > > top-level build. > > > > > > Regards, > > > Mark. > > > > > > > > > > > > --------------------------------------------------------------------- > > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > > > > > > > -- > > Regards, > > Anton Luht, > > Intel Middleware Products Division > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org