You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Matt Benson <gu...@yahoo.com> on 2008/02/08 16:37:34 UTC

Building IvyDE

how?


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
--- Nicolas Lalevée <ni...@anyware-tech.com>
wrote:

> 
> Le 8 févr. 08 à 20:08, Matt Benson a écrit :
> 
> > Still breaks.  Same problem.  :(
> >
> > -Matt
> >
> > --- Matt Benson <gu...@yahoo.com> wrote:
> >
> >>
> >> --- Xavier Hanin <xa...@gmail.com> wrote:
> >>
> >>> On Feb 8, 2008 7:43 PM, Matt Benson
> >>> <gu...@yahoo.com> wrote:
> >>>
> >>>>
> >>>> --- Nicolas Lalevée
> >>> <ni...@anyware-tech.com>
> >>>> wrote:
> >>>>
> >>>>>
> >>>>> Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> >>>>>
> >>>>>>
> >>>>>> --- Xavier Hanin <xa...@gmail.com>
> >>> wrote:
> >>>>>>
> >>>>>>> We don't have automated scripts for that
> >> yet,
> >>> but
> >>>>>>> here is the procedure I
> >>>>>>> follow:
> >>>>>>> 1) Open Ivy and IvyDE projects in eclipse
> >>>>>>> 2) In IvyDE project, open plugin.xml with
> >> PDE
> >>>>> editor
> >>>>>>> (should be the default)
> >>>>>>> 3) In the "exporting" section choose export
> >>>>> wizard
> >>>>>>> 4) export IvyDE only (not Ivy)
> >>>>>>>
> >>>>
> >>>> Okay, guys... I did all this and I get a bunch
> >> of
> >>>> errors in a build log about Ivy classes not
> >> being
> >>>> found.  What am I missing?
> >>>
> >>> I'm not sure, maybe you need to have Ivy
> available
> >>> as a bundle in eclipse
> >>> where you make the export. Now that I say this
> it
> >>> sounds strange, but I've
> >>> just noticed I have ivy jar in my eclipse
> plugins
> >>> directory, so it may be
> >>> the difference...
> >>>
> >>
> >> I've already built my Ivy jar so I'll dump it in
> and
> >> report back.  :)
> 
> 
> Eclipse needs somewhere the Ivy plugin, so either
> already installed in  
> the eclipse from which you try to build, either as a
> dependency in the  
> workspace (as pure source project, or a binary
> fragment).
> So Matt, just import the Ivy project into your
> eclipse, and try export  
> IvyDE.
> 

I hadn't written back yet, and I'm not 100% sure of
everything I did, but I got it to export.  I had both
projects open in Eclipse but somehow IvyDE started
freaking out and couldn't find Ivy anymore even after
I restored all the metadata to svn trunk and recreated
the project in Eclipse (or so it said).  I ended up
adding the Ivy jar I built with ant to the build jars
for the plugin and got it exported.  I hadn't written
back yet because now I'm trying to update my projects
to use settings instead of config and other 2.0-isms. 
:)

-Matt

> Nicolas
> 
> 
> >>
> >>
> >> -Matt
> >>
> >>
> >>> Xavier
> >> [SNIP]
> >>
> >>
> >>
> >>
> >
>
____________________________________________________________________________________
> >> Looking for last minute shopping deals?
> >> Find them fast with Yahoo! Search.
> >>
> >
>
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> >>
> >>
> >
>
---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> >> dev-unsubscribe@ant.apache.org
> >> For additional commands, e-mail:
> >> dev-help@ant.apache.org
> >>
> >>
> >
> >
> >
> >       
> >
>
____________________________________________________________________________________
> > Never miss a thing.  Make Yahoo your home page.
> > http://www.yahoo.com/r/hs
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Nicolas Lalevée <ni...@anyware-tech.com>.
Le 8 févr. 08 à 20:08, Matt Benson a écrit :

