unsaved / gradle-ivyxml-plugin

Gradle plugin that loads dependencies according to Ivy dependency files
13 stars 7 forks source link

Not able to pull artifacts #1

Closed chadwalz closed 12 years ago

chadwalz commented 12 years ago

Thanks for all of this work!! I'm just trying to import artifacts from Ivy using gradle and am confused with how it works. I would really appreciate knowing what a working ivy.xml might look like to gel with your example "that triggers a resolve and download". It would be nice if the "['confName']" worked as is with the ivy.xml. Also is version "ivy-module version=2.0" or higher required? Thanks again.

unsaved commented 12 years ago

Sounds like what is needed is an end-to-end example. I'll make up one, probably to live in the 'doc' subdirectory.

I hope to do it tomorrow eve. I am really swamped today.

unsaved commented 12 years ago

I just committed the sample. Sorry I'm late. 'Been incredibly busy, and then when I went to do it, GitHub was offline for maintenance.

See files "build.gradle" and "ivy.xml" in the doc subdirectory.

chadwalz commented 12 years ago

Thanks so much, Blaine! I did have to upgrade from milestone-5 to milestone-6 for the example to work, but it did seem to work. Really appreciate the example.

unsaved commented 12 years ago

Working sample provided.