Hello,

looking at the EclipseClasspath task, I see that there's no way to set the *
exported* attribute of a <classpathentry> to true. I think this would be a
nice addition (in fact, I need to do this by hand at the moment). Is this
something we can expect in a future version? I'd write a patch, although I'm
not sure what the best solution would be (subclassing
DefaultModuleDependency? Add a generic map-like property to the
dependency?).

Speaking of dependencies, I have an Ivy dependency on the
*api*configuration of SLF4J. At the moment I'm expressing this as

        compile(':slf4j:1.5.2') {
                dependencyConfigurationMappings.add 'api'
        }

after the syntax mentioned in
http://jira.codehaus.org/browse/GRADLE-266didn't work. Is there a
simpler way to express this?

Thanks,
  Levi

Reply via email to