This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Re: RC3 candidate for the first 2.8.0 beta

No replies
boisvert
Joined: 2009-11-11,
User offline. Last seen 38 weeks 5 days ago.
On Fri, Dec 18, 2009 at 12:06 PM, martin odersky <martin.odersky@epfl.ch> wrote:
On Fri, Dec 18, 2009 at 8:54 PM, Alex Boisvert <alex.boisvert@gmail.com> wrote:
> Hmmmm.  I recompiled ScalaTest this morning with 2.8.0.Beta1-RC3 and I ran
> into the error below when trying to run my tests.  I figured I'd post the
> error here in case anybody has already run into this or can point me in the
> right direction:
>
> An exception or error caused a run to abort. This may have been caused by a
> problematic custom reporter.
> java.lang.NoSuchMethodError: scala.reflect.Manifest$.Int()Ljava/lang/Object;

It looks like some mixed up versions on the classpath to me.
The signature of Manifest.Int changed in this RC. It looks like you
are still getting the old one.

Yes, that was it.  After re-checking I found an old scala-library.jar (RC2) in the classpath.

thanks!
alex

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland