On Apr 9, 2009, at 9:45 AM, Johnny Jian wrote:
Hi all,
1. Support wildcard characters in task names. For example:
integrationTest.dependsOn ':subproject1:test', ':subproject2:test',
':subproject3:test'
can be reduced to:
integrationTest.dependsOn ':*:test'
Good point. We want to provide wildcard support for this kind of stuff
in the not too distant future.
2. Bundle.dependsOn() should delegate to
Bundle.archiveTasks*.dependsOn(), because Bundle task actually
delegate to its archive tasks. Then
dists.archiveTasks*.dependsOn 'generateDoc'
can be reduced to:
dists.dependsOn 'generateDoc'
We will refactor our archive creation mechanism (probably for 0.6). We
will keep this use case in mind for that (and I hopefully remember to
respond to this posting describing how to do the above with the new
mechanisms).
- Hans
--
Hans Dockter
Gradle Project lead
http://www.gradle.org
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email