Re: XMLPropertyListConfiguration and saving arrays

2010-11-03 Thread Matthew Smith
s. > > 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 files from some groovy code, and I >> am not having much success when it comes to arrays. Instead of valu

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 org.apach