JNode and Mauve project

I am now also working for the Mauve project.

Mauve is a project aiming at testing the core Java libraries implementations, like GNU Classpath (that JNode is using).

Mauve not only tests the core classes but also the VM. By working on that, we help reporting bugs in Classpath but also in JNode VM... all that in order to be compatible with JLS (Java Language Specifications).

In the near future, I hope to be able to run them under JNode.

Sounds good

Fabien,

I think it is a very good goal to make Mauve run under JNode.

Please do so!

Ewout

added to the book "Tester guide"

Now, the mauve and mauve-filter command works.
The procedure to run the tests is here

Fabien