- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Seeking some help with IDEA 11 + scalatest (and more generally, configuring IDEA to work with with Scala-related tools)
Thu, 2011-12-29, 01:54
In IDEA 11, I can run my scalatest test directly from IDEA, rather than needing to do it through the sbt console plugin. This is nice because the output from the IDEA tests have hyperlinks to the line the error occurred, while the tests run from the plugin do not. The hyperlinks could be a big timesaver.
However, when IDEA runs the tests directly, I get a stack trace in the output window, which does not happen when I run the tests from the plugin. My best guess is that somehow, IDEA is running quite an old version of scalatest, when the stack trace was the default. I've looked through all of the Project Structure dialog windows, but haven't found anything that seems related to this problem. But then, I don't have much experience in configuring IDEA at that level, as previous versions of IDEA seemed problematic with Scala when doing builds, tests, etc--I always used sbt from the plugin instead.
So I have the specific question above, and in addition, would welcome comments on other aspects of configuring IDEA to work optimally with Scala, especially tricky or nonobvious aspects.
Thanks,Ken
However, when IDEA runs the tests directly, I get a stack trace in the output window, which does not happen when I run the tests from the plugin. My best guess is that somehow, IDEA is running quite an old version of scalatest, when the stack trace was the default. I've looked through all of the Project Structure dialog windows, but haven't found anything that seems related to this problem. But then, I don't have much experience in configuring IDEA at that level, as previous versions of IDEA seemed problematic with Scala when doing builds, tests, etc--I always used sbt from the plugin instead.
So I have the specific question above, and in addition, would welcome comments on other aspects of configuring IDEA to work optimally with Scala, especially tricky or nonobvious aspects.
Thanks,Ken
Thu, 2011-12-29, 09:51
#2
Re: Seeking some help with IDEA 11 + scalatest (and more genera
On Thu, Dec 29, 2011 at 10:54 AM, Ken McDonald <ykkenmcd@gmail.com> wrote:
If you generate the IDEA project files with the sbt-idea [1], you're guaranteed to have the same versions of libraries on your classpath.
[1] https://github.com/mpeltonen/sbt-idea
In IDEA 11, I can run my scalatest test directly from IDEA, rather than needing to do it through the sbt console plugin. This is nice because the output from the IDEA tests have hyperlinks to the line the error occurred, while the tests run from the plugin do not. The hyperlinks could be a big timesaver.
However, when IDEA runs the tests directly, I get a stack trace in the output window, which does not happen when I run the tests from the plugin. My best guess is that somehow, IDEA is running quite an old version of scalatest, when the stack trace was the default. I've looked through all of the Project Structure dialog windows, but haven't found anything that seems related to this problem. But then, I don't have much experience in configuring IDEA at that level, as previous versions of IDEA seemed problematic with Scala when doing builds, tests, etc--I always used sbt from the plugin instead.
So I have the specific question above, and in addition, would welcome comments on other aspects of configuring IDEA to work optimally with Scala, especially tricky or nonobvious aspects.
If you generate the IDEA project files with the sbt-idea [1], you're guaranteed to have the same versions of libraries on your classpath.
[1] https://github.com/mpeltonen/sbt-idea
Am 29.12.2011 01:54, schrieb Ken McDonald:
> In IDEA 11, I can run my scalatest test directly from IDEA, rather
> than needing to do it through the sbt console plugin. This is nice
> because the output from the IDEA tests have hyperlinks to the line the
> error occurred, while the tests run from the plugin do not. The
> hyperlinks could be a big timesaver.
>
> However, when IDEA runs the tests directly, I get a stack trace in the
> output window, which does not happen when I run the tests from the
> plugin. My best guess is that somehow, IDEA is running quite an old
> version of scalatest, when the stack trace was the default. I've
> looked through all of the Project Structure dialog windows, but
> haven't found anything that seems related to this problem. But then, I
> don't have much experience in configuring IDEA at that level, as
> previous versions of IDEA seemed problematic with Scala when doing
> builds, tests, etc--I always used sbt from the plugin instead.
>
> So I have the specific question above, and in addition, would welcome
> comments on other aspects of configuring IDEA to work optimally with
> Scala, especially tricky or nonobvious aspects.
>
>
>
> Thanks,
> Ken
delete the old version from your hard drive :)
idea should no longer compile, and something in your settings should be
highlighted in red.
also, there should be a console where you can see the complete classpath