<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.scala.tools">
    <title>gmane.comp.lang.scala.tools</title>
    <link>http://blog.gmane.org/gmane.comp.lang.scala.tools</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5174"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5170"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5169"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5158"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5157"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5143"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5140"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5127"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5106"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5102"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5100"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5099"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5097"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5073"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5069"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5068"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.scala.tools/5062"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5174">
    <title>Mailing list reminder: Scala-tools</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5174</link>
    <description>&lt;pre&gt;Welcome to the "Scala-tools" mailing list.

This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.

-------------------------------------------------------------------

The "Scala-tools" mailing list:

This list is devoted to all the community-contributed
tools and frameworks developed specifically for the
Scala language, as well as plugins and modules aimed
at integrating existing tools and the Scala system.


Examples are the Scala IDE plugins, sbaz, scalap, and
the many available editor plugins, but the
discussion can also cover sbt, Specs, ScalaTest, etc.

The set of topics that are discussed on this list
include both the usage of these tools, as well as
their development.

Whilst general discussion covering the Scala IDE for
Eclipse is welcome here, the main forums for user
support and for development are now hosted at
http://groups.google.com/group/scala-ide-user and
http://groups.google.com/group/scala-ide-dev.

Occasionally discussed on the list are also access
to the scala-tools.org website (maintained by the
Scala community and not by EPFL) and Maven
integration, as well as the Lift framework.

More rarely discussed, however, is the use of
general third-party tools that require no specific
integration effort in order to be usable with Scala.

If you are interested, for instance, in using some
specific Java library from Scala, your question is
more appropriately directed to "scala-user" instead.

-------------------------------------------------------------------

Other information:

There are several Scala lists devoted to individual topics (and
more may be created in the future). For the full list, please
see: http://www.scala-lang.org/node/199

Try to avoid cross-posting whenever possible. If you can, select
the list that is closer to your topic and post in that list only.
In any case, never cross-post replies.

If you ever want to unsubscribe from this list, just visit this
page: http://groups.google.com/group/scala-tools/subscribe
or send an email to scala-tools+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&amp;lt; at &amp;gt;public.gmane.org

Thank you!
The Scala Team

&lt;/pre&gt;</description>
    <dc:creator>Scala Mailing Lists</dc:creator>
    <dc:date>2012-05-21T13:32:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5170">
    <title>Does partest provide more than just [FAILED] when a test fails?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5170</link>
    <description>&lt;pre&gt;Using partest to run a bunch of scala tests retsults in output that looks 
like this...

Testing individual files
testing: [...]/files/run/bugs2087-and-2400.scala                      [  
OK  ]

When tests fail, you get [FAILED] instead of [  OK  ].

How do I find out how a test has failed? There's not much I can do with 
just [FAILED]. Are there any log files?&lt;/pre&gt;</description>
    <dc:creator>Geraint Jones</dc:creator>
    <dc:date>2012-04-30T11:11:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5169">
    <title>Eclipse Scala IDE 2.0.1 released!</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5169</link>
    <description>&lt;pre&gt;We are very happy to announce the final release of the Scala IDE for Eclipse V2.0.1.

This is a maintenance release containing only bug fixes, upgrade is recommended for all users.

What is new in 2.0.1?

Builder improvements

In 2.0.0 the IDE delivered better incremental compilation by building on the already proven Sbt incremental compiler. In 2.0.1 we improve on the Eclipse builder by following Sbt more closely when dealing with dependent projects:

when a project has build errors, dependent projects are not rebuilt
fine-grained information about changes in a project are propagated to downstream dependent projects, leading to even less files being recompiled
In 2.0.1, the Eclipse builder compiles exactly the same number of files at the command line Sbt.

Editor improvements

We fixed a couple of small, but annoying editor issues: double braces are inserted and deleted together, completions that need an additional import won’t mess up the file, and Open Declaration works when called from the contextual menu.

Compiler improvements

This release is based on Scala 2.9.2, and includes a couple of improvements in the way compiler plugins are loaded, including the continuations plugin. Now you can have several compiler plugins loaded side-by-side, and properly use the Xpluginsdir option.

