Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 57201 invoked from network); 31 Jan 2006 15:24:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jan 2006 15:24:40 -0000 Received: (qmail 38888 invoked by uid 500); 31 Jan 2006 15:24:34 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 38820 invoked by uid 500); 31 Jan 2006 15:24:34 -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 38809 invoked by uid 99); 31 Jan 2006 15:24:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 07:24:34 -0800 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: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Jan 2006 07:24:33 -0800 Received: (qmail 10980 invoked from network); 31 Jan 2006 15:24:09 -0000 Received: from 72-254-13-101.client.stsn.net (HELO ?10.5.110.129?) (geir@72.254.13.101) by b014.internal.mobile-health-diary.com with SMTP; 31 Jan 2006 15:24:09 -0000 Message-ID: <43DF8107.6090403@pobox.com> Date: Tue, 31 Jan 2006 07:23:51 -0800 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib] running security2 tests References: <43DF2915.4070904@gmail.com> In-Reply-To: <43DF2915.4070904@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tim Ellison wrote: > Can somebody tell me how to run the security2 tests on the Harmony code? $ cd modules/security2/make $ set CLASSPATH=%CLASSPATH%;; $ ant tests.run Yes, the classpath thing is awful. I had it working w/ automated download of deps but the problem was that what is on ibibilio for bcprov is too old. I was going to research what's in bcprov before setting up a little repo for us at that ASF. > > I can checkout the entire library, and with a JDK on the path, I can > build it all together. > > Then if I go into the security2/make dir the ant target to run the tests > (called "tests.run") compiles the test suite code too, so I still need > the JDK on the path -- so how do I run the tests on the Harmony JRE > classlib/deploy? I thought that the ant script took care of that, putting the harmony artifacts in the boot classpath > > The security2/make/build.xml still has a bunch of environment > assumptions about my JAVA_HOME / CLASSPATH etc. Can we get rid of them? Yep geir