Thanks, I'll give that a try. I wasn't aware of the classifier token.
-Original Message-
From: Maarten Coene [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2008 4:26 PM
To: [EMAIL PROTECTED]
Subject: Re: Install task collapses jar names and causes naming
collision
I
I guess the reason is that you don't use the [classifier] token in your
artifact patterns of your resolvers.
This classifier token indicates if the artifact is a javadoc or a sources
artifact. If you don't use it, Ivy will download the sources, javadoc and
normal jar to the same file.
You could