From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7350 invoked by alias); 25 Jun 2008 07:35:02 -0000 Received: (qmail 7332 invoked by uid 22791); 25 Jun 2008 07:35:01 -0000 X-Spam-Check-By: sourceware.org Received: from vegas.theobroma-systems.com (HELO mail.theobroma-systems.com) (88.198.52.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 07:34:41 +0000 Received: from [86.59.122.178] (port=47549 helo=[10.0.2.106]) by mail.theobroma-systems.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KBPWV-0007xC-Gx; Wed, 25 Jun 2008 09:34:37 +0200 Subject: Re: Am I doing something wrong? From: Christian Thalinger To: David Herron Cc: mauve-discuss@sources.redhat.com In-Reply-To: <4861947D.7070705@sun.com> References: <4861947D.7070705@sun.com> Content-Type: text/plain Date: Wed, 25 Jun 2008 07:35:00 -0000 Message-Id: <1214379274.4472.1.camel@cthalinger.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00006.txt.bz2 On Tue, 2008-06-24 at 17:42 -0700, David Herron wrote: > Just to try out Mauve I'm running it on my OS X machine with Apple's Java. > > ./configure --with-vm=/Library/Java/Home/bin/java > make > java Harness -verbose -showpasses -compile -vm java gnu.testlet One thing that's wrong, but I'm not sure this is causing the exception, you have to pass an argument to -compile option: -compile [yes|no]: specify whether or not to compile the tests before running them. This When I try your commandline, it simply test all testlets except the ones I specify. - twisti