Create a directory with AntBuilder
This creates a directory with the groovy AntBuilder.
def ant = new AntBuilder() ant.mkdir(dir:'name')
[mkdir] Created dir: C:\Temp\groovy\almanac\name
This creates a directory with the groovy AntBuilder.
def ant = new AntBuilder() ant.mkdir(dir:'name')
[mkdir] Created dir: C:\Temp\groovy\almanac\name