Re: XMLPropertyListConfiguration and saving arrays

2010-11-03 Thread Emmanuel Bourg
Hi Matthew, I have to get another look at this issue, I don't remember why I gave up on the arrays when I implemented the plist configurations. Could you register your report in JIRA please? Emmanuel Bourg Le 03/11/2010 02:51, Matthew Smith a écrit : Hi! I am attempting to save out plist

XMLPropertyListConfiguration and saving arrays

2010-11-02 Thread Matthew Smith
Hi! I am attempting to save out plist files from some groovy code, and I am not having much success when it comes to arrays. Instead of values wrapped in array tags, I get a series of key-value pairs. Here is my code (hopefully it should be close enough to java to be clear):groovy import