> Still breaks.  Same problem.  :(
>
> -Matt
>
> --- Matt Benson <gu...@yahoo.com> wrote:
>
>>
>> --- Xavier Hanin <xa...@gmail.com> wrote:
>>
>>> On Feb 8, 2008 7:43 PM, Matt Benson
>>> <gu...@yahoo.com> wrote:
>>>
>>>>
>>>> --- Nicolas Lalevée
>>> <ni...@anyware-tech.com>
>>>> wrote:
>>>>
>>>>>
>>>>> Le 8 févr. 08 à 18:57, Matt Benson a écrit :
>>>>>
>>>>>>
>>>>>> --- Xavier Hanin <xa...@gmail.com>
>>> wrote:
>>>>>>
>>>>>>> We don't have automated scripts for that
>> yet,
>>> but
>>>>>>> here is the procedure I
>>>>>>> follow:
>>>>>>> 1) Open Ivy and IvyDE projects in eclipse
>>>>>>> 2) In IvyDE project, open plugin.xml with
>> PDE
>>>>> editor
>>>>>>> (should be the default)
>>>>>>> 3) In the "exporting" section choose export
>>>>> wizard
>>>>>>> 4) export IvyDE only (not Ivy)
>>>>>>>
>>>>
>>>> Okay, guys... I did all this and I get a bunch
>> of
>>>> errors in a build log about Ivy classes not
>> being
>>>> found.  What am I missing?
>>>
>>> I'm not sure, maybe you need to have Ivy available
>>> as a bundle in eclipse
>>> where you make the export. Now that I say this it
>>> sounds strange, but I've
>>> just noticed I have ivy jar in my eclipse plugins
>>> directory, so it may be
>>> the difference...
>>>
>>
>> I've already built my Ivy jar so I'll dump it in and
>> report back.  :)


Eclipse needs somewhere the Ivy plugin, so either already installed in  
the eclipse from which you try to build, either as a dependency in the  
workspace (as pure source project, or a binary fragment).
So Matt, just import the Ivy project into your eclipse, and try export  
IvyDE.

Nicolas


>>
>>
>> -Matt
>>
>>
>>> Xavier
>> [SNIP]
>>
>>
>>
>>
> ____________________________________________________________________________________
>> Looking for last minute shopping deals?
>> Find them fast with Yahoo! Search.
>>
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>>
>>
> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail:
>> dev-help@ant.apache.org
>>
>>
>
>
>
>       
> ____________________________________________________________________________________
> Never miss a thing.  Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
Still breaks.  Same problem.  :(

-Matt

--- Matt Benson <gu...@yahoo.com> wrote:

> 
> --- Xavier Hanin <xa...@gmail.com> wrote:
> 
> > On Feb 8, 2008 7:43 PM, Matt Benson
> > <gu...@yahoo.com> wrote:
> > 
> > >
> > > --- Nicolas Lalevée
> > <ni...@anyware-tech.com>
> > > wrote:
> > >
> > > >
> > > > Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> > > >
> > > > >
> > > > > --- Xavier Hanin <xa...@gmail.com>
> > wrote:
> > > > >
> > > > >> We don't have automated scripts for that
> yet,
> > but
> > > > >> here is the procedure I
> > > > >> follow:
> > > > >> 1) Open Ivy and IvyDE projects in eclipse
> > > > >> 2) In IvyDE project, open plugin.xml with
> PDE
> > > > editor
> > > > >> (should be the default)
> > > > >> 3) In the "exporting" section choose export
> > > > wizard
> > > > >> 4) export IvyDE only (not Ivy)
> > > > >>
> > >
> > > Okay, guys... I did all this and I get a bunch
> of
> > > errors in a build log about Ivy classes not
> being
> > > found.  What am I missing?
> > 
> > I'm not sure, maybe you need to have Ivy available
> > as a bundle in eclipse
> > where you make the export. Now that I say this it
> > sounds strange, but I've
> > just noticed I have ivy jar in my eclipse plugins
> > directory, so it may be
> > the difference...
> > 
> 
> I've already built my Ivy jar so I'll dump it in and
> report back.  :)
> 
> -Matt
> 
> 
> > Xavier
> [SNIP]
> 
> 
>      
>
____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search. 
>
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
--- Xavier Hanin <xa...@gmail.com> wrote:

> On Feb 8, 2008 7:43 PM, Matt Benson
> <gu...@yahoo.com> wrote:
> 
> >
> > --- Nicolas Lalevée
> <ni...@anyware-tech.com>
> > wrote:
> >
> > >
> > > Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> > >
> > > >
> > > > --- Xavier Hanin <xa...@gmail.com>
> wrote:
> > > >
> > > >> We don't have automated scripts for that yet,
> but
> > > >> here is the procedure I
> > > >> follow:
> > > >> 1) Open Ivy and IvyDE projects in eclipse
> > > >> 2) In IvyDE project, open plugin.xml with PDE
> > > editor
> > > >> (should be the default)
> > > >> 3) In the "exporting" section choose export
> > > wizard
> > > >> 4) export IvyDE only (not Ivy)
> > > >>
> >
> > Okay, guys... I did all this and I get a bunch of
> > errors in a build log about Ivy classes not being
> > found.  What am I missing?
> 
> I'm not sure, maybe you need to have Ivy available
> as a bundle in eclipse
> where you make the export. Now that I say this it
> sounds strange, but I've
> just noticed I have ivy jar in my eclipse plugins
> directory, so it may be
> the difference...
> 

