Questions tagged [sbaz]

Package sharing tool for the Scala

sbaz is the Scala package sharing tool for the Scala 2 language.

7 questions
20
votes
3 answers

Is there anything like rubygems.org for scala libraries

I notice there is an sbaz tool that seems to have similar functionality to the ruby gem tool but I don't see any community site like gemcutter.org / rubygems.org. Is there something like this around. There are 1084 repositories on github with scala…
bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217
4
votes
1 answer

No sbaz in scala directory after installing scala-2.9.2.msi (on Windows)

Should I somehow download it separately or this is a bug?
LOST
  • 2,956
  • 3
  • 25
  • 40
2
votes
1 answer

Does sbaz work with Scala 2.9.1.final?

Under Windows with version 2.9.0.1 simply typing 'sbaz' at the command prompt works. Under 2.9.1.final doing the same thing I get '\scala was unexpected at this time'
deltanovember
  • 42,611
  • 64
  • 162
  • 244
2
votes
1 answer

How can I use the Scala program schema2src?

This perhaps more a Server Fault question... I installed schema2src via sbaz and now I would like to convert a DTD (Apple's plist schema) to Scala source. $ schema2src usage: schema2src [flags] --module mname arg* or schema2src dtd arg* or…
pr1001
  • 21,727
  • 17
  • 79
  • 125
1
vote
1 answer

(How) can I share a package on the main Scala Bazaar (scala-dev) with sbaz

I'm trying to make a compiler plugin available publicly using sbaz. I followed this tutorial : I packaged my JAR, uploaded it to some public location and ran : sbaz share scalacl-compiler-plugin-1.0-20101005.advert sbaz then told me my package was…
zOlive
  • 1,768
  • 13
  • 11
0
votes
1 answer

scala interpreter error

I did sudo sbaz update sudo sbaz install scalacl scala gave me this error Exception in thread "main" java.lang.NoClassDefFoundError: scala/collection/LinearSeqOptimized at java.lang.Class.getDeclaredConstructors0(Native Method) at…
Navi
  • 8,580
  • 4
  • 34
  • 32
-1
votes
1 answer

Scala, Problem with Scala 2.8.1 installation on Maverick

i've izpack installer Scala 2.8.1 after install it at /usr/local/scala and set environment variable at etc/environment it's work normally for execute command like scala or scalac, but if i execute sbaz with sudo, the error message show like sudo:…
Agung Prasetyo
  • 4,353
  • 5
  • 29
  • 37