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
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
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