Re: Strange dependency resolution

2011-05-31 Thread Not Zippy
I have done it that way for a few of my projects. On Tue, May 31, 2011 at 2:59 PM, Geoff Clitheroe wrote: > I haven't done this but I'm pretty sure you could add an artifact > child to dependency with type war. > > > http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency-artifact.h

Re: Strange dependency resolution

2011-05-31 Thread Geoff Clitheroe
I haven't done this but I'm pretty sure you could add an artifact child to dependency with type war. http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency-artifact.html I would try something like the last example except with type war. Cheers, Geoff On Wed, Jun 1, 2011 at 7:15 A

Strange dependency resolution

2011-05-31 Thread Jefferson Magno Solfarello
Hello all, I have two projects here: One called *bp.ws.bp.ws.brokerinformation.war* And other called *bp.ws.bp.ws.brokerinformation.ear * The idea of the ear project is to assemble an ear file with the war file and a specific application.xml file On the bp.ws.bp.ws.brokerinformation.*war*, I ha