For a complete list of changes, please see the Changelog

The fine print

This version works with both Eclipse 3.6 (Helios) and 3.7 (Indigo). We developed and tested it using Java 6, but Java 7 can be used with some caveats.


---------------------------------------
website: http://scala-ide.org/
twitter: &amp;lt; at &amp;gt;ScalaIDE




&lt;/pre&gt;</description>
    <dc:creator>Eclipse Scala IDE</dc:creator>
    <dc:date>2012-04-30T09:52:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5167">
    <title>Mailing list reminder: Scala-tools</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5167</link>
    <description>&lt;pre&gt;Welcome to the "Scala-tools" mailing list.

This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.

-------------------------------------------------------------------

The "Scala-tools" mailing list:

This list is devoted to all the community-contributed
tools and frameworks developed specifically for the
Scala language, as well as plugins and modules aimed
at integrating existing tools and the Scala system.


Examples are the Scala IDE plugins, sbaz, scalap, and
the many available editor plugins, but the
discussion can also cover sbt, Specs, ScalaTest, etc.

The set of topics that are discussed on this list
include both the usage of these tools, as well as
their development.

Whilst general discussion covering the Scala IDE for
Eclipse is welcome here, the main forums for user
support and for development are now hosted at
http://groups.google.com/group/scala-ide-user and
http://groups.google.com/group/scala-ide-dev.

Occasionally discussed on the list are also access
to the scala-tools.org website (maintained by the
Scala community and not by EPFL) and Maven
integration, as well as the Lift framework.

More rarely discussed, however, is the use of
general third-party tools that require no specific
integration effort in order to be usable with Scala.

If you are interested, for instance, in using some
specific Java library from Scala, your question is
more appropriately directed to "scala-user" instead.

-------------------------------------------------------------------

Other information:

There are several Scala lists devoted to individual topics (and
more may be created in the future). For the full list, please
see: http://www.scala-lang.org/node/199

Try to avoid cross-posting whenever possible. If you can, select
the list that is closer to your topic and post in that list only.
In any case, never cross-post replies.

If you ever want to unsubscribe from this list, just visit this
page: http://groups.google.com/group/scala-tools/subscribe
or send an email to scala-tools+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&amp;lt; at &amp;gt;public.gmane.org

Thank you!
The Scala Team

&lt;/pre&gt;</description>
    <dc:creator>Scala Mailing Lists</dc:creator>
    <dc:date>2012-04-21T13:32:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5158">
    <title>No more errors in a project</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5158</link>
    <description>&lt;pre&gt;Hi all,
I've just installed the 2.0.0 version of Scala IDE on Eclipse Helios (just 
for info, cause I don't think it's the problem).
But since yesterday (so before the installation of the new version), the 
IDE doesn't show me any errors in a specific project I work on. 
For the other project it still shows me the errors. But not for that one. 
Even if I write the word class in the middle of the file, it doesn't tell 
me anything. 
What could be the problem ? Is there any issue or suggestion to solve it ?
Moreover since this morning, the icon for the files is no more an S, but a 
J.... strange... I tried to remove the Scala nature and add it again, but 
it doesn't change anything.
Thanks a lot!
Matt
&lt;/pre&gt;</description>
    <dc:creator>Matt</dc:creator>
    <dc:date>2012-04-20T06:18:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5157">
    <title>Can't start fsc</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5157</link>
    <description>&lt;pre&gt;I wont run fsc mannualy. I run:
fsc -verbose

And i get:
Fast Scala compiler version 2.9.1.final -- Copyright 2002-2011, LAMP/
EPFL
[Given arguments: -verbose]
[Transformed arguments: -verbose -current-dir /usr/lib/scala/bin]
[VM arguments: ]
[Temp directory: /tmp/scala-devel/root]
[Port number: 33771]
java.net.ConnectException: Connection timed out
[Connecting to compilation daemon at port 33771 failed; re-trying...]
No compile server running: starting one with args ''
[Executing command: /usr/lib/scala/bin/scala
scala.tools.nsc.CompileServer -v]
Starting CompileServer on port 43914
Redirect dir is /tmp/scala-devel/root/output-redirects
[Port number: 43914]


