gary on June 25th, 2009

Trying to start a program created with the eclipse Scala plugin, I saw an error that the main class couldn’t be found. That was cryptic, as there was a main. Stranger still, this is a program I had run successfully before.
The first part of solving the problem was to look for clues in the [...]

Continue reading about Scala Eclipse Plugin Error: Scala Signature

It’s easy to use and update the git version of Configgy and other code hosted at github. If you don’t have git, you can use MacPorts to install it:
$ sudo port install git

Then clone the Configgy repository with
$ git clone git://github.com/robey/configgy.git

Then cd into the top-level directory and build as described below.
When you want [...]

Continue reading about Using git to update Configgy and other github-hosted code

gary on June 21st, 2009

Configgy is a great configuration and logging library for Scala. You can read info/examples on the release page or git the current repository.
To install, just download and, in its directory, type
$ant package

( The ‘$’ is your terminal command-line prompt. Don’t type it.)
If you see the following errors:
[scalac] Compiling 16 source files to /Users/Gary/Development/scala/configgy/target/classes [scalac] [...]

Continue reading about Configgy on Mac