This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG 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]

BCEL question


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


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