- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ANNOUNCE: configgy 1.2.1
Sat, 2008-12-20, 06:31
This release is primarily just a few small bugfixes, so I gave it a
micro dot.
Configgy is a library for handling config files and logging for a scala
daemon. The idea is that it should be simple and straightforward,
allowing you
to plug it in and get started quickly, writing small useful daemons
without
entering the shadowy world of java frameworks.
Changes in version 1.2.1 include:
- a few bug fixes related to case-insensitive key names (thanks to
Jesse
Eichar)
- RuntimeEnvironment loads build-revision
It can't be a project without a website, so that's here:
The github repository is here:
http://github.com/robey/configgy/tree/master
And, for fans of maven/ivy, you can add this to your repository list to
get configgy versions:
robey
Thanks Robey
:)
On 20-Dec-08, at 6:30 AM, Robey Pointer wrote:
> This release is primarily just a few small bugfixes, so I gave it a
> micro dot.
>
>
> Configgy is a library for handling config files and logging for a
> scala
> daemon. The idea is that it should be simple and straightforward,
> allowing you
> to plug it in and get started quickly, writing small useful daemons
> without
> entering the shadowy world of java frameworks.
>
>
> Changes in version 1.2.1 include:
>
> - a few bug fixes related to case-insensitive key names (thanks to
> Jesse
> Eichar)
> - RuntimeEnvironment loads build-revision
>
>
> It can't be a project without a website, so that's here:
>
> http://www.lag.net/configgy/
>
> The github repository is here:
>
> http://github.com/robey/configgy/tree/master
>
> And, for fans of maven/ivy, you can add this to your repository list
> to
> get configgy versions:
>
> http://www.lag.net/repo/
>
>
> robey
>