Cheers, Tom.
Tomek, I did not know I had to do a new command. I was still just trying gradle eclipse. So to use this method, one must do: - gradle eclipse - gradle create-dirs Thanks, Tom. On 17 June 2010 06:52, Tomek Kaczanowski <[email protected]>wrote: > Hello Tom, > > hm, strange cause it works for me. > > my build.gradle > > apply plugin: 'java' > > // create the source and resource directory layout. > > task "create-dirs" << { > > sourceSets.all*.java.srcDirs*.each { it.mkdirs() } > > sourceSets.all*.resources.srcDirs*.each { it.mkdirs() } > > } > gradle -t shows "create-dirs" task > > now running > gradle create-dirs > creates the structure > > Could you try this? > > -- > Regards / Pozdrawiam > Tomek Kaczanowski > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
