Closed GoogleCodeExporter closed 9 years ago
I can't reproduce the issue with 1.6.2.2-SNAPSHOT and Eclipse. However I do
have some
issues with IDEA 9. Maybe it's worth creating an issue on the IDEA forum while
I keep
on investigating what could be wrong.
Original comment by etorrebo...@gmail.com
on 20 Apr 2010 at 11:00
Now I get it. IDEA uses another runner for specs and I guess that this is where
the
issue comes from. As a workaround it looks like you can run it as a JUnit test
by
creating a JUnit run configuration.
Original comment by etorrebo...@gmail.com
on 22 Apr 2010 at 12:30
I run them using JUnit run configuration. Actually what I do is Ctrl+Shift+F10
on the
TransTest class. This makes an automatic JUnit configuration for it. I have
trouble
with the specs runner.
Original comment by maill...@gmail.com
on 22 Apr 2010 at 1:06
Ok. I tried to reproduce the issue with the latest EAP (9.0.2), Scala plugin
and specs
1.6.5 and didn't get an issue. I'll try again with specs 1.6.2.2 to see if
that's the
difference.
Original comment by etorrebo...@gmail.com
on 22 Apr 2010 at 1:31
I tested with the latest IDEA 9.0.2, the latest Scala plugin and a JUnit
configuration
and things are working ok. Can you please try that out?
Original comment by etorrebo...@gmail.com
on 22 Apr 2010 at 8:57
I think I know what's the reason for the issue with the specs custom runner.
I am getting this exception when running a simple spec:
Exception in thread "main" java.lang.AbstractMethodError:
org.jetbrains.plugins.scala.testingSupport.specs.Specs16Scala28Notifier.exampleC
ompleted(Ljava/lang/String;)V
at org.specs.runner.NotifierRunner$$anonfun$reportExample$7.apply(NotifierRunner.scala:121)
at org.specs.runner.NotifierRunner$$anonfun$reportExample$7.apply(NotifierRunner.scala:121)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:35)
at scala.collection.mutable.ArrayOps.foreach(ArrayOps.scala:35)
at org.specs.runner.NotifierRunner.reportExample(NotifierRunner.scala:121)
so this may be only a recompilation error of the testing support plugin.
Original comment by etorrebo...@gmail.com
on 22 Apr 2010 at 9:07
I'm closing this issue for now hoping that you were able to get the appropriate
support
with the latest IDEA release.
Original comment by etorrebo...@gmail.com
on 6 May 2010 at 4:42
It is really working fine on IDEA 9.0.2. Sorry for not testing this again.
Original comment by maill...@gmail.com
on 6 May 2010 at 12:45
Original issue reported on code.google.com by
maill...@gmail.com
on 15 Apr 2010 at 3:00