Re: [gradle-user] Re: question about urlresolver

2010-12-09 Thread Robert Fischer
Unfortunately, Ivy needs a patterns for artifacts, and those are far from standard on GitHub. If you can define them, though, for a particular project, then you should be able to specify a resolver without too much difficulty. ~~ Robert. On 8 December 2010 19:40, Benjamin Muschko

[gradle-user] Re: question about urlresolver

2010-12-09 Thread Benjamin Muschko
Robert, thanks for your suggestions. It looks like it doesn't work with the regular GitHub download URL pattern e.g. http://github.com/bmuschko/gradle-tomcat-plugin/downloads/[module]-[revision].[ext] Instead I used this URL pattern which works fine:

[gradle-user] Re: question about urlresolver

2010-12-08 Thread Benjamin Muschko
I am trying to resolve a JAR file from GitHub but have the same issue. Is there any kind of workaround to make this work? It would be great to use the GitHub download section as repository. Thanks, Ben -- View this message in context:

[gradle-user] Re: question about urlresolver

2010-11-20 Thread helmut.denk
hi rene, this may help or not ... ;-) i am not 100% sure, but i think, that ivy's URLResolver parses DirectoryListings. preconditions for URLResolvers to work would be: - DirectoryListings must be enabled on server - DirectoryListings must have the appropriate format enable