On Tuesday, April 19, 2011, Howard Lewis Ship <[email protected]> wrote: > Thanks! This seems to be working: > > task continuousIntegration(dependsOn: [subprojects.build, 'aggregateJavadoc']) > > > That's very tight and clean ... I'm just a bit daunted because I'm not > sure how I would have found that without asking on the list.
Unfortunately there are all kinds of tricks like that which are not documented save the list :( > On Tue, Apr 19, 2011 at 5:13 AM, Peter Niederwieser <[email protected]> > wrote: >> >> Robert Fischer wrote: >>> >>> Don't you have to do subprojects*.tasks*.build these days? For some >>> reason, I've got it in my head that the direct project -> task link >>> was broken. >>> >> >> "subprojects.build" is enough (no ".tasks", no *'s). >> >> -- >> Peter Niederwieser >> Developer, Gradle >> http://www.gradle.org >> Trainer & Consultant, Gradleware >> http://www.gradleware.com >> Creator, Spock Framework >> http://spockframework.org >> >> >> -- >> View this message in context: >> http://gradle.1045684.n5.nabble.com/Create-a-top-level-build-that-triggers-build-in-each-subproject-tp4312246p4313109.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 >> >> >> > > > > -- > 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 > > > -- Jason Porter http://lightguard-jp.blogspot.com http://twitter.com/lightguardjp Software Engineer Open Source Advocate Author of Seam Catch - Next Generation Java Exception Handling PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