over and over again
what i can do?

&lt;/pre&gt;</description>
    <dc:creator>rt</dc:creator>
    <dc:date>2012-04-19T13:15:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5143">
    <title>Trivial problem with scala path on Windows</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5143</link>
    <description>&lt;pre&gt;I'm not sure if that's the right forum to post on. Correction is
welcome.

I've had the following error while installing Scala through Windows
(msi installer) link on Windows 7:
Instead of adding 'C:\Program Files (x86)\scala\bin' to path it added
'C:\Program Files (x86)\scala\\bin' and thus wasn't properly picked up
by the system.

The fix should be trivial, but I'm not sure how to do this, since I've
never contributed to opensource projects.

Regards,
Tagir Magomedov.

&lt;/pre&gt;</description>
    <dc:creator>Tagir Magomedov</dc:creator>
    <dc:date>2012-04-15T18:15:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5140">
    <title>A Corpus of Akka/Scala Actor Applications: http://actor-applications.cs.i llinois.edu/index.html</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5140</link>
    <description>&lt;pre&gt;Hello all,
Are you looking for some actor applications to use as benchmark,
sample code, etc.in your work? Do you want to know what kind of open
source actor applications out there?
I am pleased to announce that I have some initial results of our
project for creating a corpus of Akka/Scala actor applications.
Please check out our web page here:http://actor-
applications.cs.illinois.edu/index.html
Currently the web page only contains Akka actor open source
applications from the Github repository. Among more than 250 actor
applications, we selected 76 applications. The list may get longer in
the future. Our next step is to create such table for Scala actor
applications as well.
Since this is a work in progress, your comments and feedback are
always welcome. Please let us know if we have missed you application!
Regards,
Samira

&lt;/pre&gt;</description>
    <dc:creator>Samira Tasharofi</dc:creator>
    <dc:date>2012-04-03T22:48:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5127">
    <title>Mailing list reminder: Scala-tools</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5127</link>
    <description>&lt;pre&gt;Welcome to the "Scala-tools" mailing list.

This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.

-------------------------------------------------------------------

The "Scala-tools" mailing list:

This list is devoted to all the community-contributed
tools and frameworks developed specifically for the
Scala language, as well as plugins and modules aimed
at integrating existing tools and the Scala system.


Examples are the Scala IDE plugins, sbaz, scalap, and
the many available editor plugins, but the
discussion can also cover sbt, Specs, ScalaTest, etc.

The set of topics that are discussed on this list
include both the usage of these tools, as well as
their development.

Whilst general discussion covering the Scala IDE for
Eclipse is welcome here, the main forums for user
support and for development are now hosted at
http://groups.google.com/group/scala-ide-user and
http://groups.google.com/group/scala-ide-dev.

Occasionally discussed on the list are also access
to the scala-tools.org website (maintained by the
Scala community and not by EPFL) and Maven
integration, as well as the Lift framework.

More rarely discussed, however, is the use of
general third-party tools that require no specific
integration effort in order to be usable with Scala.

If you are interested, for instance, in using some
specific Java library from Scala, your question is
more appropriately directed to "scala-user" instead.

-------------------------------------------------------------------

Other information:

There are several Scala lists devoted to individual topics (and
more may be created in the future). For the full list, please
see: http://www.scala-lang.org/node/199

Try to avoid cross-posting whenever possible. If you can, select
the list that is closer to your topic and post in that list only.
In any case, never cross-post replies.

If you ever want to unsubscribe from this list, just visit this
page: http://groups.google.com/group/scala-tools/subscribe
or send an email to scala-tools+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&amp;lt; at &amp;gt;public.gmane.org

Thank you!
The Scala Team

&lt;/pre&gt;</description>
    <dc:creator>Scala Mailing Lists</dc:creator>
    <dc:date>2012-03-21T14:32:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5122">
    <title>scalapuzzles.org - looking for feedback</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5122</link>
    <description>&lt;pre&gt;Hi All,
I've put together a website called Scala Puzzles (scalapuzzles.org). Its 
inspired by 4clojure.org, which I was using to get to grips with the 
Clojure language.

