Ok, found the first botch...I didn't commit the Properties class :)

https://github.com/headius/jruby/commit/78df8e1987f780b27d3343b19a9bff5f16fadc15

- Charlie

On Wed, Oct 26, 2011 at 10:15 AM, Charles Oliver Nutter
<head...@headius.com> wrote:
> I finally tackled the cleanup and centralization of all property-based
> JRuby configs. They were sprinkled all over as simple property loads,
> with many of them left undocumented and some others completely stale
> and unused. The new structure centralizes all properties in one place
> along with their valid options, default values, and descriptions.
>
> The commit is pushed to my jruby fork here:
> https://github.com/headius/jruby/commit/02732c2725271eafb021e78dfb793934d2e85fee
>
> I am requesting more eyes on it to make sure I did not botch the
> migration...for example, copying over the various default values,
> wiring up the new property logic where we had lookups before, and so
> on.
>
> I'm also interested in suggestions for way to improve this layout. I
> looked a at few configuration libraries for JVM and they were all
> either too complex or not what I needed. Hand-rolling this seemed like
> the right way to go.
>
> - Charlie
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to