16 May 16:53
Re: [groovy-user] Property files in jar & ConfigSlurper
From: Tom Corcoran <boardtc@...>
Subject: Re: [groovy-user] Property files in jar & ConfigSlurper
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-05-16 14:53:50 GMT
Subject: Re: [groovy-user] Property files in jar & ConfigSlurper
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-05-16 14:53:50 GMT
Tom Corcoran schrieb: > I have learned from this list that groovy property files are not really > property files but groovy script. We have been storing them in a > /properties > directory like with Java properties files. I have not noticed .class files > being compiled from them so am a little confused how that works. groovy can compile classes in memory and on the fly... like it does with any .groovy file you give it. ConfigSlurper is causing this by feeding the file to our compiler I understand your explanation now about groovy property files, thanks. Reading from the jar is another issue... -- -- View this message in context: http://www.nabble.com/Property-files-in-jar---ConfigSlurper-tp17275925p17276686.html Sent from the groovy - user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
RSS Feed