From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27961 invoked by alias); 22 Oct 2004 19:24:24 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 27945 invoked from network); 22 Oct 2004 19:24:22 -0000 Received: from unknown (HELO johanna.resare.com) (193.14.119.138) by sourceware.org with SMTP; 22 Oct 2004 19:24:22 -0000 Received: from molly.resare.com (c-771f72d5.01-60-6c6b701.cust.bredbandsbolaget.se [213.114.31.119]) by johanna.resare.com (Postfix) with ESMTP id CF1D1D6BD0 for ; Fri, 22 Oct 2004 21:23:46 +0200 (CEST) Received: from 192.168.110.42 (marit [192.168.110.42]) by molly.resare.com (Postfix) with ESMTP id B1BF8D2DF1 for ; Fri, 22 Oct 2004 21:24:21 +0200 (CEST) Subject: [PATCH] BinaryCompatibilty tests fail due to bogus CLASSPATH with kaffe From: Noa Resare To: Mauve News Group Content-Type: text/plain Date: Fri, 22 Oct 2004 19:24:00 -0000 Message-Id: <1098473061.28956.6.camel@c-061f72d5.01-60-6c6b701.cust.bredbandsbolaget.se> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00018.txt.bz2 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