I have a need to read properties from a file of the form:

key this sentence is
  the value of the key.

that is, the multi-line string value of the key is signaled by leading white space on the second and subsequent lines, rather than the use of "\" on each previous line. Is there a neat way to coerce common- configuration into parsing this as I want it? Could I override PropertiesConfiguration.PropertiesReader for example to get this effect?

Thanks for any suggestions .. Gavin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to