From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4765 invoked by alias); 5 May 2004 21:33:42 -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 4758 invoked from network); 5 May 2004 21:33:41 -0000 Received: from unknown (HELO email3.peakpeak.com) (207.189.223.52) by sources.redhat.com with SMTP; 5 May 2004 21:33:41 -0000 Received: (qmail 1469 invoked from network); 5 May 2004 21:56:25 -0000 Received: from 203-214-189-207.dyn.peakpeak.com (HELO fleche.redhat.com) ([207.189.214.203]) (envelope-sender ) by email3.peakpeak.com (qmail-ldap-1.03) with SMTP for ; 5 May 2004 21:56:25 -0000 Received: by fleche.redhat.com (Postfix, from userid 1000) id 6F37C4F8765; Wed, 5 May 2004 15:22:01 -0600 (MDT) To: Daniel Naab Cc: "'mauve-discuss@sources.redhat.com'" Subject: Re: Mauve usage with custom bootclasspath? References: <91109D2A38887045A9549186D4D0EE06011B5670@hermes.broadjam.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 05 May 2004 21:33:00 -0000 In-Reply-To: <91109D2A38887045A9549186D4D0EE06011B5670@hermes.broadjam.com> Message-ID: <87vfjaefif.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-q2/txt/msg00068.txt.bz2 >>>>> "Daniel" == Daniel Naab writes: >> ./configure JAVA="{PATH TO JAVA} -bootclasspath=BOOTCLASSPATH" Daniel> JAVAC="{PATH TO JAVAC} -bootclasspath=BOOTCLASSPATH" Daniel> Is this the correct approach? Any suggestions for how to Daniel> isolate tests just to SwingWT? This looks pretty good. Once you have everything built, you just need to run the `gnu.testlet.SimpleTestHarness' program. How you launch it is up to you. This program accepts test names on stdin. By default the Makefile will run it with `cat classes | java ...'. You can easily subset this: `grep whatever classes | java ...' Tom