Hi Jorge,
I added the ivyroundup repo to my settings:
<packager name="roundup" buildRoot="${user.home}/.ivy2/packager/build"
resourceCache="${user.home}/.ivy2/packager/cache"
preserveBuildDirectories="true">
<ivy
pattern="http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml"/>
<artifact
pattern="http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/packager.xml"/>
</packager>
Then to ivy.xml:
<dependency org="org.testng" name="testng" rev="5.8" conf="test->default" />
where "test" is my test configuration, of course.
Make sure ivyroundup precedes the public Maven repo in your settings if you use
that.
HTH,
Matt
--- On Wed, 3/4/09, Jorge Saridis <[email protected]> wrote:
> From: Jorge Saridis <[email protected]>
> Subject: how to get testng jar
> To: [email protected]
> Date: Wednesday, March 4, 2009, 12:55 PM
> Hi,
> Does anybody know how to tell Ivy to resolve
> testng-5.8-jdk15.jar?
> Thanks in advance
> Jorge
>