[gradle-user] Compile Java - Exclude some; include some via reference

2010-11-30 Thread Chris Hane
I want to compile the server directories while excluding the client sub-directories except for the shared directories. Is there a way to do this? My source directories looks something like: /src/domain/client /src/domain/client/module1 /src/domain/client/module1/shared

[gradle-user] Copy and Flatten Directories

2009-11-20 Thread Chris Hane
I'm trying to copy a deep directory structure and flatten it as I do it. I'm sure this is a simple function, I just can't seem to get it today. Could some help point me in the right direction. Current structure moving from - com - project - screen1 - help

Re: [gradle-user] Copy and Flatten Directories

2009-11-20 Thread Chris Hane
) } } Note that remapTarget has been removed in the current main branch, but Adam says there will be a replacement. Chris Hane wrote: I'm trying to copy a deep directory structure and flatten it as I do it. I'm sure this is a simple function, I just can't seem to get it today. Could some help point