Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 3032 invoked from network); 17 Jan 2006 22:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 22:47:50 -0000 Received: (qmail 8287 invoked by uid 500); 17 Jan 2006 22:47:46 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 8196 invoked by uid 500); 17 Jan 2006 22:47:45 -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 8181 invoked by uid 99); 17 Jan 2006 22:47:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 14:47:45 -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, 17 Jan 2006 14:47:44 -0800 Received: (qmail 28130 invoked from network); 17 Jan 2006 22:47:20 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.1.100?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 17 Jan 2006 22:47:20 -0000 Message-ID: <43CD73F8.3050107@pobox.com> Date: Tue, 17 Jan 2006 17:47:20 -0500 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: problems with security2 References: <43CD2548.40608@pobox.com> In-Reply-To: <43CD2548.40608@pobox.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 I am haplessly plodding along. I found one problem (mine) which fixed a test, and now I seem to have a more interesting problem with the serialization tests... Are the serialization tests "golden data" files somehow dependent the com.openintel package structure and would be allergic to a org.apache.harmony package structure? geir Geir Magnusson Jr wrote: > I've been trying to refactor security2 into the org.apache pacakage space. > > I'm now having test failures. > > Can someone else do a co of security2 and verify? I've backed out the > change so that you need junit and bcprov on your classpath (argh!) and > turned on haltonfailure so that the tests will stop once something goes > wrong. > > I thought I was being careful - while it's clear that I have no idea > what I'm doing, there's clearly something a little more subtle going on > here because I wouldn't think that just moving package names would be a > problem. I assume that there's some provider or other configuration-ish > issue. > > This would be a good learning experience for all of us how this works. I > need to run out for about 20 min... bbiab. > > geir > >