Have you tried specifying the artifact you want in the dependencies within
the ivy.xml file?
Something like this:
<dependency org="mycompany" name="mypackage" rev="1.2.3" >
<artifact name="theartifactiwant" type="jar" />
<artifact name="theotherartifactiwant" type="jar" />
</dependency>
On 1/2/07, Keith Johnston <[EMAIL PROTECTED]> wrote:
I cannot seem to find a way to retrieve a single file from a module.
I want to retrieve a single published file from a module without its
dependencies. I've tried using various combinations of ivy:retrieve
and ivy:resolve with no luck.
What is the proper way to do this?
Keith
--
Regards,
John Gill