I thought it would be a nice learning resource, through the medium of 
puzzles.

Its by no means feature complete, but I guess its ready for feedback.

The main questions being: 
- is it worth having a website like this at all
- content/puzzle suggestions
- user experience / other features suggestions

The app itself is a Play 2.0 running on Heroku. I've dabbled with Scala in 
the past, but this is my first chance to get deep into it so any code 
advice/guidance also welcome

I've mostly been running it on chrome and firefox and works good on those.

Best,
Ed

&lt;/pre&gt;</description>
    <dc:creator>ed</dc:creator>
    <dc:date>2012-03-01T11:39:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5121">
    <title>Mailing list reminder: Scala-tools</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5121</link>
    <description>&lt;pre&gt;Welcome to the "Scala-tools" mailing list.

This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.

-------------------------------------------------------------------

The "Scala-tools" mailing list:

This list is devoted to all the community-contributed
tools and frameworks developed specifically for the
Scala language, as well as plugins and modules aimed
at integrating existing tools and the Scala system.


Examples are the Scala IDE plugins, sbaz, scalap, and
the many available editor plugins, but the
discussion can also cover sbt, Specs, ScalaTest, etc.

The set of topics that are discussed on this list
include both the usage of these tools, as well as
their development.

Whilst general discussion covering the Scala IDE for
Eclipse is welcome here, the main forums for user
support and for development are now hosted at
http://groups.google.com/group/scala-ide-user and
http://groups.google.com/group/scala-ide-dev.

Occasionally discussed on the list are also access
to the scala-tools.org website (maintained by the
Scala community and not by EPFL) and Maven
integration, as well as the Lift framework.

More rarely discussed, however, is the use of
general third-party tools that require no specific
integration effort in order to be usable with Scala.

If you are interested, for instance, in using some
specific Java library from Scala, your question is
more appropriately directed to "scala-user" instead.

-------------------------------------------------------------------

Other information:

There are several Scala lists devoted to individual topics (and
more may be created in the future). For the full list, please
see: http://www.scala-lang.org/node/199

Try to avoid cross-posting whenever possible. If you can, select
the list that is closer to your topic and post in that list only.
In any case, never cross-post replies.

If you ever want to unsubscribe from this list, just visit this
page: http://groups.google.com/group/scala-tools/subscribe
or send an email to scala-tools+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&amp;lt; at &amp;gt;public.gmane.org

Thank you!
The Scala Team

&lt;/pre&gt;</description>
    <dc:creator>Scala Mailing Lists</dc:creator>
    <dc:date>2012-02-21T14:32:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5106">
    <title>can't release my project (sonatype) because of missing javadocs</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5106</link>
    <description>&lt;pre&gt;...and can't generate javadocs since this is a scala project.

Any ideas?

Thanks,

Kostas

&lt;/pre&gt;</description>
    <dc:creator>Kostas Kougios</dc:creator>
    <dc:date>2012-02-11T21:55:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5102">
    <title>Problem with Kiama migration to Sonatype</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5102</link>
    <description>&lt;pre&gt;Does anyone know who is actually doing the migration of projects from scala-tools.org to Sonatype's repository?

My com.googlecode.kiama project is published on scala-tools.org.

One of my users just reported that the

  http://scala-tools.org/repo-releases/com/googlecode

address is redirecting to 

  https://oss.sonatype.org/content/repositories/releases/com/googlecode/

which doesn't contain Kiama, so Kiama is no longer found when sbt looks for it.

I did hear from the Sonatype people about another project of mine (com.googlecode.sbt-rats) and that appears to have been copied across to the Sonatype repo.  However, I haven't heard from them about Kiama, it has not been copied and I don't know whether that's an oversight or whether it's just a work in progress.

So, who is actually doing it and how can I find out when things will be accessible again?  It's frustrating for these changes to be happening magically without any clear announcements and breaking things for library users...

thanks,
Tony

&lt;/pre&gt;</description>
    <dc:creator>Tony Sloane</dc:creator>
    <dc:date>2012-02-10T14:57:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5100">
    <title>[Emacs][scala-mode] Makefile misses "scala-mode-variables"</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5100</link>
    <description>&lt;pre&gt;Hello there!

