From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31490 invoked by alias); 5 May 2004 21:20:01 -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 31480 invoked from network); 5 May 2004 21:20:01 -0000 Received: from unknown (HELO hermes.broadjam.com) (64.73.35.111) by sources.redhat.com with SMTP; 5 May 2004 21:20:01 -0000 Received: by hermes.broadjam.com with Internet Mail Service (5.5.2653.19) id ; Wed, 5 May 2004 16:26:00 -0500 Message-ID: <91109D2A38887045A9549186D4D0EE06011B5670@hermes.broadjam.com> From: Daniel Naab To: "'mauve-discuss@sources.redhat.com'" Subject: Mauve usage with custom bootclasspath? Date: Wed, 05 May 2004 21:20:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-q2/txt/msg00067.txt.bz2 I'm attempting to create some scripts to test the SwingWT library, a Swing implementation over SWT: http://swingwt.sourceforge.net Given the nature of the library (replacement for existing base runtime libraries) and a desire to allow the test suite to run under any JVM configuration, I'd like to run the tests with SwingWT in the boot class path. Assume running with the Sun JDK, how would I go about this? I'm trying something along these lines currently: > autoreconf > ./configure JAVA="{PATH TO JAVA} -bootclasspath=BOOTCLASSPATH" JAVAC="{PATH TO JAVAC} -bootclasspath=BOOTCLASSPATH" > make check where BOOTCLASSPATH = {PATH TO SWINGWT JAR};{PATH TO RT.JAR} Is this the correct approach? Any suggestions for how to isolate tests just to SwingWT? Forgive my ignorance if this is the incorrect way to use Mauve, but I found it difficult for find documentation. Thank you! Daniel Naab