Neil Chaudhuri wrote: > > I tried that approach, but I am finding that whatever I configure does > indeed override the default configuration. In other words, the contents of > src/test/resources don't get copied if I configure anything here. Could > this be a bug? >
Works fine for me. Please show your build script. Neil Chaudhuri wrote: > > On another note, how can I work around the limitation that > includes/excludes is not configurable on a per directory basis? Would you > suggest I simply avoid closures and the DSL and set things up "manually"? > It's not a limitation of the DSL but of the underlying API. If you really need per-directory includes/excludes, you'll have to find some other solution. For example, you could try to manually copy additional resources into build/classes. -- View this message in context: http://gradle.1045684.n5.nabble.com/Combining-FileTrees-Into-a-Single-SourceSet-tp3441848p3629959.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
