This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Announcing Slate

8 replies
Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.

Hi All

I have recently been working on writing a light weight IDE that would
provide Scala support and integrate the Play framework. It is an IDE
for Scala written in Scala. The first version is available at
https://github.com/asinghal/SlateIDE

I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.

Please do take a look and let me know of what you think. As always,
contributions and criticism are most welcome!

Thanks and Best regards
Aishwarya

Renghen Renghen
Joined: 2010-09-06,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate
Hi

i downloaded, it does no seem to work, neither does it compile. I have scala 2.9.1. is binary compatibilty a problem here???

On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal <asinghal79@gmail.com> wrote:
Hi All

I have recently been working on writing a light weight IDE that would
provide Scala support and integrate the Play framework. It is an IDE
for Scala written in Scala. The first version is available at
https://github.com/asinghal/SlateIDE

I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.

Please do take a look and let me know of what you think. As always,
contributions and criticism are most welcome!

Thanks and Best regards
Aishwarya

Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate

Hi Renghen

I used 2.8.1 so may be that's the issue. What's the error you get?

Best regards

On Sep 28, 12:28 pm, Renghen Renghen wrote:
> Hi
>
> i downloaded, it does no seem to work, neither does it compile. I have scala
> 2.9.1. is binary compatibilty a problem here???
>
> On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal wrote:
>
>
>
>
>
>
>
> > Hi All
>
> > I have recently been working on writing a light weight IDE that would
> > provide Scala support and integrate the Play framework. It is an IDE
> > for Scala written in Scala. The first version is available at
> >https://github.com/asinghal/SlateIDE
>
> > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > Please do take a look and let me know of what you think. As always,
> > contributions and criticism are most welcome!
>
> > Thanks and Best regards
> > Aishwarya

Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate

also, you must define JAVA_HOME and SCALA_HOME in the environment, or
edit the script to point it to your scala installation. On windows, it
also does not like spaces in path names so if you have something
installed in "program files", it will not be able to start. I am
downloading 2.9.1 right now to see if there are binary compatibility
issues.

Best regards
Aishwarya

On Sep 28, 12:35 pm, Aishwarya Singhal wrote:
> Hi Renghen
>
> I used 2.8.1 so may be that's the issue. What's the error you get?
>
> Best regards
>
> On Sep 28, 12:28 pm, Renghen Renghen wrote:
>
>
>
>
>
>
>
> > Hi
>
> > i downloaded, it does no seem to work, neither does it compile. I have scala
> > 2.9.1. is binary compatibilty a problem here???
>
> > On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal wrote:
>
> > > Hi All
>
> > > I have recently been working on writing a light weight IDE that would
> > > provide Scala support and integrate the Play framework. It is an IDE
> > > for Scala written in Scala. The first version is available at
> > >https://github.com/asinghal/SlateIDE
>
> > > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > > Please do take a look and let me know of what you think. As always,
> > > contributions and criticism are most welcome!
>
> > > Thanks and Best regards
> > > Aishwarya

Renghen Renghen
Joined: 2010-09-06,
User offline. Last seen 42 years 45 weeks ago.
Re: Re: Announcing Slate
renghen@renghen:~/svn/scala/utils/SlateIDE$ sh ./bin/slate
Exception in thread "main" java.lang.RuntimeException: Cannot figure out how to run target: net.slate.Launch
    at scala.sys.package$.error(package.scala:27)
    at scala.tools.nsc.GenericRunnerCommand.scala$tools$nsc$GenericRunnerCommand$$guessHowToRun(GenericRunnerCommand.scala:38)
    at scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand.scala:48)
    at scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand.scala:48)
    at scala.Option.getOrElse(Option.scala:109)
    at scala.tools.nsc.GenericRunnerCommand.<init>(GenericRunnerCommand.scala:48)
    at scala.tools.nsc.GenericRunnerCommand.<init>(GenericRunnerCommand.scala:17)
    at scala.tools.nsc.MainGenericRunner.process(MainGenericRunner.scala:33)
    at scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:89)
    at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
renghen@renghen:~/svn/scala/utils/SlateIDE$

On Wed, Sep 28, 2011 at 11:35 AM, Aishwarya Singhal <asinghal79@gmail.com> wrote:
Hi Renghen

I used 2.8.1 so may be that's the issue. What's the error you get?

Best regards

On Sep 28, 12:28 pm, Renghen Renghen <reng...@gmail.com> wrote:
> Hi
>
> i downloaded, it does no seem to work, neither does it compile. I have scala
> 2.9.1. is binary compatibilty a problem here???
>
> On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal <asingha...@gmail.com>wrote:
>
>
>
>
>
>
>
> > Hi All
>
> > I have recently been working on writing a light weight IDE that would
> > provide Scala support and integrate the Play framework. It is an IDE
> > for Scala written in Scala. The first version is available at
> >https://github.com/asinghal/SlateIDE
>
> > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > Please do take a look and let me know of what you think. As always,
> > contributions and criticism are most welcome!
>
> > Thanks and Best regards
> > Aishwarya

Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate

