Xavier Hanin wrote:
Ok, I misunderstood what you were asking. All resolve related tasks in Ivy
only deal with dependencies, not published artifacts. The only tasks
dealing
with the publication section is publish. So if you want to use Ivy to build
path with both your dependencies and your published artifacts, you have to
first publish your module to your repository (maybe only a local one), and
then you'll be able to build a path based upon your module by using the
inline option of resolve (and cachepath also I think, don't have time to
check right now).
I see.
that's a bit of a shame. I want to be able to run tests before I publish
the artifacts. I will have to see what I can do
-steve