thanks for the direction... but I have no clue how to set this up. I looked at this link http://ivyroundup.googlecode.com/svn/wiki/files/packager.html and was left very confused. I do have other ivy resolvers set up like this:
addIvyPattern 'http://archivaserver:8080/archiva/repository/osgi-internal/[organisation]/[module]/[revision]/ivy_[revision].xml' addArtifactPattern "http://archivaserver:8080/archiva/repository/osgi-official/[organisation]/[organisation]/[module]_[revision](-[classifier]).[ext]" So any hints on how to resolve a jar in jar? thanks On Mon, Aug 9, 2010 at 2:10 PM, Levi Hoogenberg <[email protected]> wrote: > Ivy has a very flexible resolver for this purpose: the packager resolver. It > requires a little more configuration than other resolvers, but it is quite > powerful. > > Op 9 aug 2010 21:54 schreef "phil swenson" <[email protected]>: > > I am consuming a build from an archiva repository. One of the jars > looks like this: > > javax.jms_1.1.0.200810061358.jar > contents: > about.html > about_files > LICENSE.txt > jms.jar > META-INF > MANIFEST.MF > > The jar I need is actually the jms.jar inside this javax.jms....jar > > The only way I've been able to consume this jar is by pulling jms.jar > out of the repository's javax.jms_1.1.0.200810081358.jar and saving it > to the file system and consuming it via: repositories { flatDir: > my_dir_with_jms.jar_in_it} > > Anyone know of a good solution to this? > > thanks, > phil > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
