From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8703 invoked by alias); 11 Dec 2002 23:57:22 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 8696 invoked from network); 11 Dec 2002 23:57:21 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 11 Dec 2002 23:57:21 -0000 Received: from fleche.redhat.com (tq0205.peakpeak.com [207.174.177.205]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id QAA08217; Wed, 11 Dec 2002 16:57:11 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 976F94F8089; Wed, 11 Dec 2002 16:56:35 -0700 (MST) To: rhug-rhats@sources.redhat.com Subject: BCEL question From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I wonder if there's anything GOOD on tonight? Date: Wed, 11 Dec 2002 15:57:00 -0000 Message-ID: <873cp4hzyk.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00007.txt.bz2 Now the BCEL compilation fails: ../../rhug/BCEL/upstream/src/java/org/apache/bcel/verifier/exc/AssertionViolatedException.java:111: error: Method `java.lang.Throwable.getStackTrace()' was defined with return type `java.lang.StackTraceElement[]' in class `java.lang.Throwable'. public String getStackTrace(){ The problem here is that getStackTrace was added to Throwable in 1.4. What is the usual approach here? Find a new BCEL and see if it is fixed? Fix BCEL in the rhug tree? Tom