gt; To: ivy-user@ant.apache.org
> Cc:
> Sent: Wednesday, June 1, 2011 3:21 PM
> Subject: Re: Strange dependency resolution
>
> Hi Geoff,
>
> thanks for the information, It is working for me now
>
> But ... I have a question: the documentation says:
> "This featur
.
Maarten
- Original Message -
From: Jefferson Magno Solfarello
To: ivy-user@ant.apache.org
Cc:
Sent: Wednesday, June 1, 2011 3:21 PM
Subject: Re: Strange dependency resolution
Hi Geoff,
thanks for the information, It is working for me now
But ... I have a question: the documentation says:
&qu
Hi Geoff,
thanks for the information, It is working for me now
But ... I have a question: the documentation says:
"This feature gives you more control on a dependency for which you do not
control its ivy file.
It enables to specify the artifacts required, if the dependency has no ivy
file. "
I c
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
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
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