I am not quite shure, if this is the right place for me to post this, but 
except for the github page - which seems to be a mirror repo only - i did 
not find any other contact information.

So, here we go:
After running make and pointing emacs to the compiled .elc files, emacs 
always complained about not being able to open a scala file type, or 
something similar, i do not have the exact wording in mind. So i added the 
following line to the Makefile after line 35:

ELISP_FILES        += scala-mode-variables

After running make again, emacs stopped complaining and worked as it is 
supposed to do.

This is my setup:
Emacs GNU Emacs 23.4.1
Archlinux

If you need further information please do not hesitate to ask.&lt;/pre&gt;</description>
    <dc:creator>Alexander Baier</dc:creator>
    <dc:date>2012-02-08T00:56:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5099">
    <title>Sbteclipse - skip some source entries in the Eclipse project</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5099</link>
    <description>&lt;pre&gt;Hello everyone,

I have a newbie question about sbteclipse: In the project I am working on,
there are Scala sources but no Java sources at all. Is there a way to
configure sbteclipse not to generate project source entries for Java?
The things I tried, without success:
 - setting the javaSources in {Compile. Test} to Nil -- the setting expects
a java.io.File, and will only settle for that
 - messing with the sbteclipse createSrc setting, which either selects all
sources or none

Is there a way to instruct sbteclipse to skip the Java sources in the
Eclipse project?

Thanks,
Vlad
&lt;/pre&gt;</description>
    <dc:creator>Vlad Ureche</dc:creator>
    <dc:date>2012-02-07T13:46:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5097">
    <title>Mailing list reminder: Scala-tools</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5097</link>
    <description>&lt;pre&gt;Welcome to the "Scala-tools" mailing list.

This automatic reminder is sent once a month to the list,
to keep subscribers up-to-date with the mailing list services,
and to help keeping the list on topic.

-------------------------------------------------------------------

The "Scala-tools" mailing list:

This list is devoted to all the community-contributed
tools and frameworks developed specifically for the
Scala language, as well as plugins and modules aimed
at integrating existing tools and the Scala system.


Examples are the Scala IDE plugins, sbaz, scalap, and
the many available editor plugins, but the
discussion can also cover sbt, Specs, ScalaTest, etc.

The set of topics that are discussed on this list
include both the usage of these tools, as well as
their development.

Whilst general discussion covering the Scala IDE for
Eclipse is welcome here, the main forums for user
support and for development are now hosted at
http://groups.google.com/group/scala-ide-user and
http://groups.google.com/group/scala-ide-dev.

Occasionally discussed on the list are also access
to the scala-tools.org website (maintained by the
Scala community and not by EPFL) and Maven
integration, as well as the Lift framework.

More rarely discussed, however, is the use of
general third-party tools that require no specific
integration effort in order to be usable with Scala.

If you are interested, for instance, in using some
specific Java library from Scala, your question is
more appropriately directed to "scala-user" instead.

-------------------------------------------------------------------

Other information:

There are several Scala lists devoted to individual topics (and
more may be created in the future). For the full list, please
see: http://www.scala-lang.org/node/199

Try to avoid cross-posting whenever possible. If you can, select
the list that is closer to your topic and post in that list only.
In any case, never cross-post replies.

If you ever want to unsubscribe from this list, just visit this
page: http://groups.google.com/group/scala-tools/subscribe
or send an email to scala-tools+unsubscribe-/JYPxA39Uh5TLH3MbocFFw&amp;lt; at &amp;gt;public.gmane.org

Thank you!
The Scala Team

&lt;/pre&gt;</description>
    <dc:creator>Scala Mailing Lists</dc:creator>
    <dc:date>2012-01-21T14:32:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5073">
    <title>sbt , sbteclipse &amp; withSources</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5073</link>
    <description>&lt;pre&gt;Hi, I am struggling for some time now to enable withSources for
sbteclipse. When I do

build.sbt:
withSources:=true

I get that withSources can't be reassigned as it is a val.

I've included sbteclipse via .sbt/plugins/plugins.sbt.

