On Fri, Jun 18, 2010 at 07:22, boardtc <[email protected]> wrote: > > > 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
create-dirs first > 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 >> >> > > -- Jason Porter http://lightguard-jp.blogspot.com http://twitter.com/lightguardjp Software Engineer Open Source Advocate PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
