Hans - thanks for the update.  I plan on revisiting our build system before
the end of the month and look forward to using gradle.  It looks like it is
coming along nicely.

Chris....


hdockter wrote:
> 
> Hi Chris,
> 
> with Gradle 0.2 you can now simply write:
> 
> usePlugin('java')
> compile {
>     include('org.mypackage1/', 'org.mypackage2/')
>     exclude('org.mypackage2/I*.java/')
> }
> 
> The patterns you can pass to the include/exclude method are Ant  
> patterns.
> 
> - Hans
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Compile-Inculde-Exclude-tp17157729p17959804.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