Here's the API:

http://www.gradle.org/1.0-milestone-1/docs/javadoc/org/gradle/api/Project.html#getTasksByName(java.lang.String,%20boolean)

~~ Robert.

On Mon, Apr 18, 2011 at 10:21 PM, Robert Fischer
<[email protected]> wrote:
> task ci(dpeendsOn:getTasksByName("build", true))
>
> ~~ Robert.
>
> On Mon, Apr 18, 2011 at 10:01 PM, Howard Lewis Ship <[email protected]> wrote:
>> This seems like it should be easy.
>>
>> I have a top-level task:
>>
>> task continuousIntegration(dependsOn: ['build', 'aggregateJavadoc'])
>>
>> However, my top-level build.gradle doesn't define a build task
>> (there's no Java code at the top level, just in the subprojects).
>>
>> What's the idiomatic way to create a top-level build target that, in
>> effect, is dependent on each subproject's build task?
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to