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]

[PATCH] BinaryCompatibilty tests fail due to bogus CLASSPATH withkaffe


Hello

When the CLASSPATH environment variable is unset when executing the
BinaryCompatibility tests make sets CLASSPATH to just MAUVE_HOME. The
BinaryCompatibility testing script 'foo' then executes $JAVA without an
explicit -classpath arg which makes tests fail with kaffe.

The attached patch adds an explicit -classpath . to the $JAVA args and
makes cvs kaffe pass all the BinaryCompatibility tests. Please apply.

As usual the patch is also available from
http://resare.com/noa/mauve/patches/ along with my other pending
patches.

/noa


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