This document is in rough form, but I figured someone might find it
useful.
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
--
Brian Jones <[EMAIL PROTECTED]>
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath