public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Naab <dann@broadjam.com>
To: "'mauve-discuss@sources.redhat.com'" <mauve-discuss@sources.redhat.com>
Subject: Mauve usage with custom bootclasspath?
Date: Wed, 05 May 2004 21:20:00 -0000	[thread overview]
Message-ID: <91109D2A38887045A9549186D4D0EE06011B5670@hermes.broadjam.com> (raw)

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

             reply	other threads:[~2004-05-05 21:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-05 21:20 Daniel Naab [this message]
2004-05-05 21:33 ` Tom Tromey
2004-05-06  4:28 Daniel Naab
2004-05-06 23:10 Daniel Naab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91109D2A38887045A9549186D4D0EE06011B5670@hermes.broadjam.com \
    --to=dann@broadjam.com \
    --cc=mauve-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).