Hi all, Just wanted to point out a new capability we have.
For the signing plugin I needed a live collection of *all* of the publish artifacts in a configuration, including inherited. I've added getAllArtifactsCollection() to DefaultConfiguration which does this. The enabler for this is the new CompositeDomainObjectCollection<S> class. It's pretty cool in that it supports filtering and add/remove hooks just like you would expect it to. Check it out in action: http://github.com/gradle/gradle/tree/master/subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy#L60 -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
