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




_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to