From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29180 invoked by alias); 5 Jul 2004 03:43:07 -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 29147 invoked from network); 5 Jul 2004 03:43:05 -0000 Received: from unknown (HELO piglet.dstc.edu.au) (130.102.176.1) by sourceware.org with SMTP; 5 Jul 2004 03:43:05 -0000 Received: from dstc.edu.au (credence.dstc.edu.au [130.102.177.137]) by piglet.dstc.edu.au (8.12.10/8.12.10) with ESMTP id i653gkij003660; Mon, 5 Jul 2004 13:42:46 +1000 (EST) Message-Id: <200407050342.i653gkij003660@piglet.dstc.edu.au> To: "James Damour (Suvarov454)" cc: mauve-discuss@sources.redhat.com, crawley@piglet.dstc.edu.au Subject: Re: Mauve halts after first error. In-Reply-To: Message from James Damour of "Sun, 04 Jul 2004 20:07:47 -0400." <1088986067.16214.18.camel@hovel.lepus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 05 Jul 2004 03:43:00 -0000 From: Stephen Crawley X-Scanned-By: MIMEDefang 2.39 (DSTC) X-SW-Source: 2004-q3/txt/msg00002.txt.bz2 Hi, I ran into this particular problem too. Someone has checked in a Mauve test case that refers to a class that Classpath does not yet support. [I wish people wouldn't do this!] The workaround is to add the following line to your keys file: !java.beans.Expression.check -- Steve