classpath
[Top][All Lists]
Advanced

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

Re: classpath+jamvm+mauve Howto?


From: Meskauskas Audrius
Subject: Re: classpath+jamvm+mauve Howto?
Date: Thu, 13 Oct 2005 18:05:38 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hi, Norman and David,

There are some talks about the Ant in http://developer.classpath.org/mediation/ClasspathCompatiblePrograms. Probably they should also be referenced from the "First Steps in GNU Classpath development <http://developer.classpath.org/mediation/#head-98025375d10c3b73913bc66719e8f6ecb0d1f430>". There it is described how to launch the Mauve tests with Ant under JamVM rather than under usually default IBM jre. If you cannot force Ant to compile in "JamVM mode" due some unknown reasons, the seemliest way is to launch it under default jre (just type "ant"), compile Mauve classes this way and then rerun Mauve under jre. The classes will not be recompiled.

When I am focused on some specific test, I also usually run it separately, from Eclipse. For this, I have a very primitive implementation of the TestHarness that just prints the message if the check fails and hence does not need anything else to run.

Regards
Audrius






reply via email to

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