Any idea how to set this up?

Thanks,

Kostas

&lt;/pre&gt;</description>
    <dc:creator>Kostas Kougios</dc:creator>
    <dc:date>2012-01-03T17:05:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5069">
    <title>MapperDao 1.0.0-beta</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5069</link>
    <description>&lt;pre&gt;Hi all,

MapperDao is an ORM library for the scala language and the following
databases:

    oracle
    postgresql
    mysql
    derby
    sql server
    h2

and with the typical features one would expect from an ORM like one-to-
many, many-to-one, many-to-many, one-to-one, mapping class
hierarchies, simple mappings for AnyVals, support for Options etc

home page : http://code.google.com/p/mapperdao/
tutorial (pdf) : http://mapperdao-examples.googlecode.com/files/tutorial.pdf
wiki : http://code.google.com/p/mapperdao/wiki/TableOfContents
examples : https://code.google.com/p/mapperdao-examples/

Regards,

Kostas

&lt;/pre&gt;</description>
    <dc:creator>Kostas Kougios</dc:creator>
    <dc:date>2012-01-01T23:17:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5068">
    <title>twitter's eval library</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5068</link>
    <description>&lt;pre&gt;I posted this on scala-user too, but nobody took it:)

I am trying to use twitter eval, running it through sbt commandline.
It works on 64-bit Windows 7 with java version:
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
But it doesn't work on 32-bit Windows XP
main.scala:
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode, sharing)

-----------
It works on the same machine (that it doesn't work using sbt) if I
run
it through REPL
C:\xxxx\scala\evaltest\src\main\scala&amp;gt;scala -classpath "c:\Documents
and Settings\xx\.ivy2\cache\com.twitter\util-eval_2.9.1\jars\util-
eval_2.9.1-1.12.8.jar"
Welcome to Scala version 2.9.1.final (Java HotSpot(TM) Client VM,
Java
1.7.0_02).
Type in expressions to have them evaluated.
Type :help for more information.
scala&amp;gt;  val value = (new com.twitter.util.Eval).apply[Int]("1+1")
value: Int = 2
scala&amp;gt;
-----------------

When I run in sbt It raises the following exception:
[info] Running Main
[error] (run-main) scala.tools.nsc.MissingRequirementError: object
scala not found.
scala.tools.nsc.MissingRequirementError: object scala not found.
        at scala.tools.nsc.symtab.Definitions$definitions
$.getModuleOrClass(Definitions.scala:655)
        at scala.tools.nsc.symtab.Definitions$definitions
$.getModule(Definitions.scala:605)
        at scala.tools.nsc.symtab.Definitions$definitions
$.ScalaPackage(Definitions.scala:145)
        at scala.tools.nsc.symtab.Definitions$definitions
$.ScalaPackageClass(Definitions.scala:146)
        at scala.tools.nsc.symtab.Definitions$definitions
$.AnyClass(Definitions.scala:176)
        at scala.tools.nsc.symtab.Definitions$definitions
$.init(Definitions.scala:814)
        at scala.tools.nsc.Global$Run.&amp;lt;init&amp;gt;(Global.scala:697)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:523)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply
$3.apply(Eval.scala:540)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply
$3.apply(Eval.scala:539)
        at scala.Option.getOrElse(Option.scala:108)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:539)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:198)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:191)
        at com.twitter.util.Eval.apply(Eval.scala:137)
        at Main$.main(Main.scala:11)
        at Main.main(Main.scala)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
java.lang.RuntimeException: Nonzero exit code: 1
        at scala.sys.package$.error(package.scala:27)
[error] {file:/C:/ahmet/scala/evaltest/}default-74d3a5/compile:run:
Nonzero exit code: 1
[error] Total time: 3 s, completed Dec 29, 2011 1:51:46 PM
-----------------------------------
FILES:
object Main {
  def main(args:Array[String])
  {
    val value = (new com.twitter.util.Eval).apply[Int]("1+1")
    println("value is " + value)
  }
}

