Re: [FMPP] Parsing TDD Files
Brought to you by:
ddekany
|
From: Shelley, R. <Rya...@di...> - 2012-04-12 01:01:09
|
I ended up getting it to work with: String propStr = Interpreter.loadTdd(in, "ISO-8859-1"); Map propMap = Interpreter.evalAsHash(propStr); -Ryan From: "Shelley, Ryan" <Rya...@di...<mailto:Rya...@di...>> Reply-To: FMPP open discussion <fmp...@li...<mailto:fmp...@li...>> Date: Wed, 11 Apr 2012 16:32:10 -0700 To: "fmp...@li...<mailto:fmp...@li...>" <fmp...@li...<mailto:fmp...@li...>> Subject: [FMPP] Parsing TDD Files I'd like to use the TDD parsing functionality for reading properties files for my application. I've used FMPP for generating configuration files from templates, but I'd like to skip the generation stage, and use a TDD as the data source for run-time settings. Is this possible, or can I use a particular sub-library of FMPP to accomplish this? Thanks! -Ryan |