sean.mcdirmid | 1 Dec 2007 01:23
Picon
Picon
Favicon

Re: [ANN] Scala 2.6.1-RC1

By stable API, we mostly means binary compatibility. Drop in only
works if the compiler itself hasn't changed. Note that highlighting
in the old plugin is going to get worse in the next release because
I've tweaked so many positions in the core compiler to help build
the new plugin but I haven't gone back and updated the code for 
the old plugin yet. I'm going to have to evaluate this and see how
bad it is. 

But expect an updated old plugin soon. Its mostly just a matter
of pushing a few buttons.

Sean

Quoting Ingo Maier <ingoem <at> googlemail.com>:

> Unfortunately, you cannot. Up to certain point, you can replace the 
> compiler and library jars in the ch.epfl.sdt.core.compiler plugin's lib
> 
> folder with those from the nightly builds (for the old plugin; don't 
> know what to do with the new one. Sean?). There isn't really a stable 
> compiler API and thus the longer the plugin hasn't been upgraded, the 
> more likely this will break.
> 
> However, Sean already said on this list that he will update the old 
> plugin soon.
> 
> Ingo
> 
> Normen Müller wrote:
> > Yeah, I have the same question.  Is it possible to use Eclipse update
(Continue reading)

David Bernard | 12 Dec 2007 13:25
Picon
Favicon

maven-scala-plugin 2.2 release

Hi,

The maven-scala-plugin-team is pleased to announce the maven-scala-plugin-2.2 release!

The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.

Changes in this version include:

New features:
o the console goal (with history and line navigation)  (see http://scala-tools.org/mvnsites/maven-scala-plugin/usage_console.html)
o add basic support of javarebel int the console goal

Fixed Bugs:
o location/directory of scaladocs for modules

Changes:
o compile and testCompile, only compile newer source file modification than the last compilation
o linksource option of scaladoc, default is now true
o call "scalac -help -X -Y" for scala:help

Have fun!
-maven-scala-plugin-team

http://scala-tools.org/mvnsites/maven-scala-plugin

Stéphane Micheloud | 14 Dec 2007 14:18
Picon
Picon
Favicon

[ANN] Scala 2.6.1-RC2

We are pleased to announce version 2.6.0-RC2 of the Scala distribution:

It fixes a few bugs present in RC1.

      http://scala-lang.org/downloads/changes.html#v2.6.1-RC2

The final release (aka. 2.6.1-final) is planned in 1-2 weeks.

Bye
-- Stephane

David Bernard | 14 Dec 2007 14:53
Picon
Favicon

Re: [ANN] Scala 2.6.1-RC2

Available on scala-tools.org repository for maven :

<dependency>
   <groupId>org.scala-lang</groupId>
   <artifactId>scala-library</artifactId>
   <version>2.6.1-rc2</version>
</dependency>

Thanks

/davidB

Stéphane Micheloud wrote:
> We are pleased to announce version 2.6.0-RC2 of the Scala distribution:
> 
> It fixes a few bugs present in RC1.
> 
>      http://scala-lang.org/downloads/changes.html#v2.6.1-RC2
> 
> The final release (aka. 2.6.1-final) is planned in 1-2 weeks.
> 
> 
> Bye
> -- Stephane

David Pollak | 14 Dec 2007 20:31
Picon
Gravatar

Re: [scala-announce] [ANN] Scala 2.6.1-RC2

Will the old Eclipse plugin be updated to have these libraries in the next day or two?

On Dec 14, 2007 5:18 AM, Stéphane Micheloud <stephane.micheloud <at> epfl.ch > wrote:
We are pleased to announce version 2.6.0-RC2 of the Scala distribution:

It fixes a few bugs present in RC1.

     http://scala-lang.org/downloads/changes.html#v2.6.1-RC2

The final release (aka. 2.6.1-final) is planned in 1-2 weeks.


Bye
-- Stephane



--
lift, the secure, simple, powerful web framework http://liftweb.net
Collaborative Task Management http://much4.us
Stéphane Micheloud | 19 Dec 2007 16:02
Picon
Picon
Favicon

[ANN] Scala 2.6.1-final

We are pleased to announce version 2.6.1-final of the
Scala distribution (no change since RC2):

    http://scala-lang.org/downloads/changes.html#v2.6.1-final

The updated Scala plugin for Eclipse should be available
in 1-2 weeks.

The next version of Scala (aka 2.6.2) will provide better
support for Java generics (among other improvements).

Bye
-- Stephane

David Bernard | 19 Dec 2007 22:41
Picon
Favicon

Re: [ANN] Scala 2.6.1-final

available in maven repository : http://scala-tools.org/repo-releases

/davidB
Stéphane Micheloud wrote:
> We are pleased to announce version 2.6.1-final of the
> Scala distribution (no change since RC2):
> 
>    http://scala-lang.org/downloads/changes.html#v2.6.1-final
> 
> 
> The updated Scala plugin for Eclipse should be available
> in 1-2 weeks.
> 
> 
> The next version of Scala (aka 2.6.2) will provide better
> support for Java generics (among other improvements).
> 
> 
> Bye
> -- Stephane


Gmane