Ah, great. I'll refrain from JIRAing it, then :) Thanks, Levi
On Mon, Jul 13, 2009 at 10:31 AM, Hans Dockter <[email protected]> wrote: > > On Jul 12, 2009, at 8:36 PM, Levi Hoogenberg wrote: > > Good evening, >> >> when running gradle eclipse, the generated classpath files do not contain >> the library dependencies that have a configuration. Compiling works, so it >> seems to be a bug, but I thought I'd run it through the mailing list before >> filing an issue. >> >> The relevant part of my build.gradle looks like this: >> >> dependencies { >> compile name: 'slf4j', version: '1.5.6', configuration: 'api' >> } >> >> Am I missing something or should I create an issue? >> > > You are right. This is a bug. It is already fixed in trunk. We plan to > release Gradle 0.7 sometimes this week which will include the fix. > > Thanks > > - Hans > > -- > Hans Dockter > Gradle Project Manager > http://www.gradle.org > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
