This is the mail archive of the mauve-discuss@sources.redhat.com 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: Mauve usage with custom bootclasspath?


>>>>> "Daniel" == Daniel Naab <dann@broadjam.com> writes:

>> ./configure JAVA="{PATH TO JAVA} -bootclasspath=BOOTCLASSPATH"
Daniel> JAVAC="{PATH TO JAVAC} -bootclasspath=BOOTCLASSPATH"

Daniel> Is this the correct approach?  Any suggestions for how to
Daniel> isolate tests just to SwingWT?

This looks pretty good.
Once you have everything built, you just need to run the
`gnu.testlet.SimpleTestHarness' program.  How you launch it is up to
you.

This program accepts test names on stdin.  By default the Makefile
will run it with `cat classes | java ...'.  You can easily subset
this:  `grep whatever classes | java ...'

Tom


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