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

Reply via email to