Hi Renghen

I have now compiled Slate with 2.9.1 and uploaded the package into
dist directory. Please try it out and let me know if you still face
issues.

Best regards
Aishwarya

On Sep 28, 12:51 pm, Renghen Renghen wrote:
> renghen@renghen:~/svn/scala/utils/SlateIDE$ sh ./bin/slate
> Exception in thread "main" java.lang.RuntimeException: Cannot figure out how
> to run target: net.slate.Launch
>     at scala.sys.package$.error(package.scala:27)
>     at
> scala.tools.nsc.GenericRunnerCommand.scala$tools$nsc$GenericRunnerCommand$$ guessHowToRun(GenericRunnerCommand.scala:38)
>     at
> scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand. scala:48)
>     at
> scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand. scala:48)
>     at scala.Option.getOrElse(Option.scala:109)
>     at
> scala.tools.nsc.GenericRunnerCommand.(GenericRunnerCommand.scala:48)
>     at
> scala.tools.nsc.GenericRunnerCommand.(GenericRunnerCommand.scala:17)
>     at scala.tools.nsc.MainGenericRunner.process(MainGenericRunner.scala:33)
>     at scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:89)
>     at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
> renghen@renghen:~/svn/scala/utils/SlateIDE$
>
> On Wed, Sep 28, 2011 at 11:35 AM, Aishwarya Singhal wrote:
>
>
>
>
>
>
>
> > Hi Renghen
>
> > I used 2.8.1 so may be that's the issue. What's the error you get?
>
> > Best regards
>
> > On Sep 28, 12:28 pm, Renghen Renghen wrote:
> > > Hi
>
> > > i downloaded, it does no seem to work, neither does it compile. I have
> > scala
> > > 2.9.1. is binary compatibilty a problem here???
>
> > > On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal <
> > asingha...@gmail.com>wrote:
>
> > > > Hi All
>
> > > > I have recently been working on writing a light weight IDE that would
> > > > provide Scala support and integrate the Play framework. It is an IDE
> > > > for Scala written in Scala. The first version is available at
> > > >https://github.com/asinghal/SlateIDE
>
> > > > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > > > Please do take a look and let me know of what you think. As always,
> > > > contributions and criticism are most welcome!
>
> > > > Thanks and Best regards
> > > > Aishwarya

Renghen Renghen
Joined: 2010-09-06,
User offline. Last seen 42 years 45 weeks ago.
Re: Re: Announcing Slate
hi,

I tried it again. It just hangs, does nothing. is there any parameters to push ob the command line.

I alos tried to call the object from the scala console, nothing happens, it just hang, as if the process is waiting for something.

Is there an xml file to configure ??

my scala_home and java_home are ok.


regards
renghen





On Wed, Sep 28, 2011 at 12:49 PM, Aishwarya Singhal <asinghal79@gmail.com> wrote:
Hi Renghen

I have now compiled Slate with 2.9.1 and uploaded the package into
dist directory. Please try it out and let me know if you still face
issues.

Best regards
Aishwarya

On Sep 28, 12:51 pm, Renghen Renghen <reng...@gmail.com> wrote:
> renghen@renghen:~/svn/scala/utils/SlateIDE$ sh ./bin/slate
> Exception in thread "main" java.lang.RuntimeException: Cannot figure out how
> to run target: net.slate.Launch
>     at scala.sys.package$.error(package.scala:27)
>     at
> scala.tools.nsc.GenericRunnerCommand.scala$tools$nsc$GenericRunnerCommand$$ guessHowToRun(GenericRunnerCommand.scala:38)
>     at
> scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand. scala:48)
>     at
> scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand. scala:48)
>     at scala.Option.getOrElse(Option.scala:109)
>     at
> scala.tools.nsc.GenericRunnerCommand.<init>(GenericRunnerCommand.scala:48)
>     at
> scala.tools.nsc.GenericRunnerCommand.<init>(GenericRunnerCommand.scala:17)
>     at scala.tools.nsc.MainGenericRunner.process(MainGenericRunner.scala:33)
>     at scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:89)
>     at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
> renghen@renghen:~/svn/scala/utils/SlateIDE$
>
> On Wed, Sep 28, 2011 at 11:35 AM, Aishwarya Singhal <asingha...@gmail.com>wrote:
>
>
>
>
>
>
>
> > Hi Renghen
>
> > I used 2.8.1 so may be that's the issue. What's the error you get?
>
> > Best regards
>
> > On Sep 28, 12:28 pm, Renghen Renghen <reng...@gmail.com> wrote:
> > > Hi
>
> > > i downloaded, it does no seem to work, neither does it compile. I have
> > scala
> > > 2.9.1. is binary compatibilty a problem here???
>
> > > On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal <
> > asingha...@gmail.com>wrote:
>
> > > > Hi All
>
> > > > I have recently been working on writing a light weight IDE that would
> > > > provide Scala support and integrate the Play framework. It is an IDE
> > > > for Scala written in Scala. The first version is available at
> > > >https://github.com/asinghal/SlateIDE
>
> > > > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > > > Please do take a look and let me know of what you think. As always,
> > > > contributions and criticism are most welcome!
>
> > > > Thanks and Best regards
> > > > Aishwarya

Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate

