> Not necessarily. I'd have one build file:
>
> build.gradle
>
> usePlugin 'java'
>
> // project 'ant' is a subproject of this project
> project('ant') {
>    ant.importBuild 'some-build-file.xml'
> }
>
> jar {
>    dependsOn: 'ant:compile'
>    ...
> }
Ah, thanks ! I will try it very soon.

--
Tomek

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

    http://xircles.codehaus.org/manage_email


Reply via email to