From harmony-dev-return-9984-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Mon Jul 10 13:28:57 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 84848 invoked from network); 10 Jul 2006 13:28:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 13:28:56 -0000 Received: (qmail 26091 invoked by uid 500); 10 Jul 2006 13:28:52 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 25895 invoked by uid 500); 10 Jul 2006 13:28:52 -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 25884 invoked by uid 99); 10 Jul 2006 13:28:51 -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 06:28:51 -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.138 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.138] (HELO mtagate5.uk.ibm.com) (195.212.29.138) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 06:28:51 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate5.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k6ADSSvH082654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 10 Jul 2006 13:28:29 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 k6ADTwPh123684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 Jul 2006 14:29:58 +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 k6ADSRcx025430 for ; Mon, 10 Jul 2006 14:28:27 +0100 Received: from anaheim.local (sig-9-145-23-115.uk.ibm.com [9.145.23.115]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6ADSRhl025421 for ; Mon, 10 Jul 2006 14:28:27 +0100 Message-Id: <200607101328.k6ADSRhl025421@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 07:20:28 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2006 14:28:30 +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 7:20, "Geir Magnusson Jr." wrote: > > On Jul 10, 2006, at 6:59 AM, Mark Hindess wrote: > > > > > 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. > > > > Why? Why don't we include this by default? It is not integrated and there is still (AFAIK) no progress on the windows dependencies. -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