classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The Mauve


From: Brian Jones
Subject: Re: The Mauve
Date: 22 May 2002 18:09:04 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Alex Lau <address@hidden> writes:

> I looking in the Configure file in Mauve.... it should able to take
> anything rather then JDK and java*
> and consider as mauve-KEYS but it doesn't do that..I'm not
> sure... anyway I write some script by hand
> to test the io class in my kiss-classpath install from debian.
> here is some result... I'm not sure I'm doing it right please let me know.
> Thanks spending time on my little head..
> Alex

Here's a HOWTO I forgot I wrote...

Brian
-- 
Brian Jones <address@hidden>

Mauve HOWTO

Set JAVAC, JAVA environment variables

        export JAVA=orp
        export JAVAC=jikes

(orp is a shell script that calls the real orp with some arguments)

        #!/bin/sh
        ~/orp-1.0.9/mains/orp/Linux/dbg/orp -swapjit 0 1 -classpath \
                $CLASSPATH $*

Configure and create Makefile

./configure

Run All Tests

        make KEYS=classpath check

Or Run a Single Test

        echo "gnu.testlet.java.io.File.jdk11" | \
                orp gnu.testlet.SimpleTestHarness

To recompile, delete classes.stamp
To reconfigure classes based on KEYS input, delete choices and classes
To change JAVA or JAVAC, change environment and rerun configure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]