Hi Renghen

I hope all works fine for you now. Please do let me know if you still
have any issues. Also, please do let me know if you have any feedback
on the IDE.

Best regards
Aishwarya

On Sep 29, 10:17 pm, Renghen Renghen wrote:
> hi,
>
> I tried it again. It just hangs, does nothing. is there any parameters to
> push ob the command line.
>
> I alos tried to call the object from the scala console, nothing happens, it
> just hang, as if the process is waiting for something.
>
> Is there an xml file to configure ??
>
> my scala_home and java_home are ok.
>
> regards
> renghen
>
> On Wed, Sep 28, 2011 at 12:49 PM, Aishwarya Singhal wrote:
>
>
>
>
>
>
>
> > Hi Renghen
>
> > I have now compiled Slate with 2.9.1 and uploaded the package into
> > dist directory. Please try it out and let me know if you still face
> > issues.
>
> > Best regards
> > Aishwarya
>
> > On Sep 28, 12:51 pm, Renghen Renghen wrote:
> > > renghen@renghen:~/svn/scala/utils/SlateIDE$ sh ./bin/slate
> > > Exception in thread "main" java.lang.RuntimeException: Cannot figure out
> > how
> > > to run target: net.slate.Launch
> > >     at scala.sys.package$.error(package.scala:27)
> > >     at
>
> > scala.tools.nsc.GenericRunnerCommand.scala$tools$nsc$GenericRunnerCommand$$
> > guessHowToRun(GenericRunnerCommand.scala:38)
> > >     at
>
> > scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand.
> > scala:48)
> > >     at
>
> > scala.tools.nsc.GenericRunnerCommand$$anonfun$2.apply(GenericRunnerCommand.
> > scala:48)
> > >     at scala.Option.getOrElse(Option.scala:109)
> > >     at
>
> > scala.tools.nsc.GenericRunnerCommand.(GenericRunnerCommand.scala:48)
> > >     at
>
> > scala.tools.nsc.GenericRunnerCommand.(GenericRunnerCommand.scala:17)
> > >     at
> > scala.tools.nsc.MainGenericRunner.process(MainGenericRunner.scala:33)
> > >     at
> > scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:89)
> > >     at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
> > > renghen@renghen:~/svn/scala/utils/SlateIDE$
>
> > > On Wed, Sep 28, 2011 at 11:35 AM, Aishwarya Singhal <
> > asingha...@gmail.com>wrote:
>
> > > > Hi Renghen
>
> > > > I used 2.8.1 so may be that's the issue. What's the error you get?
>
> > > > Best regards
>
> > > > On Sep 28, 12:28 pm, Renghen Renghen wrote:
> > > > > Hi
>
> > > > > i downloaded, it does no seem to work, neither does it compile. I
> > have
> > > > scala
> > > > > 2.9.1. is binary compatibilty a problem here???
>
> > > > > On Wed, Sep 28, 2011 at 10:52 AM, Aishwarya Singhal <
> > > > asingha...@gmail.com>wrote:
>
> > > > > > Hi All
>
> > > > > > I have recently been working on writing a light weight IDE that
> > would
> > > > > > provide Scala support and integrate the Play framework. It is an
> > IDE
> > > > > > for Scala written in Scala. The first version is available at
> > > > > >https://github.com/asinghal/SlateIDE
>
> > > > > > I have used Scala 2.8.1, Play 1.2.3 and Sun JDK 1.6 for the same.
>
> > > > > > Please do take a look and let me know of what you think. As always,
> > > > > > contributions and criticism are most welcome!
>
> > > > > > Thanks and Best regards
> > > > > > Aishwarya

Aishwarya Singhal
Joined: 2011-09-09,
User offline. Last seen 42 years 45 weeks ago.
Re: Announcing Slate

Hi All

For those interested, I have just released a version 0.2 of Slate
that
now includes static code analysis of Scala code. Hence, the IDE helps
identify unused private/ local methods and variables, thus helping
reduce the
amount of dead code in your source code.

Best regards
Aishwarya

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland