ant - Apache Ivy multiple resolvers -


The IvyRoundUp packageer is trying to get the repository and to work with chain revolvers in Apache IV, the Meowon repository can be used

The following

  & lt; Settings default Resolver = "Roundup" /> & Lt; Resolver & gt; & Lt; Chain name = "solution" & gt; & Lt; Url name = "cukes" m2compatible = "true" & gt; & Lt; Artifact Pattern = "http://cukes.info/maven/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" / & gt; & Lt; / URL & gt; & Lt; Packager name = "roundup" buildRoot = "$ {user.home} /. Ivy2 / packager / build" resourceCache = "$ {user.home} /. Ivy2 / packager / cache" & gt; & Lt; IV pattern = "http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml" /> & Lt; Artifact Pattern = "http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organization]/[module]/[revision]/packager.xml" /> & Lt; / Bundle & gt; & Lt; / Series & gt; & Lt; / Resolver & gt;  

Now when I run iv: take it back in the construction of my ant

  [Ivy: retrieve] [Ivy: Retrieve]: Summary of Problems: [Ivy: Retrieved] :::: Warning [Ivy: Retrieved] Module was not found: cuke4duke # cuke4duke; 0.1.6 [IV: Retrieve] ==== Roundup: Tried [Ivy: Retrieve] http://ivyroundup.googlecode.com/svn/trunk/repo/modules/cuke4duke/cuke4duke/0.1. 6 / ivy.xml [IV: Retrieve] - Artifact cuke4duke # cuke4duke; 0.1.6! Cuke4duke.jar: [Ivy: Retrieve] http://ivyroundup.googlecode.com/svn/trunk/repo/modules/cuke4duke/cuke4duke/0.1.6/packager.xml [IV: Retrieved] Module not found: Org.jruby # jruby-full; 1.4.0 RC1 [Iv: Retrieve] ==== Roundup: Tried [IV: Retrieve] http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.jruby/jruby -complete / 1.4 0 RC1 / IV XML [IV: Retrieve] - Artifact org.jruby # jruby-full; 1.4.0RC1! Jruby-full.jar: [IV: Retrieve http://ivyroundup.googlecode.com/svn/trunk/ Repo / module / org.jruby / JRuby: full / 1.4.0 rc1 / packware.exml (iv) : Retrieve] ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::: [IV: Retrieve] :: Unbearable Stories :: [Ivy: Retrieve] ::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ::::::::::::::::::::::::::::::::: cuke4duke # cuke4duke; 0.1.6: Not Found [Ivy: Retrieve] :: org.jruby # jruby-full; 1.4.0 RC1: Not found [Ivy: Retrieve] ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::: ::::::: [IV: Retrieve ] What I can do with the IV website means that I have 2 revolvers and Ivy should check both the repositories which I am missing, as it does not kill the cukes revolver   

is the solution

  & lt; Settings default Resolver = "Series-1" /> & Lt; Resolver & gt; & Lt; Packager name = "roundup" buildRoot = "$ {user.home} /. Ivy2 / packager / build" resourceCache = "$ {user.home} /. Ivy2 / packager / cache" & gt; & Lt; IV pattern = "http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml" /> & Lt; Artifact Pattern = "http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organization]/[module]/[revision]/packager.xml" /> & Lt; / Bundle & gt; & Lt; Chain name = "chain-1" & gt; & Lt; Result referee = "roundup" /> & Lt; Ibiblio name = "ibiblio" m2compatible = "true" usepoms = "true" /> & Lt; Url name = "cukes" m2compatible = "true" & gt; & Lt; Artifact Pattern = "http://cukes.info/maven/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" / & gt; & Lt; / URL & gt; & Lt; / Series & gt; & Lt; / Resolver & gt;  


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -