Eclipse Scala IDE | 4 Jul 2012 18:16
Picon
Gravatar

Eclipse Scala IDE 2.0.2 RC3 released!

We are very happy to announce a new release candidate for the next maintenance release of the Scala IDE for Eclipse.

There are only two changes with respect to 2.0.2 RC2:

  • Fixed NullPointerException occurring when using the New > Scala Application wizard - #1000797, #1001115
  • Fixed Assertion exception: Marker property value too long - #1001107

Read the release notes for finding out what’s new in this 2.0.2 maintenance release.

Get 2.0.2-RC3 Now!



Eclipse Scala IDE | 12 Jul 2012 13:03
Picon
Gravatar

Eclipse Scala IDE V2.0.2 released!

We are very happy to announce the release of the Scala IDE for Eclipse V2.0.2. This is a maintenance release containing only bug fixes, and upgrade is recommended for all users.

What’s new?

Better support for JDK 7

The Scala presentation compiler used to (incorrectly) use the running JDK, instead of the one configured on the build path. Now it will honor the correct JDK, meaning that Eclipse can run on JDK 6, but your project can compile against JDK 7.

Better support for nested projects

Importing your multi-module project in the Scala IDE has never been a problem. However, compilation errors in a nested project used to be reported in the top-level project, which was of course confusing. That is fixed now, and we know the Maven lovers will like it.

Better support for mixed Java/Scala projects

For the many of you working with mixed Java/Scala projects, we have been fixing an annoying issue related to  <at> throw annotation, which was causing incorrect errors to be reported in the Java editor.

Changelog

  • Missing Scala library in run classpath - #1000786, #1000919, #1001022
  • Provide reusable sdt.core.tests bundle - #1001080
  • Problem deleting files on Windows - #1000909, #1000923
  • Removed code generation groups from editor’s context menu - #1000972
  • Correctly expose Scala <at> throw annotation to Java - #1000707, #1000800, #1001005
  • Support nested projects (Maven style) - #1000881, #1000734, #1000621
  • Fixed crash in tooltip launch button - #1000951
  • Made Run As Scala Application more robust - #1000911
  • Use the configured JDK when instantiating the presentation compiler. - #1000820
  • A fix for the Scala launch configuration. - #1001096
  • A warning dialog is now displayed if JDT Weaving is disabled. - #1001104
  • Fixed NullPointerException occurring when using the New > Scala Application wizard. - #1000797, #1001115
  • Fixed Assertion exception: Marker property value too long. - #1001107

Get 2.0.2 Now!


anli | 16 Jul 2012 13:06
Picon

tiscaf-0.7

tiscaf [1] - is an http server written in and intended to be used with the Scala programming language.

v.0.7 is out - just a small fix: Lucas Satabin has found a bug in multiple request parameters decoding. Lucas, thanks!

[1] http://gaydenko.com/scala/tiscaf/httpd/
Bill Venners | 23 Jul 2012 08:34
Favicon

ScalaTest 2.0.M2 Released

Hi All,

I have released ScalaTest 2.0.M2. Although this is a milestone
release, it is stable, fully tested, and completely documented. We
have some more work to do before 2.0 final, but this will give you a
good glimpse of what we've been working towards the past year.

For highlights and details, see the release notes:

http://www.scalatest.org/release_notes/2.0.M2

Also take a look at the Scaladoc (which believe it or not given its
bulk, got a major overhaul in 2.0.M2):

http://www.artima.com/docs-scalatest-2.0.M2/#org.scalatest.FlatSpec

And here's how you get it:

http://www.scalatest.org/download#20m2

Our ScalaTest integration into the Scala IDE for Eclipse should be
released soon. I'll attempt to get some time with Mark Harrah at
Scalathon this weekend so we can wrap up the sbt integration and get
that out in both ScalaTest and sbt as soon as possible. We have still
a few fairly major enhancements planned for ScalaTest 2.0, but as you
can see with 2.0.M2, we've already come a long way towards our goal of
seamless, full-featured tools integration.

Enjoy!

Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com

Bill Venners | 26 Jul 2012 08:44
Favicon

ScalaTest for Scala IDE Plugin 0.9.1 Released!

Hello All,

After much hard work spanning an entire year, we are proud to announce
the first official release of the ScalaTest for Scala IDE Plugin! Not
only does this plugin give Scala programmers the level of
test-framework/IDE integration that Java programmers have enjoyed with
JUnit, it goes quite a bit farther:

1. You can pretty much right click on anything that looks runnable and
run it as a test.
2. You can run just the tests you select in code, run tests you select
in reported results, rerun all tests or just previously failed tests,
or run tests in a selected class, file, or package.
3. The results pane mirrors the structure or the specification (i.e.,
if your BDD-style specification text is nested in the source, it will
appear nested in the results pane).
4. You can hop from results to test, scope, class, or line of failed code.
5. You can unfold the top of that stack that is automatically folded
so only the offending line of code is shown.
6. And, because ScalaTest is a platform that can support different
styles of testing, the plugin can be extended to grant full IDE
support for non-ScalaTest-native styles, such as a ScalaCheck
Properties classes, Specs2 Specifications, or custom styles.

You can use the plugin with any release of ScalaTest, but you'll enjoy
the most seamless IDE integration if you use ScalaTest 2.0.M2 (a very
carefully tested milestone release). You can plug it into either the
latest stable release of the Scala IDE for Eclipse (version 2.0.2), or
a nightly build of Eclipse 2.1.0.

So, how do you get the plugin? Select Help -> Install New Software in
Eclipse, and enter as your update site one of the "Scala IDE Ecosystem
update site" URLs on this page:

http://scala-ide.org/download/ecosystem.html

Select ScalaTest for Scala IDE (and the others if you don't have them
already), and click Next then Finish.

Information on the features of the integration (and some screenshots
(and the source code)) is here:

https://github.com/scalatest/scalatest-eclipse-plugin

A video demo of the plugin that I gave back at ScalaDays is here:

http://skillsmatter.com/podcast/scala/scalatest-scalamock-subcut

Info on ScalaTest 2.0.M2 is here:

http://www.scalatest.org/download#20m2

With the release notes for ScalaTest 2.0.M2 here:

http://www.scalatest.org/release_notes/2.0.M2

Many thanks to Chua Chee Seng, George Berger, Luc Bourlier, Mirco
Dotta, Iulian DragoČ™ and everyone else who helped with this effort.

Enjoy!

Bill
----
Bill Venners
Artima, Inc.
http://www.artima.com


Gmane