This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Am I doing something wrong?


On Tue, 2008-06-24 at 17:42 -0700, David Herron wrote:
> Just to try out Mauve I'm running it on my OS X machine with Apple's Java. 
> 
> ./configure --with-vm=/Library/Java/Home/bin/java
> make
> java Harness -verbose -showpasses -compile -vm java gnu.testlet

One thing that's wrong, but I'm not sure this is causing the exception,
you have to pass an argument to -compile option:

  -compile [yes|no]:       specify whether or not to compile the tests
before running them.  This

When I try your commandline, it simply test all testlets except the ones
I specify.

- twisti


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]