ant.importBuild('build.xml') { antTargetName ->
    'a-' + antTargetName
}
