I am using Ivy for my Lib repository. I have created my own local repository that already contains several jars. These are resolved correctly.
Now I want to add a library that consists of a jar and a dll. How should I add these files to the repository and how can I make sure that both parts are resolved correctly?
The best approach would be to write a custom ivy.xml in the repository for your dependency like:
ivy-1.0.0.xml
This way you can easily retrieve all the artifacts as a dependency:
You could give the jar and the dll different configurations, if you need the dependencies at different stages in your build.
Alternatively you can specify the artifacts in the ivy.xml for your project like described here:
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency-artifact.html