Re: groovy and ant

2003-12-12 Thread Peter Reilly
Steve Cohen wrote: At first I thought you were making a joke, but I now see that these are serious people. More info on this language can be found at http://wiki.codehaus.org/groovy/FrontPage Yes, my cut-and-paste to thunderbird does not work too good. They solve the nested element problem that

RE: groovy and ant

2003-12-12 Thread Steve Cohen
Developers List Subject: groovy and ant Goovy is a new language. It looks like they have a nice ant builder class: ant = *new* AntBuilder() /// lets just call one task /ant.echo(*"hello"*) /// here"s an example of a block of Ant insi

groovy and ant

2003-12-12 Thread Peter Reilly
Goovy is a new language. It looks like they have a nice ant builder class: ant = *new* AntBuilder() /// lets just call one task /ant.echo(*"hello"*) /// here"s an example of a block of Ant inside GroovyMarkup /ant.sequential { echo(*"inside se