David Bernard | 28 Nov 10:43
Picon
Favicon

[lift] [ANN] scala-tools.org maven2 repository


Hi,

David Pollak and David Bernard are pleased to announce, they have installed 2 maven2 repositories with
jar, war, and some docs.
* http://scala-tools.org/repo-releases for released version
* http://scala-tools.org/repo-releases for snapshots (unstable/ work in progress) version
* http://scala-tools.org/mvnsites for sites generated by maven (includes scaladocs (eg http://scala-tools.org/mvnsites/liftweb/lift-core/scaladocs/index.html))

Currently the following stuff is hosted :
* org.scala-lang: scala-library, scala-compiler,....
* net.liftweb : lift-core-0.3.0-SNAPSHOT, lift-example-0.3.0-SNAPSHOT, skittr-example-0.3.0-SNAPSHOT
* org.scala-tools:
   * a maven plugin to compile, test, scaladoc scala code (see http://scala-tools.org/mvnsites/maven-scala-plugin/)
   * some archetypes to create project (more info later)
* scala (deprecated, provide for compatibility with the previous repository http://maven.liftweb.net)
* com.rabbitmq : rabbitmq-client-1.2.0

To use the repositories, add to your poms:
   <!-- to use the maven-scala-plugin -->
   <pluginRepositories>
     <pluginRepository>
       <id>scala-tools.org</id>
       <name>Scala Tools Maven2 Repository</name>
       <url>http://scala-tools.org/repo-releases</url>
     </pluginRepository>
   </pluginRepositories>

   <repositories>
     <!-- to use the released artifacts -->
(Continue reading)

Viktor Klang | 28 Nov 11:02
Picon

[lift] Re: [ANN] scala-tools.org maven2 repository

Great work guys!
 
-Viktor

 
On 11/28/07, David Bernard <dwayneb-GANU6spQydw@public.gmane.org> wrote:

Hi,

David Pollak and David Bernard are pleased to announce, they have installed 2 maven2 repositories with jar, war, and some docs.
* http://scala-tools.org/repo-releases for released version
* http://scala-tools.org/repo-releases for snapshots (unstable/ work in progress) version
* http://scala-tools.org/mvnsites for sites generated by maven (includes scaladocs (eg http://scala-tools.org/mvnsites/liftweb/lift-core/scaladocs/index.html) )

Currently the following stuff is hosted :
* org.scala-lang: scala-library, scala-compiler,....
* net.liftweb : lift-core-0.3.0-SNAPSHOT, lift-example-0.3.0-SNAPSHOT, skittr-example-0.3.0-SNAPSHOT
* org.scala-tools :
  * a maven plugin to compile, test, scaladoc scala code (see http://scala-tools.org/mvnsites/maven-scala-plugin/)
  * some archetypes to create project (more info later)
* scala (deprecated, provide for compatibility with the previous repository http://maven.liftweb.net)
* com.rabbitmq : rabbitmq-client-1.2.0

To use the repositories, add to your poms:
  <!-- to use the maven-scala-plugin -->
  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
  </pluginRepositories>

  <repositories>
    <!-- to use the released artifacts -->
    <repository>
      <id>scala-tools.org</id>
      <name>Scala Tools Maven2 Repository</name>
      <url> http://scala-tools.org/repo-releases</url>
    </repository>
    <!-- to use the snapashots version of artifacts (unstable) -->
    <repository>
      <id>scala-tools.org.snapshots </id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-snapshots</url>
    </repository>
  </repositories>


Feedback and contribution are welcome



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "liftweb" group.
To post to this group, send email to liftweb-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to liftweb-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

David Pollak | 28 Nov 15:51
Picon
Gravatar

Re: [ANN] scala-tools.org maven2 repository

Folks,

DavidB did an amazing job putting this repository together.

I am awed and humbled to play the minor part of system administrator setting up the server to match DavidB's vision.

Thanks,

David

On Nov 28, 2007 1:43 AM, David Bernard <dwayneb-GANU6spQydw@public.gmane.org> wrote:
Hi,

David Pollak and David Bernard are pleased to announce, they have installed 2 maven2 repositories with jar, war, and some docs.
* http://scala-tools.org/repo-releases for released version
* http://scala-tools.org/repo-releases for snapshots (unstable/ work in progress) version
* http://scala-tools.org/mvnsites for sites generated by maven (includes scaladocs (eg http://scala-tools.org/mvnsites/liftweb/lift-core/scaladocs/index.html) )

Currently the following stuff is hosted :
* org.scala-lang: scala-library, scala-compiler,....
* net.liftweb : lift-core-0.3.0-SNAPSHOT, lift-example-0.3.0-SNAPSHOT, skittr-example-0.3.0-SNAPSHOT
* org.scala-tools :
  * a maven plugin to compile, test, scaladoc scala code (see http://scala-tools.org/mvnsites/maven-scala-plugin/)
  * some archetypes to create project (more info later)
* scala (deprecated, provide for compatibility with the previous repository http://maven.liftweb.net)
* com.rabbitmq : rabbitmq-client-1.2.0

To use the repositories, add to your poms:
  <!-- to use the maven-scala-plugin -->
  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
  </pluginRepositories>

  <repositories>
    <!-- to use the released artifacts -->
    <repository>
      <id>scala-tools.org </id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </repository>
    <!-- to use the snapashots version of artifacts (unstable) -->
    <repository>
      <id>scala-tools.org.snapshots</id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-snapshots</url>
    </repository>
  </repositories>


Feedback and contribution are welcome



--
lift, the secure, simple, powerful web framework http://liftweb.net
Collaborative Task Management http://much4.us
Viktor Klang | 28 Nov 22:43
Picon

[lift] Re: [scala-announce] [ANN] scala-tools.org maven2 repository

Dave B, thanks a million man :)

-Viktor

On Nov 28, 2007 3:51 PM, David Pollak <feeder.of.the.bears-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Folks,

DavidB did an amazing job putting this repository together.

I am awed and humbled to play the minor part of system administrator setting up the server to match DavidB's vision.

Thanks,

David

On Nov 28, 2007 1:43 AM, David Bernard <dwayneb-GANU6spQydw@public.gmane.org> wrote:
Hi,

David Pollak and David Bernard are pleased to announce, they have installed 2 maven2 repositories with jar, war, and some docs.
* http://scala-tools.org/repo-releases for released version
* http://scala-tools.org/repo-releases for snapshots (unstable/ work in progress) version
* http://scala-tools.org/mvnsites for sites generated by maven (includes scaladocs (eg http://scala-tools.org/mvnsites/liftweb/lift-core/scaladocs/index.html) )

Currently the following stuff is hosted :
* org.scala-lang: scala-library, scala-compiler,....
* net.liftweb : lift-core-0.3.0-SNAPSHOT, lift-example-0.3.0-SNAPSHOT, skittr-example-0.3.0-SNAPSHOT
* org.scala-tools :
  * a maven plugin to compile, test, scaladoc scala code (see http://scala-tools.org/mvnsites/maven-scala-plugin/)
  * some archetypes to create project (more info later)
* scala (deprecated, provide for compatibility with the previous repository http://maven.liftweb.net)
* com.rabbitmq : rabbitmq-client-1.2.0

To use the repositories, add to your poms:
  <!-- to use the maven-scala-plugin -->
  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
  </pluginRepositories>

  <repositories>
    <!-- to use the released artifacts -->
    <repository>
      <id>scala-tools.org </id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </repository>
    <!-- to use the snapashots version of artifacts (unstable) -->
    <repository>
      <id>scala-tools.org.snapshots</id>
      <name>Scala Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-snapshots</url>
    </repository>
  </repositories>


Feedback and contribution are welcome



--
lift, the secure, simple, powerful web framework http://liftweb.net
Collaborative Task Management http://much4.us



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "liftweb" group.
To post to this group, send email to liftweb-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to liftweb-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Stéphane Micheloud | 30 Nov 16:15
Picon
Picon
Favicon

[ANN] Scala 2.6.1-RC1

We are pleased to announce version 2.6.1-RC1 of the Scala distribution:

Version 2.6.1-RC1 is a bug fix release; it provides several library
improvements and many bug fixes.

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

Other release candidates may follow this version depending
on bugs reported by the Scala community (no changes/additions,
only bug fixes!); the final release (aka. 2.6.1-final) is
planned in 2-3 weeks.

Bye
-- Stephane

David Pollak | 30 Nov 18:13
Gravatar

Re: [ANN] Scala 2.6.1-RC1

Rock and Roll!

Stéphane Micheloud wrote:
> We are pleased to announce version 2.6.1-RC1 of the Scala distribution:
> 
> 
> Version 2.6.1-RC1 is a bug fix release; it provides several library
> improvements and many bug fixes.
> 
>      http://scala-lang.org/downloads/changes.html#v2.6.1-RC1
> 
> Other release candidates may follow this version depending
> on bugs reported by the Scala community (no changes/additions,
> only bug fixes!); the final release (aka. 2.6.1-final) is
> planned in 2-3 weeks.
> 
> 
> Bye
> -- Stephane
> 

Viktor Klang | 30 Nov 18:21
Picon

Re: [ANN] Scala 2.6.1-RC1

Buckle your seatbelt Dorothy, 'cause Kansas is going bye-bye!

On Nov 30, 2007 6:13 PM, David Pollak <dpp <at> athena.com> wrote:
Rock and Roll!

Stéphane Micheloud wrote:
> We are pleased to announce version 2.6.1-RC1 of the Scala distribution:
>
>
> Version 2.6.1-RC1 is a bug fix release; it provides several library
> improvements and many bug fixes.
>
>      http://scala-lang.org/downloads/changes.html#v2.6.1-RC1
>
> Other release candidates may follow this version depending
> on bugs reported by the Scala community (no changes/additions,
> only bug fixes!); the final release (aka. 2.6.1-final) is
> planned in 2-3 weeks.
>
>
> Bye
> -- Stephane
>


Amir Michail | 30 Nov 18:47
Picon

Re: [ANN] Scala 2.6.1-RC1

On Nov 30, 2007 10:15 AM, Stéphane Micheloud <stephane.micheloud <at> epfl.ch> wrote:
> We are pleased to announce version 2.6.1-RC1 of the Scala distribution:
>

How does this compare to the one in the latest version of the eclipse plugin?

Do you plan to upgrade the plugin as the compiler is upgraded?

Amir

>
> Version 2.6.1-RC1 is a bug fix release; it provides several library
> improvements and many bug fixes.
>
>       http://scala-lang.org/downloads/changes.html#v2.6.1-RC1
>
> Other release candidates may follow this version depending
> on bugs reported by the Scala community (no changes/additions,
> only bug fixes!); the final release (aka. 2.6.1-final) is
> planned in 2-3 weeks.
>
>
> Bye
> -- Stephane
>
>

Normen Müller | 30 Nov 20:01
Picon
Favicon

Re: [ANN] Scala 2.6.1-RC1

Yeah, I have the same question.  Is it possible to use Eclipse update  
manager to retrieve this new compiler release?

   /nm

On Nov 30, 2007, at 6:47 PM, Amir Michail wrote:

> On Nov 30, 2007 10:15 AM, Stéphane Micheloud <stephane.micheloud <at> epfl.ch 
> > wrote:
>> We are pleased to announce version 2.6.1-RC1 of the Scala  
>> distribution:
>>
>
> How does this compare to the one in the latest version of the  
> eclipse plugin?
>
> Do you plan to upgrade the plugin as the compiler is upgraded?
>
> Amir
>
>>
>> Version 2.6.1-RC1 is a bug fix release; it provides several library
>> improvements and many bug fixes.
>>
>>      http://scala-lang.org/downloads/changes.html#v2.6.1-RC1
>>
>> Other release candidates may follow this version depending
>> on bugs reported by the Scala community (no changes/additions,
>> only bug fixes!); the final release (aka. 2.6.1-final) is
>> planned in 2-3 weeks.
>>
>>
>> Bye
>> -- Stephane
>>
>>

Ingo Maier | 30 Nov 20:34

Re: [ANN] Scala 2.6.1-RC1

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 
> manager to retrieve this new compiler release?
> 
>   /nm
> 
> On Nov 30, 2007, at 6:47 PM, Amir Michail wrote:
> 
>> On Nov 30, 2007 10:15 AM, Stéphane Micheloud 
>> <stephane.micheloud <at> epfl.ch> wrote:
>>> We are pleased to announce version 2.6.1-RC1 of the Scala distribution:
>>>
>>
>> How does this compare to the one in the latest version of the eclipse 
>> plugin?
>>
>> Do you plan to upgrade the plugin as the compiler is upgraded?
>>
>> Amir
>>
>>>
>>> Version 2.6.1-RC1 is a bug fix release; it provides several library
>>> improvements and many bug fixes.
>>>
>>>      http://scala-lang.org/downloads/changes.html#v2.6.1-RC1
>>>
>>> Other release candidates may follow this version depending
>>> on bugs reported by the Scala community (no changes/additions,
>>> only bug fixes!); the final release (aka. 2.6.1-final) is
>>> planned in 2-3 weeks.
>>>
>>>
>>> Bye
>>> -- Stephane
>>>
>>>
> 
> 


Gmane