|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[ANN] Scala 2.7.0-final
by Stéphane Micheloud
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message We are pleased to announce version 2.7.0-final of the
Scala distribution (with a few bug fixes since RC2): http://scala-lang.org/downloads/changes.html#v2.7.0-final The updated Scala plugin for Eclipse should be available in 1-2 days. http://www.scala-lang.org/tools/eclipse/index.html Bye -- Stephane PS. This release is my last official contribution to the Scala project. Being in charge of the distribution (and the website) since over 4 years, I will now put my efforts exclusively into my personal research work. |
|
|
Re: [scala] [ANN] Scala 2.7.0-final
by David Bernard-3
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Available on http://scala-tools.org/ for maven's users (and others)
<properties> <scala.version>2.7.0</scala.version> </properties> <repository> <id>scala-tools.org</id> <name>Scala Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-releases</url> </repository> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>${scala.version}</version> </dependency> Stéphane, thank you and success for your personal research work. /davidB Stéphane Micheloud wrote: > We are pleased to announce version 2.7.0-final of the > Scala distribution (with a few bug fixes since RC2): > > http://scala-lang.org/downloads/changes.html#v2.7.0-final > > > The updated Scala plugin for Eclipse should be available > in 1-2 days. > > http://www.scala-lang.org/tools/eclipse/index.html > > > Bye > -- Stephane > > > PS. This release is my last official contribution to the > Scala project. Being in charge of the distribution > (and the website) since over 4 years, I will now put > my efforts exclusively into my personal research work. |
|
|
Re: [scala] [ANN] Scala 2.7.0-final
by Martin Odersky
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Everybody, hold off for an hour or so. There's a patch in the pipeline
for raw types which hopefully solves the problems that lift had. I'll apply it, and announce again when we are ready. Cheers -- Martin On Thu, Feb 28, 2008 at 2:27 PM, David Bernard <david.bernard.31@...> wrote: > Available on http://scala-tools.org/ for maven's users (and others) > > <properties> > <scala.version>2.7.0</scala.version> > </properties> > > <repository> > <id>scala-tools.org</id> > <name>Scala Tools Maven2 Repository</name> > <url>http://scala-tools.org/repo-releases</url> > </repository> > > <dependency> > <groupId>org.scala-lang</groupId> > <artifactId>scala-library</artifactId> > <version>${scala.version}</version> > </dependency> > > Stéphane, thank you and success for your personal research work. > > /davidB > > > > Stéphane Micheloud wrote: > > We are pleased to announce version 2.7.0-final of the > > Scala distribution (with a few bug fixes since RC2): > > > > http://scala-lang.org/downloads/changes.html#v2.7.0-final > > > > > > The updated Scala plugin for Eclipse should be available > > in 1-2 days. > > > > http://www.scala-lang.org/tools/eclipse/index.html > > > > > > Bye > > -- Stephane > > > > > > PS. This release is my last official contribution to the > > Scala project. Being in charge of the distribution > > (and the website) since over 4 years, I will now put > > my efforts exclusively into my personal research work. > > |
|
|
Re: [scala] [ANN] Scala 2.7.0-final
by Arco Oost-3
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Martin,
This is great news. I was hoping for a fix soon, as I had the same problems with some Jini libraries, which also are compiled under 1.4. Thanks. Arco martin odersky wrote: > Everybody, hold off for an hour or so. There's a patch in the pipeline > for raw types which hopefully solves the problems that lift had. I'll > apply it, and announce again when we are ready. > > Cheers > > -- Martin > > > On Thu, Feb 28, 2008 at 2:27 PM, David Bernard > <david.bernard.31@...> wrote: > >> Available on http://scala-tools.org/ for maven's users (and others) >> >> <properties> >> <scala.version>2.7.0</scala.version> >> </properties> >> >> <repository> >> <id>scala-tools.org</id> >> <name>Scala Tools Maven2 Repository</name> >> <url>http://scala-tools.org/repo-releases</url> >> </repository> >> >> <dependency> >> <groupId>org.scala-lang</groupId> >> <artifactId>scala-library</artifactId> >> <version>${scala.version}</version> >> </dependency> >> >> Stéphane, thank you and success for your personal research work. >> >> /davidB >> >> >> >> Stéphane Micheloud wrote: >> > We are pleased to announce version 2.7.0-final of the >> > Scala distribution (with a few bug fixes since RC2): >> > >> > http://scala-lang.org/downloads/changes.html#v2.7.0-final >> > >> > >> > The updated Scala plugin for Eclipse should be available >> > in 1-2 days. >> > >> > http://www.scala-lang.org/tools/eclipse/index.html >> > >> > >> > Bye >> > -- Stephane >> > >> > >> > PS. This release is my last official contribution to the >> > Scala project. Being in charge of the distribution >> > (and the website) since over 4 years, I will now put >> > my efforts exclusively into my personal research work. >> >> >> > > |
| Free embeddable forum powered by Nabble | Forum Help |