task hello {
    doLast {
        ant.echo('hello from Ant')
    }
}
