at lease this code be available as a ready made command in all plugins!

task "create-dirs" << {
   sourceSets.all*.java.srcDirs*.each { it.mkdirs() }
   sourceSets.all*.resources.srcDirs*.each { it.mkdirs() }
}

-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Gradle-Archetype-like-Maven-tp3302964p3329996.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to