I've already built my Ivy jar so I'll dump it in and
report back.  :)

-Matt


> Xavier
[SNIP]


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Xavier Hanin <xa...@gmail.com>.
On Feb 8, 2008 7:43 PM, Matt Benson <gu...@yahoo.com> wrote:

>
> --- Nicolas Lalevée <ni...@anyware-tech.com>
> wrote:
>
> >
> > Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> >
> > >
> > > --- Xavier Hanin <xa...@gmail.com> wrote:
> > >
> > >> We don't have automated scripts for that yet, but
> > >> here is the procedure I
> > >> follow:
> > >> 1) Open Ivy and IvyDE projects in eclipse
> > >> 2) In IvyDE project, open plugin.xml with PDE
> > editor
> > >> (should be the default)
> > >> 3) In the "exporting" section choose export
> > wizard
> > >> 4) export IvyDE only (not Ivy)
> > >>
>
> Okay, guys... I did all this and I get a bunch of
> errors in a build log about Ivy classes not being
> found.  What am I missing?

I'm not sure, maybe you need to have Ivy available as a bundle in eclipse
where you make the export. Now that I say this it sounds strange, but I've
just noticed I have ivy jar in my eclipse plugins directory, so it may be
the difference...

Xavier

>
>
> Thanks,
> Matt
>
> > >> Then you will get IvyDE plugin packaged in zip.
> > To
> > >> install you need to put
> > >> both this plugin and Ivy itself (build from trunk
> > >> for instance, using "ant
> > >> jar") which is an OSGi bundle and as such is
> > >> recognized by Eclipse equinox.
> > >
> > > I'm assuming I'll install IvyDE like any other
> > > plugin... but where is it I need to put the Ivy
> > jar?
> >
> > In fact ivy.jar is a bundle, so a sort of eclipse
> > plugin. So you have
> > to install it next to the ivyde plugin.
> >
> > > Also, I saw where somebody else said they were
> > using a
> > > build from Xooctory... but builds.xoocode.org
> > seems to
> > > be down.  Am I looking in the right place?
> >
> > Xavier's builds are there :
> > http://xoocode.org/downloads/tools/
> >
> > Nicolas
> >
> > >
> > >
> > > Thanks,
> > > Matt
> > >
> > >>
> > >> HTH,
> > >>
> > >> Xavier
> > >>
> > >> On Feb 8, 2008 4:37 PM, Matt Benson
> > >> <gu...@yahoo.com> wrote:
> > >>
> > >>> how?
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >
> >
>
> ____________________________________________________________________________________
> > >>> Be a better friend, newshound, and
> > >>> know-it-all with Yahoo! Mobile.  Try it now.
> > >>>
> > >>
> > >
> >
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >>>
> > >>>
> > >>>
> > >>
> > >
> >
> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail:
> > >> dev-unsubscribe@ant.apache.org
> > >>> For additional commands, e-mail:
> > >> dev-help@ant.apache.org
> > >>>
> > >>>
> > >>
> > >>
> > >> --
> > >> Xavier Hanin - Independent Java Consultant
> > >> http://xhab.blogspot.com/
> > >> http://ant.apache.org/ivy/
> > >> http://www.xoocode.org/
> > >>
> > >
> > >
> > >
> > >
> > >
> >
>
> ____________________________________________________________________________________
> > > Never miss a thing.  Make Yahoo your home page.
> > > http://www.yahoo.com/r/hs
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail:
> > dev-help@ant.apache.org
> > >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> > dev-help@ant.apache.org
> >
> >
>
>
>
>
>  ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>


-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://ant.apache.org/ivy/
http://www.xoocode.org/

Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
--- Nicolas Lalevée <ni...@anyware-tech.com>
wrote:

> 
> Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> 
> >
> > --- Xavier Hanin <xa...@gmail.com> wrote:
> >
> >> We don't have automated scripts for that yet, but
> >> here is the procedure I
> >> follow:
> >> 1) Open Ivy and IvyDE projects in eclipse
> >> 2) In IvyDE project, open plugin.xml with PDE
> editor
> >> (should be the default)
> >> 3) In the "exporting" section choose export
> wizard
> >> 4) export IvyDE only (not Ivy)
> >>

Okay, guys... I did all this and I get a bunch of
errors in a build log about Ivy classes not being
found.  What am I missing?

Thanks,
Matt

