[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

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

2010-11-30 Thread Adam Murdoch
On 01/12/2010, at 8:12 AM, Chris Hane wrote: 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