Am Fr, 18.02.2011, 18:29, schrieb Rene Groeschke:
> Hi Simon,
> gradle is your friend here. the following snippet should work for you:
>
> processResources{ from "model" }

Maybe some more explanation is useful to understand the snippet. The
processResources Task is of type Copy. The default target directory of
this copy task is the classes dir in your build directory. To get
additional content to this directory, you just need to add another source
to the copy spec. This is what you do with the snippet above.

regards,
René



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

    http://xircles.codehaus.org/manage_email


Reply via email to