Hi,

I would like to exclude a directory from the classes directory produced by
"compile".

I can do this by defining a new jar task with a supplied "appendix". But
what I really want to do is override or modify the default "archive_jar"
zipFileSet.

The following did not work:

archive_jar.zipFileSet(dir: "build/classes") {
  exclude("data/**")
}

is there a way to achieve this?

thanks,

Brad Buchsbaum


-- 
View this message in context: 
http://www.nabble.com/overriding-archive_jar--tp21985311p21985311.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