Looking at a new Gradle built from source, I have dug around and found what
seem to be the right objects:

{code}
    def cc =
project.services.get(org.gradle.api.artifacts.ConfigurationContainer)
    def is = cc.ivyService.ivyService.ivyService
    def sc = is.settingsConverter
    def settings = sc.ivySettings
{code}

But in this case, the IvySettings object in the settingsConverter is null.
The code in that class is expecting someone else to set the value, but I
can't find where that would happen.

Maybe this is still work in progress?


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Using-an-IvyResolver-directly-to-query-existing-versions-causes-NullPointerException-tp4552897p4577644.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to