- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: RC3 candidate for the first 2.8.0 beta
Fri, 2009-12-18, 21:10
On Fri, Dec 18, 2009 at 12:06 PM, martin odersky <martin.odersky@epfl.ch> wrote:
Yes, that was it. After re-checking I found an old scala-library.jar (RC2) in the classpath.
thanks!
alex
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