Jon Stevens wrote:
> 
> on 3/5/01 6:08 PM, "Daniel Rall" <[EMAIL PROTECTED]> wrote:
> 
> > I don't feel strongly about it either way, just like the simplicity of
> > using a standard Java library class.  Consistancy has as much--if not
> > more--value, however.
> 
> Except for the fact that it doesn't do what we need.
> 
> Configuration does the exact same thing as Properties except that it works.
> 
> This isn't real hard guys.

Except we are setting it up for the Properties not to work.  They would
work fine if we switched from:

....
path = foo
path = bar
path = woogie
....

to 

path.1 = foo
path.2 = bar
path.3 = woogie

right?

We already use this in grouping loader properties into sets, so its
nothing terribly new or different.

geir


-- 
Geir Magnusson Jr.                               [EMAIL PROTECTED]
Developing for the web?  See http://jakarta.apache.org/velocity/

Reply via email to