A user with the name Rene Groeschke asked the same questions a couple of weeks ago. He is a nice guy and lives in the same town as you as far as I know. You might start a Gradle User Group there ;)
See: http://gradle.markmail.org/thread/x6gmbrhhen63rybe Cheers, - Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz On Mon, Apr 12, 2010 at 4:43 PM, Rene Groeschke <[email protected]> wrote: > hi there, > I have a zip which contains a directory "acme". now I want to copy the > content of acme (not the directory itself) to a specific dir. > > when doing something like this: > > copy{ > from { > zipTree("acme.zip" > } > into{ 'bla' } > } > > the directory acme is with the desired content is located in 'bla'. how to > get the content direct in the 'bla' directory? > > regards, > René > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
