Hi Inger, just as a side note: Configurations uses in its examples simple-jndi to demonstrate the JNDI functionality. This library creates an InitialContext for property, XML and ini files in a file structure. May be you can have a look at it, how the [section] problem is solved there, because we can assume, that some users already use it and it would be confuising if your implementation behaves different.
Regards, J�rg Inger, Matthew wrote on Wednesday, March 03, 2004 8:10 PM: > Any interest in an INI File configuration class? > It would read a Windows style .ini file. A sample: > > [Section1] > key1=value1 > > [Section2] > key2=value2 > > would produce the following properties: > > Section1/key1=value1 > Section2/key2=value2 > > Unfortunately, empty sections would not be dealt with > by the existing state of what i have. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
