Hi,

On Mar 25, 2009, at 1:52 PM, Luk Morbee wrote:


The following hack seems to work:

import org.apache.ivy.core.settings.IvySettings
import org.apache.ivy.core.module.descriptor.ModuleDescriptor
import org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser

dependencies {
 IvySettings ivySettings = new IvySettings()
 ivySettings.load(new File('T:/Build/IvyRep/ivysettings.xml'))
 classpathResolvers.add(ivySettings.defaultResolver)
 File ivyFile = new File(projectDir, 'ivy.xml')
 ModuleDescriptor md =
XmlModuleDescriptorParser.getInstance().parseDescriptor(ivySettings,
ivyFile.toURL(), false)
 dependencyDescriptors(md.getDependencies());
}

Hans,
When can we expect a gradle version that contains the GRADLE-197
improvement?

Not sure yet. It is a pre-1.0 issue but won't be fixed in the 0.6 release. We haven't done further prioritization yet.

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to