From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29585 invoked by alias); 9 Jun 2003 01:56:48 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 29493 invoked from network); 9 Jun 2003 01:56:46 -0000 Received: from unknown (HELO web41107.mail.yahoo.com) (66.218.93.23) by sources.redhat.com with SMTP; 9 Jun 2003 01:56:46 -0000 Message-ID: <20030609015645.98958.qmail@web41107.mail.yahoo.com> Received: from [128.12.49.46] by web41107.mail.yahoo.com via HTTP; Sun, 08 Jun 2003 18:56:45 PDT Date: Mon, 09 Jun 2003 01:56:00 -0000 From: Dara Hazeghi Subject: Re: Build Error To: Mark Wielaard Cc: mauve-discuss@sources.redhat.com In-Reply-To: <1055076035.779.1074.camel@elsschot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q2/txt/msg00032.txt.bz2 > The problems comes from the fact that we are now > sometimes using a class > both as a test and as an helper class for another > test. This means that > we have to make sure that the combination of > 'choices' and the 'uses' > only contain each class once. The attached patch > does this. Thanks Mark, your patch seems to have fixed that problem. Now though, I can't just do: echo gnu.testlet.java.lang.Character.unicode | ./SimpleTestHarness from the directory I did make check in. I get: FAIL: uncaught exception loading gnu.testlet.java.lang.Character.unicode: java.lang.ClassNotFoundException: gnu.testlet.java.lang.Character.unicode not found in [file:./, core:/] java.lang.ClassNotFoundException: gnu.testlet.java.lang.Character.unicode not found in [file:./, core:/] at java.net.URLClassLoader.findClass(java.lang.String) (/tmp/dara/lib/libgcj.so.4.0.0) at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/tmp/dara/lib/libgcj.so.4.0.0) at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/tmp/dara/lib/libgcj.so.4.0.0) at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/tmp/dara/lib/libgcj.so.4.0.0) at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/tmp/dara/lib/libgcj.so.4.0.0) at java.lang.Class.forName(java.lang.String) (/tmp/dara/lib/libgcj.so.4.0.0) at gnu.testlet.SimpleTestHarness.runtest(java.lang.String) (/tmp/mauve/gnu/testlet/SimpleTestHarness.java:215) at gnu.testlet.SimpleTestHarness.main(java.lang.String[]) (/tmp/mauve/gnu/testlet/SimpleTestHarness.java:371) 1 of 1 tests failed Hopefully this is as straightforward the last issue... Thanks, Dara __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com