http://groovypp.artifactoryonline.com/groovypp/libs-releases-local/org/mbte/groovypp/
--
Omnem crede diem tibi diluxisse supremum.
2011/7/4 Wilson MacGyver <wmac...@gmail.com>:
previously, you do
GrettyServer server = []
server.groovy = [
.....
ie, passing a map.
now, you have
def server = new GrettyServer().
localAddress(new InetSocketAddress(8080)).
dir("web").
why the change to the .x.y.z?
On Mon, Jul 4, 2011 at 3:50 AM, Alex Tkachman <alex.t...@gmail.com> wrote: