Thanks Maarten. That worked. I upgraded to ivy-2.0.0-rc2 to get this
moving along.
Thanks once again for the wonderful ivy repository lookup at a single
place.
Maarten Coene wrote:
Please upgrade to the latest version of Ivy.
If I'm not mistaken, this was added in ivy 2.0.0-rc1
Maarten
----- Original Message ----
From: Kay Kay <[email protected]>
To: [email protected]
Sent: Tuesday, December 23, 2008 6:37:31 AM
Subject: Re: Ivy integration support with GWT
I did follow the instructions to add to ivy.settings.xml .
<packager name="roundup"
buildRoot="${user.home}/.ivy2/packager/build"
resourceCache="${user.home}/.ivy2/packager/cache">
<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>
Used ivy 2.0.0-beta2 . Here is what I get as the message.
"no appropriate method found for adding packager on class
org.apache.ivy.core.settings.IvySettings"
Any idea what might be wrong here .
On Tue, Dec 23, 2008 at 12:33 AM, Kay Kay <[email protected]> wrote:
Thanks Archie for putting up the ivy round up site.
How do I change my ivy.settings.xml to accommodate this url ? What would be
the right way of specifying resolvers for the same.
On Mon, Dec 22, 2008 at 12:18 PM, Kay Kay <[email protected]> wrote:
Thanks Archie. I meant to say - access to a central repository to get gwt
libraries.
That helps for sure.
Archie Cobbs wrote:
Not sure what you mean by "integrate with ivy" but here is GWT as a
module
in Ivy RoundUp:
http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google/gwt/1.5.3/ivy.xml
-Archie
On Sun, Dec 21, 2008 at 11:30 AM, Kay Kay <[email protected]>
wrote:
Hi -
Did anybody get gwt to integrate with ivy . Any idea what the right
url
/ repository would be . Ideally I gwt 1.5(.3) would be great.