Hi Everyone, I'm a new Ivy user, and so far, it's been way better than managing dependencies by hand.
I've got a pile of subprojects that have individual build.xml and ivy.xml files, and a Master build which runs each subproject build sequentially, and also defines ant targets. My current problem is that some of my subprojects don't have ivy dependencies. However, I run ivy:retrieve against them anyway, with an empty <dependencies> tag. I would expect that ivy would just build an empty fileset. However, the fileset I get back includes every dependency in the ivy cache. How would I go about getting the expected behavior? I tried looking at the docs, but there doesn't seem to be anything that mentions this case. Albert
