Scala Bazaars

Scala Bazaars, “sbaz” for short, is a network system that allows Scala enthusiasts to share packages of Scala code and other artifacts with each other.

Detailed information, including a tutorial and an architecture document, is available at: http://www.lexspoon.org/sbaz/.

The best way to get started with sbaz is to read the tutorial. You may want to execute “sbaz install sbazgui” after installing sbaz, if you’d like a GUI interface.

The software is developed and maintained by Lex Spoon.

If you need an HTTP proxy

Scala Bazaars uses HTTP to communicate with universe servers. If your network blocks HTTP access, then, you need to configure sbaz to use an HTTP proxy. To do this, create a file named “config/sbaz.properties” in your managed directory and give it the appropriate proxy settings, something like:

  http.proxySet=true
  http.proxyHost=localhost
  http.proxyPort=3128

Reporting Bugs

If you have a bug to report on sbaz, please do not post it on the wiki. Use the same bug reporting system as for the compiler and standard library. Go to http://www.scala-lang.org and look for “reporting a bug” on the left part of the page.

 
sbaz/start.txt · Last modified: 2007/12/27 18:32 by lexspoon
 
Recent changes RSS feed Valid XHTML 1.0 Driven by DokuWiki