Hans Dockter wrote:
There are some issues left with our very nice new archive handling.

usePlugin('base')

task topLevelInclude(type: Zip) {
   baseName = "topLevelInclude"
   include "foo"
}

task inheritInto(type: Zip) {
   baseName = "inheritInfo"
   into "bar"
   from('foo')
}

- The topLevelInclude zip is empty. I would expect it to include foo.

Does that mean that the following should create a Zip containing the entire project directory?

task someZip(type: Zip) {
}

Perhaps instead it should be an error to use include or exclude when no source has been specified.

- The inheritInto zip has foo as a first level file. I would expect it to be in 
bar/foo.


I'll fix that.

I have attached a zip with the test project.

- Hans

--
Hans Dockter
Gradle Project Manager
http://www.gradle.org





------------------------------------------------------------------------

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

    http://xircles.codehaus.org/manage_email

--
Adam Murdoch
Gradle Developer
http://www.gradle.org

Reply via email to