----------------------------------
build.sbt
name := "mm"
version := "1.0"
scalaVersion := "2.9.1"
resolvers += "twitter-repo" at "http://maven.twttr.com"
scalacOptions ++= Seq("-deprecation")
libraryDependencies ++= Seq(
  "com.twitter" % "util-core_2.9.1" % "1.12.8", "com.twitter" %
"util-
eval_2.9.1" % "1.12.8"
)
------------------------------------------
This is a dumbed down version for reproducing the error. However in
my
actual program it gives this too:
[error] (run-main) java.lang.Error: typeConstructor inapplicable for
&amp;lt;none&amp;gt;
java.lang.Error: typeConstructor inapplicable for &amp;lt;none&amp;gt;
        at
scala.tools.nsc.symtab.SymbolTable.abort(SymbolTable.scala:
34)
        at scala.tools.nsc.symtab.Symbols
$Symbol.typeConstructor(Symbols.scala:877)
        at scala.tools.nsc.symtab.Definitions$definitions$.scala
$tools
$nsc$symtab$Definitions$definitions$$booltype(Def
nitions.scala:157)
        at scala.tools.nsc.symtab.Definitions$definitions
$.init(Definitions.scala:814)
        at scala.tools.nsc.Global$Run.&amp;lt;init&amp;gt;(Global.scala:697)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:523)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply
$3.apply(Eval.scala:540)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply
$3.apply(Eval.scala:539)
        at scala.Option.getOrElse(Option.scala:108)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:539)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:198)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:191)
        at com.twitter.util.Eval.apply(Eval.scala:137)
        at com.twitter.util.Eval.apply(Eval.scala:171)
        at mm.Main$.&amp;lt;init&amp;gt;(Main.scala:18)
        at mm.Main$.&amp;lt;clinit&amp;gt;(Main.scala)
        at mm.Main.main(Main.scala)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
java.lang.RuntimeException: Nonzero exit code: 1
        at scala.sys.package$.error(package.scala:27)



&lt;/pre&gt;</description>
    <dc:creator>Ahmet Sevki</dc:creator>
    <dc:date>2011-12-30T21:24:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5062">
    <title>ScalaScriptEngine : A new library to dynamically compile &amp; load scala classes</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5062</link>
    <description>&lt;pre&gt;Hi all,

I am happy to announce scalascriptengine, a scala library that can be
used to on-the-fly compile and load scala classes from their source
files. The library can be embedded in servers and allow modified scala
code to be reloaded without the need to redeploy.

Examples and documentation can be found at the projects home page:

http://code.google.com/p/scalascriptengine/

Regards,

Kostas

&lt;/pre&gt;</description>
    <dc:creator>Kostas Kougios</dc:creator>
    <dc:date>2011-12-29T18:51:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.scala.tools/5059">
    <title>ENSIME 0.9.2 RC1 (for Scala 2.9 and Scala 2.8) now available</title>
    <link>http://comments.gmane.org/gmane.comp.lang.scala.tools/5059</link>
    <description>&lt;pre&gt;Happy Holidays!

The new release candidate is available here: https://github.com/aemoncannon/ensime/downloads

The biggest change in this release is that sbt users can(and should)
now generate their .ensime project files using the ensime-sbt-command.
The manual explains how to get started: http://aemon.com/file_dump/ensime_manual.html#tth_sEc3.1.1
I'm hoping this plugin-based approach will be much more reliable for
users. For development of ENSIME, it'll be nice to decouple the server
from sbt's release cycle.

The ensime-sbt-command is being developed at https://github.com/aemoncannon/ensime-sbt-cmd.
It's currently being built against sbt 0.11.[0,1,2] and published to
scala-tools.org (snapshot repository).

In addition, for those interested in integrating with ENSIME, the
manual now includes documentation for all events, RPC calls, and
datastructures used in the ENSIME API: http://aemon.com/file_dump/ensime_manual.html#tth_sEcC.2

Please let us know about issues at: https://github.com/aemoncannon/ensime/issues

Cheers!
Aemon

&lt;/pre&gt;</description>
    <dc:creator>Aemon</dc:creator>
    <dc:date>2011-12-26T10:23:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.scala.tools">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.scala.tools</link>
  </textinput>
</rdf:RDF>

