Note that you will have to create the directories for 'test-manual' by
hand. That threw me when I first got started with Gradle.

~~ Robert.



On Fri, Jun 24, 2011 at 1:06 PM, John Murph <[email protected]> wrote:
> AFAIK, Gradle only automatically handles "main" and "test" (really, the
> JavaBase plugin handles those).  For your number 1 case, we use a directory
> named "test-manual" and just add a new sourceSet for that directory.  It's
> not very hard, something like
>
> sourceSet {
>   'test-manual'
> }
>
> something like that (the user's guide talks about this).  This will give you
> some tasks automatically, such as a compileTestManualJava task for instance.
>
>
> --
> John Murph
> Automated Logic Research Team
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to