If you have access to the codebase there's a bit of documentation/samples in javadoc for ConventionProperty class. It will be available in next milestone's DSL reference.
Cheers, Szczepan On Wed, May 11, 2011 at 10:37 AM, Rene Groeschke <[email protected]>wrote: > HI Adam, > > Am 10.05.11 00:03, schrieb Adam Murdoch: > > >> On 09/05/2011, at 5:49 PM, Marco Hunsicker wrote: >> >> Howdy, >>> >>> as my plugin has been written in Java, I'm using the >>> org.gradle.api.tasks.ConventionValue interface for property mapping. Now, >>> this requires the import of a type that does not seem to be part of the >>> public API (org.gradle.api.internal.IConventionAware). Is this intentional? >>> >> >> It is. The convention mapping stuff is not really part of the public API >> yet. Mainly because it is not complete, and works only in rather specific >> cases. Hopefully we can finish it up enough to make it public soon. >> > Is there a summary about the missing features / open issues available, > which needs to be fixed before get that convention api public? I know about > some limitations (need to use the getter...) I would love to see that api > public. > > regards, > René > > -- > ----------------------- > regards René > > rene groeschke > http://www.breskeby.com > @breskeby > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