> >> Then you will get IvyDE plugin packaged in zip.
> To
> >> install you need to put
> >> both this plugin and Ivy itself (build from trunk
> >> for instance, using "ant
> >> jar") which is an OSGi bundle and as such is
> >> recognized by Eclipse equinox.
> >
> > I'm assuming I'll install IvyDE like any other
> > plugin... but where is it I need to put the Ivy
> jar?
> 
> In fact ivy.jar is a bundle, so a sort of eclipse
> plugin. So you have  
> to install it next to the ivyde plugin.
> 
> > Also, I saw where somebody else said they were
> using a
> > build from Xooctory... but builds.xoocode.org
> seems to
> > be down.  Am I looking in the right place?
> 
> Xavier's builds are there :
> http://xoocode.org/downloads/tools/
> 
> Nicolas
> 
> >
> >
> > Thanks,
> > Matt
> >
> >>
> >> HTH,
> >>
> >> Xavier
> >>
> >> On Feb 8, 2008 4:37 PM, Matt Benson
> >> <gu...@yahoo.com> wrote:
> >>
> >>> how?
> >>>
> >>>
> >>>
> >>>
> >>
> >
>
____________________________________________________________________________________
> >>> Be a better friend, newshound, and
> >>> know-it-all with Yahoo! Mobile.  Try it now.
> >>>
> >>
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >>>
> >>>
> >>>
> >>
> >
>
---------------------------------------------------------------------
> >>> To unsubscribe, e-mail:
> >> dev-unsubscribe@ant.apache.org
> >>> For additional commands, e-mail:
> >> dev-help@ant.apache.org
> >>>
> >>>
> >>
> >>
> >> -- 
> >> Xavier Hanin - Independent Java Consultant
> >> http://xhab.blogspot.com/
> >> http://ant.apache.org/ivy/
> >> http://www.xoocode.org/
> >>
> >
> >
> >
> >       
> >
>
____________________________________________________________________________________
> > Never miss a thing.  Make Yahoo your home page.
> > http://www.yahoo.com/r/hs
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
Thanks Nicolas!

-Matt

--- Nicolas Lalevée <ni...@anyware-tech.com>
wrote:

> 
> Le 8 févr. 08 à 18:57, Matt Benson a écrit :
> 
> >
> > --- Xavier Hanin <xa...@gmail.com> wrote:
> >
> >> We don't have automated scripts for that yet, but
> >> here is the procedure I
> >> follow:
> >> 1) Open Ivy and IvyDE projects in eclipse
> >> 2) In IvyDE project, open plugin.xml with PDE
> editor
> >> (should be the default)
> >> 3) In the "exporting" section choose export
> wizard
> >> 4) export IvyDE only (not Ivy)
> >>
> >> Then you will get IvyDE plugin packaged in zip.
> To
> >> install you need to put
> >> both this plugin and Ivy itself (build from trunk
> >> for instance, using "ant
> >> jar") which is an OSGi bundle and as such is
> >> recognized by Eclipse equinox.
> >
> > I'm assuming I'll install IvyDE like any other
> > plugin... but where is it I need to put the Ivy
> jar?
> 
> In fact ivy.jar is a bundle, so a sort of eclipse
> plugin. So you have  
> to install it next to the ivyde plugin.
> 
> > Also, I saw where somebody else said they were
> using a
> > build from Xooctory... but builds.xoocode.org
> seems to
> > be down.  Am I looking in the right place?
> 
> Xavier's builds are there :
> http://xoocode.org/downloads/tools/
> 
> Nicolas
> 
> >
> >
> > Thanks,
> > Matt
> >
> >>
> >> HTH,
> >>
> >> Xavier
> >>
> >> On Feb 8, 2008 4:37 PM, Matt Benson
> >> <gu...@yahoo.com> wrote:
> >>
> >>> how?
> >>>
> >>>
> >>>
> >>>
> >>
> >
>
____________________________________________________________________________________
> >>> Be a better friend, newshound, and
> >>> know-it-all with Yahoo! Mobile.  Try it now.
> >>>
> >>
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >>>
> >>>
> >>>
> >>
> >
>
---------------------------------------------------------------------
> >>> To unsubscribe, e-mail:
> >> dev-unsubscribe@ant.apache.org
> >>> For additional commands, e-mail:
> >> dev-help@ant.apache.org
> >>>
> >>>
> >>
> >>
> >> -- 
> >> Xavier Hanin - Independent Java Consultant
> >> http://xhab.blogspot.com/
> >> http://ant.apache.org/ivy/
> >> http://www.xoocode.org/
> >>
> >
> >
> >
> >       
> >
>
____________________________________________________________________________________
> > Never miss a thing.  Make Yahoo your home page.
> > http://www.yahoo.com/r/hs
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Nicolas Lalevée <ni...@anyware-tech.com>.
Le 8 févr. 08 à 18:57, Matt Benson a écrit :

>
> --- Xavier Hanin <xa...@gmail.com> wrote:
>
>> We don't have automated scripts for that yet, but
>> here is the procedure I
>> follow:
>> 1) Open Ivy and IvyDE projects in eclipse
>> 2) In IvyDE project, open plugin.xml with PDE editor
>> (should be the default)
>> 3) In the "exporting" section choose export wizard
>> 4) export IvyDE only (not Ivy)
>>
>> Then you will get IvyDE plugin packaged in zip. To
>> install you need to put
>> both this plugin and Ivy itself (build from trunk
>> for instance, using "ant
>> jar") which is an OSGi bundle and as such is
>> recognized by Eclipse equinox.
>
> I'm assuming I'll install IvyDE like any other
> plugin... but where is it I need to put the Ivy jar?

In fact ivy.jar is a bundle, so a sort of eclipse plugin. So you have  
to install it next to the ivyde plugin.

> Also, I saw where somebody else said they were using a
> build from Xooctory... but builds.xoocode.org seems to
> be down.  Am I looking in the right place?

Xavier's builds are there :
http://xoocode.org/downloads/tools/

Nicolas

>
>
> Thanks,
> Matt
>
>>
>> HTH,
>>
>> Xavier
>>
>> On Feb 8, 2008 4:37 PM, Matt Benson
>> <gu...@yahoo.com> wrote:
>>
>>> how?
>>>
>>>
>>>
>>>
>>
> ____________________________________________________________________________________
>>> Be a better friend, newshound, and
>>> know-it-all with Yahoo! Mobile.  Try it now.
>>>
>>
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>>>
>>>
>>>
>>
> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:
>> dev-unsubscribe@ant.apache.org
>>> For additional commands, e-mail:
>> dev-help@ant.apache.org
>>>
>>>
>>
>>
>> -- 
>> Xavier Hanin - Independent Java Consultant
>> http://xhab.blogspot.com/
>> http://ant.apache.org/ivy/
>> http://www.xoocode.org/
>>
>
>
>
>       
> ____________________________________________________________________________________
> Never miss a thing.  Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Matt Benson <gu...@yahoo.com>.
--- Xavier Hanin <xa...@gmail.com> wrote:

> We don't have automated scripts for that yet, but
> here is the procedure I
> follow:
> 1) Open Ivy and IvyDE projects in eclipse
> 2) In IvyDE project, open plugin.xml with PDE editor
> (should be the default)
> 3) In the "exporting" section choose export wizard
> 4) export IvyDE only (not Ivy)
> 
> Then you will get IvyDE plugin packaged in zip. To
> install you need to put
> both this plugin and Ivy itself (build from trunk
> for instance, using "ant
> jar") which is an OSGi bundle and as such is
> recognized by Eclipse equinox.

I'm assuming I'll install IvyDE like any other
plugin... but where is it I need to put the Ivy jar?

Also, I saw where somebody else said they were using a
build from Xooctory... but builds.xoocode.org seems to
be down.  Am I looking in the right place?

Thanks,
Matt

> 
> HTH,
> 
> Xavier
> 
> On Feb 8, 2008 4:37 PM, Matt Benson
> <gu...@yahoo.com> wrote:
> 
> > how?
> >
> >
> >
> > 
>
____________________________________________________________________________________
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> >
> 
> 
> -- 
> Xavier Hanin - Independent Java Consultant
> http://xhab.blogspot.com/
> http://ant.apache.org/ivy/
> http://www.xoocode.org/
> 



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Building IvyDE

Posted by Xavier Hanin <xa...@gmail.com>.
We don't have automated scripts for that yet, but here is the procedure I
follow:
1) Open Ivy and IvyDE projects in eclipse
2) In IvyDE project, open plugin.xml with PDE editor (should be the default)
3) In the "exporting" section choose export wizard
4) export IvyDE only (not Ivy)

Then you will get IvyDE plugin packaged in zip. To install you need to put
both this plugin and Ivy itself (build from trunk for instance, using "ant
jar") which is an OSGi bundle and as such is recognized by Eclipse equinox.

HTH,

Xavier

On Feb 8, 2008 4:37 PM, Matt Benson <gu...@yahoo.com> wrote:

> how?
>
>
>
>  ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>


-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://ant.apache.org/ivy/
http://www.xoocode.org/