What is odd, is the Ivy Eclipse plugin does not seem to have this issue.
On Tue, May 26, 2009 at 1:09 PM, Nathaniel Auvil <[email protected]>wrote: > thanks for the reply. i replaced the jar with [type] and i get the same > error > > > > On Tue, May 26, 2009 at 1:05 PM, Archie Cobbs <[email protected]>wrote: > >> You probably need to include [type] in your pattern. Try something like >> pattern="lib/[conf]/[type]/[artifact].[revision].[ext]" instead. >> >> -Archie >> >> On Tue, May 26, 2009 at 12:02 PM, Nathaniel Auvil < >> [email protected] >> > wrote: >> >> > I am getting the following error: >> > >> > java.lang.RuntimeException: Multiple artifacts of the module >> > commons-logging#commons-logging;1.1.1 are retrieved to the same file! >> > Update >> > the retrieve pattern to fix this error. >> > >> > i googled and found some configs which i tried and had no success, such >> as: >> > >> > <ivy:retrieve pattern="lib/[conf]/jar/[artifact].[revision].[ext]" >> > sync="true"/> >> > >> > >> > any ideas? I am going to fall back to the 2.0.0 release to see if that >> > works. >> > >> >> >> >> -- >> Archie L. Cobbs >> > >
