> 1. Allow include/exclude patterns to be specified for each source dir, in
> addition to the global patterns, similar to how the copy task allows this:
>
> groovy {
>    srcDirs 'grails-app/conf', ...
>
>    srcDir(projectDir) {
>        include '*GrailsPlugin.groovy'
>    }
> }

I'd love to see this as it makes a lot more sense to me (sources being
the equivalent of filesets rather than simply directories).

Thanks for the info. I think for now I'll see how far I can get with
simply setting the project dir as a source directory.

In case you're wondering, I'm looking into a pure Gradle build for
Grails projects. The current Grails build system now attempts to
duplicate a lot of what Gradle does, but in many cases not very well.
A Gradle-based build may mean a simpler one, with Gradle doing a lot
of the heavy lifting.

Cheers,

Peter

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

    http://xircles.codehaus.org/manage_email


Reply via email to