You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Kay Kay <ka...@gmail.com> on 2008/12/21 18:30:18 UTC

Ivy integration support with GWT

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.

RE: IvyDE not saving types field on Ivy Managed Libraries/Retrieve tab

Posted by "Becheanu, Daniel" <db...@cars.com>.
There is a bug opened for this or similar:

http://issues.apache.org/jira/browse/IVYDE-142

this bug is fixed and waiting to be patched into main line.
If you need this fixed
just checkout the main like code apply the supplied patch and build locally.

Then replace ivyde-eclipse.jar from 
eclipse/plugins/org.apache.ivyde.eclipse_2.0.0.beta1/
with the one generated by local build which usually resides 
work/eclipse/plugins/org.apache.ivyde.eclipse/ivyde-eclipse.jar


Daniel

________________________________________
From: paul.newport@targetgroup.net [paul.newport@targetgroup.net]
Sent: Wednesday, December 24, 2008 3:03 AM
To: ivy-user@ant.apache.org
Subject: IvyDE not saving types field on Ivy Managed Libraries/Retrieve tab

This panel has two text fields on it, configurations and types.

If I put in "jar" in the types field, and tab around over the other tabs,
jar stays there, but if I click finish and go back in, it is defaulted to *
again.

Very occasionally it seems to save it, maybe with a different combination
of clicks etc.



Target
www.targetgroup.net

Target is a trading name of Target Group Limited,
registered in England and Wales No. 1208137
Registered office:  Target House, Cowbridge Road East, Cardiff CF11 9AU

**********************************************************************
DISCLAIMER.
This message is intended only for the use of the Addressee and may
contain information that is PRIVILEGED and CONFIDENTIAL.
If you are not the intended recipient you must not copy,
distribute or take any action or reliance upon it.
The content of this message may also contain personal
views of an employee of this company and does
not necessarily represent the view of the company.
**********************************************************************
This message has been scanned by Norton Anti-Virus.
It has also been scanned by MAILsweeper to enforce our e-mail
policy. If you have any concerns or comments about the content
of this message, please  e-mail support@targetgroup.net.
**********************************************************************


_____________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

IvyDE not saving types field on Ivy Managed Libraries/Retrieve tab

Posted by pa...@targetgroup.net.




This panel has two text fields on it, configurations and types.

If I put in "jar" in the types field, and tab around over the other tabs,
jar stays there, but if I click finish and go back in, it is defaulted to *
again.

Very occasionally it seems to save it, maybe with a different combination
of clicks etc.



Target
www.targetgroup.net
 
Target is a trading name of Target Group Limited, 
registered in England and Wales No. 1208137
Registered office:  Target House, Cowbridge Road East, Cardiff CF11 9AU

**********************************************************************
DISCLAIMER.
This message is intended only for the use of the Addressee and may
contain information that is PRIVILEGED and CONFIDENTIAL. 
If you are not the intended recipient you must not copy, 
distribute or take any action or reliance upon it. 
The content of this message may also contain personal 
views of an employee of this company and does
not necessarily represent the view of the company.
**********************************************************************
This message has been scanned by Norton Anti-Virus. 
It has also been scanned by MAILsweeper to enforce our e-mail 
policy. If you have any concerns or comments about the content 
of this message, please  e-mail support@targetgroup.net.
**********************************************************************


_____________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

Re: Ivy integration support with GWT

Posted by Kay Kay <ka...@gmail.com>.
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 <ka...@gmail.com>
> To: ivy-user@ant.apache.org
> 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 <ka...@gmail.com> 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 <ka...@gmail.com> 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 <ka...@gmail.com>
>>>> 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.
>>>>>
>>>>>
>>>>>
>>>>>           
>>>>
>>>>
>>>>
>>>>         
>>>       
>
>
>
>       
>
>   


Re: Ivy integration support with GWT

Posted by Maarten Coene <ma...@yahoo.com>.
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 <ka...@gmail.com>
To: ivy-user@ant.apache.org
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 <ka...@gmail.com> 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 <ka...@gmail.com> 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 <ka...@gmail.com>
>>> 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.
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>



      

Re: Ivy integration support with GWT

Posted by Kay Kay <ka...@gmail.com>.
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 <ka...@gmail.com> 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 <ka...@gmail.com> 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 <ka...@gmail.com>
>>> 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.
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>

Re: Ivy integration support with GWT

Posted by Kay Kay <ka...@gmail.com>.
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 <ka...@gmail.com> 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 <ka...@gmail.com>
>> 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.
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>

Re: Ivy integration support with GWT

Posted by Kay Kay <ka...@gmail.com>.
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 <ka...@gmail.com> 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.
>>
>>     
>
>
>
>   


Re: Ivy integration support with GWT

Posted by Archie Cobbs <ar...@gmail.com>.
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 <ka...@gmail.com> 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.
>



-- 
Archie L. Cobbs