http://code.google.com/p/simple-build-tool/wiki/Setup
After deleting my ~/.sbt directory, I changed into a just-cloned s2js
directory and did:
$ sbt
This worked without errors. Then using:
> package
created the jarfile needed for Eclipse in:
target/scala_2.9.0/s2js_2.0.0-1-SNAPSHOT.jar
I now have s2js installed in Eclipse and am testing things with a
sample project. It works great. s2js is a very impressive tool based
on what I see so far.
Thanks,
Rich
On Nov 27, 9:30 pm, Richard Apodaca <rapod...@metamolecular.com>
wrote:
> I've just stumbled on the S2JS project and am very excited to give it a
> spin. Unfortunately, I'm hitting some problems in building the project
> jarfile. I'd like to use S2JS within Eclipse, as in this video:
>
> https://docs.google.com/leaf?id=0B5x_4fRggmLGMzA4MTAxYzktMmZjZS00Y2Nl...
>
> I know next to nothing about Scala, but here's what I've done:
>
> 1) Installed SBT 0.10.0 on OS X using MacPorts
> 2) $ git clonehttps://github.com/alvaroc1/s2js.git