Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » How to keep an all-in-one up to date?
How to keep an all-in-one up to date? [message #90427] Thu, 15 January 2009 11:04 Go to next message
Dennis Verspuij is currently offline Dennis VerspuijFriend
Messages: 7
Registered: July 2009
Junior Member
What is the recommended procedure to keep an all-in-one PDT installation
up to date? Should I check the downloads provided on
http://www.eclipse.org/pdt/downloads/page periodically and extract some
new *-Update.zip packages somewhere?
Or can "Automatic updates" do this for me? I do have it enabled but it
does for instance not come up with a 2.0.1 update for my 2.0.0GA
all-in-one. Must I setup additional sites or modify the "available
software sites"?
Re: How to keep an all-in-one up to date? [message #90459 is a reply to message #90427] Thu, 15 January 2009 11:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: spam.networks.fi

Dennis Verspuij wrote:
> What is the recommended procedure to keep an all-in-one PDT installation
> up to date? Should I check the downloads provided on
> http://www.eclipse.org/pdt/downloads/page periodically and extract some
> new *-Update.zip packages somewhere?
> Or can "Automatic updates" do this for me? I do have it enabled but it
> does for instance not come up with a 2.0.1 update for my 2.0.0GA
> all-in-one. Must I setup additional sites or modify the "available
> software sites"?
>
>
This is absolutely valid question and i'd like good and deep answer on
that also.
Re: How to keep an all-in-one up to date? [message #90474 is a reply to message #90459] Thu, 15 January 2009 11:26 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Jasmo Hiltula napsal(a):
> Dennis Verspuij wrote:
>> What is the recommended procedure to keep an all-in-one PDT installation
>> up to date? Should I check the downloads provided on
>> http://www.eclipse.org/pdt/downloads/page periodically and extract some
>> new *-Update.zip packages somewhere?
>> Or can "Automatic updates" do this for me? I do have it enabled but it
>> does for instance not come up with a 2.0.1 update for my 2.0.0GA
>> all-in-one. Must I setup additional sites or modify the "available
>> software sites"?
>>
>>
> This is absolutely valid question and i'd like good and deep answer on
> that also.

I too, are I builds safe ? or should I use M builds on my working comp ?

On this quetion could answer only some developer.
Re: How to keep an all-in-one up to date? [message #90488 is a reply to message #90474] Thu, 15 January 2009 11:35 Go to previous messageGo to next message
Jorrit Schippers is currently offline Jorrit SchippersFriend
Messages: 26
Registered: July 2009
Junior Member
sNop wrote:
> Jasmo Hiltula napsal(a):
>> Dennis Verspuij wrote:
>>> What is the recommended procedure to keep an all-in-one PDT installation
>>> up to date? Should I check the downloads provided on
>>> http://www.eclipse.org/pdt/downloads/page periodically and extract some
>>> new *-Update.zip packages somewhere?
>>> Or can "Automatic updates" do this for me? I do have it enabled but it
>>> does for instance not come up with a 2.0.1 update for my 2.0.0GA
>>> all-in-one. Must I setup additional sites or modify the "available
>>> software sites"?
>>>
>>>
>> This is absolutely valid question and i'd like good and deep answer on
>> that also.
>
> I too, are I builds safe ? or should I use M builds on my working comp ?
>
> On this quetion could answer only some developer.

My advice would be to make a backup of your eclipse directory when
you're satisfied with it and just use the update manager to install
updates. I think you need a separate update site for the non-GA release

--
Jorrit
Re: How to keep an all-in-one up to date? [message #90502 is a reply to message #90488] Thu, 15 January 2009 11:37 Go to previous messageGo to next message
Roy Ganor is currently offline Roy GanorFriend
Messages: 149
Registered: July 2009
Senior Member
Right, since 2.0.1 was not released you won't get it, to get the
integration builds you should use a separate update site (available from
the downloads site).

- Roy


Jorrit Schippers wrote:

> sNop wrote:
>> Jasmo Hiltula napsal(a):
>>> Dennis Verspuij wrote:
>>>> What is the recommended procedure to keep an all-in-one PDT installation
>>>> up to date? Should I check the downloads provided on
>>>> http://www.eclipse.org/pdt/downloads/page periodically and extract some
>>>> new *-Update.zip packages somewhere?
>>>> Or can "Automatic updates" do this for me? I do have it enabled but it
>>>> does for instance not come up with a 2.0.1 update for my 2.0.0GA
>>>> all-in-one. Must I setup additional sites or modify the "available
>>>> software sites"?
>>>>
>>>>
>>> This is absolutely valid question and i'd like good and deep answer on
>>> that also.
>>
>> I too, are I builds safe ? or should I use M builds on my working comp ?
>>
>> On this quetion could answer only some developer.

> My advice would be to make a backup of your eclipse directory when
> you're satisfied with it and just use the update manager to install
> updates. I think you need a separate update site for the non-GA release
Re: How to keep an all-in-one up to date? [message #90630 is a reply to message #90459] Thu, 15 January 2009 18:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

You have a few options.

a) Each time a new, updated all-in-one is made available, download it,
unpack it, and point it at your existing workspace. Simple,
self-contained, and no updating required. (Note that anything else
you've installed into your Eclipse, like for debugging or other
scripting support, will need to be reinstalled.)

b) From an existing installed all-in-one, load up the update site you
like best (interim, milestones, or releases -- see
http://www.eclipse.org/pdt/updates/ for the list) and install updates
into your existing Eclipse. Restart when prompted.

c) Download a new, updated Update site zip. Unpack it. From an existing
installed all-in-one, use the Install Manager to install the new plugins
from the unpacked local update site. Restart when prompted.

d) Download a new, updated SDK or runtime zip. Unpack it into your
existing Eclipse's dropins folder, eg., ~/eclipse/dropins/. Restart
eclipse with the -clean flag, and be prepared to wait a bit as it finds
the new dropins and loads them. (The purists might say that you should
remove the old stuff in dropins/eclipse/plugins/*pdt* and
dropins/eclipse/features/*pdt*, but you don't strictly have to.)

Bear in mind that you cannot update from 2.0.0 to 2.1.0, but you can
move from 2.0.0 to 2.0.x. This is because 2.1.0 requires Eclipse 3.5,
whereas 2.0.x require Eclipse 3.4. If you're simply replacing one
all-in-one with another (option (a)) then you can move from 2.0 to 2.1
because the all-in-ones also include the correct version of Eclipse.

HTH,

Nick

Jasmo Hiltula wrote:
> Dennis Verspuij wrote:
>> What is the recommended procedure to keep an all-in-one PDT installation
>> up to date? Should I check the downloads provided on
>> http://www.eclipse.org/pdt/downloads/page periodically and extract some
>> new *-Update.zip packages somewhere?
>> Or can "Automatic updates" do this for me? I do have it enabled but it
>> does for instance not come up with a 2.0.1 update for my 2.0.0GA
>> all-in-one. Must I setup additional sites or modify the "available
>> software sites"?
>>
>>
> This is absolutely valid question and i'd like good and deep answer on
> that also.

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: How to keep an all-in-one up to date? [message #90645 is a reply to message #90630] Thu, 15 January 2009 18:31 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Nick Boldt napsal(a):
> You have a few options.
>
> a) Each time a new, updated all-in-one is made available, download it,
> unpack it, and point it at your existing workspace. Simple,
> self-contained, and no updating required. (Note that anything else
> you've installed into your Eclipse, like for debugging or other
> scripting support, will need to be reinstalled.)
>
> b) From an existing installed all-in-one, load up the update site you
> like best (interim, milestones, or releases -- see
> http://www.eclipse.org/pdt/updates/ for the list) and install updates
> into your existing Eclipse. Restart when prompted.
>
> c) Download a new, updated Update site zip. Unpack it. From an existing
> installed all-in-one, use the Install Manager to install the new plugins
> from the unpacked local update site. Restart when prompted.
>
> d) Download a new, updated SDK or runtime zip. Unpack it into your
> existing Eclipse's dropins folder, eg., ~/eclipse/dropins/. Restart
> eclipse with the -clean flag, and be prepared to wait a bit as it finds
> the new dropins and loads them. (The purists might say that you should
> remove the old stuff in dropins/eclipse/plugins/*pdt* and
> dropins/eclipse/features/*pdt*, but you don't strictly have to.)
>
> Bear in mind that you cannot update from 2.0.0 to 2.1.0, but you can
> move from 2.0.0 to 2.0.x. This is because 2.1.0 requires Eclipse 3.5,
> whereas 2.0.x require Eclipse 3.4. If you're simply replacing one
> all-in-one with another (option (a)) then you can move from 2.0 to 2.1
> because the all-in-ones also include the correct version of Eclipse.
>
> HTH,
>
> Nick
>

You wrote it very good, could you copy&paste to the PDT's wiki ? I think that is good
source of the informations how to update PDT and what is most important is that you
described all possibilies how to update ;)

thank you
Re: How to keep an all-in-one up to date? [message #90766 is a reply to message #90630] Fri, 16 January 2009 10:50 Go to previous messageGo to next message
Dennis Verspuij is currently offline Dennis VerspuijFriend
Messages: 7
Registered: July 2009
Junior Member
Thanks Nick, that explains a lot!

I agree with sNop that is would be very useful to put this somewhere near
the downloads on the PDT website. I do not use Eclipse for anything else
so I see PDT as "an application" itself, not a bunch of plugins on top of
Eclipse. So imho it would be nice if the PDT website would provide more
brief information on installing and managing a PDT installation without
expecting the user to have any knowledge of Eclipse.
Re: How to keep an all-in-one up to date? [message #90797 is a reply to message #90645] Fri, 16 January 2009 16:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

Wikified.

http://wiki.eclipse.org/PDT/FAQ#How_do_I_update_PDT.3F

BTW, the wiki is editable by anyone with a Bugzilla account, and for
that all you need is an email address. We encourage anyone and everyone
to edit the wiki to provide more information, updated information, or
just better information, should you find something missing, incorrect,
or misleading.

Don't be a stranger! Editing the wiki is a great way to give back to the
community and the committers who make Eclipse, and PDT, a possibility.

Cheers,

Nick

sNop wrote:
> Nick Boldt napsal(a):
>> You have a few options.
>>
>> a) Each time a new, updated all-in-one is made available, download it,
>> unpack it, and point it at your existing workspace. Simple,
>> self-contained, and no updating required. (Note that anything else
>> you've installed into your Eclipse, like for debugging or other
>> scripting support, will need to be reinstalled.)
>>
>> b) From an existing installed all-in-one, load up the update site you
>> like best (interim, milestones, or releases -- see
>> http://www.eclipse.org/pdt/updates/ for the list) and install updates
>> into your existing Eclipse. Restart when prompted.
>>
>> c) Download a new, updated Update site zip. Unpack it. From an existing
>> installed all-in-one, use the Install Manager to install the new plugins
>> from the unpacked local update site. Restart when prompted.
>>
>> d) Download a new, updated SDK or runtime zip. Unpack it into your
>> existing Eclipse's dropins folder, eg., ~/eclipse/dropins/. Restart
>> eclipse with the -clean flag, and be prepared to wait a bit as it finds
>> the new dropins and loads them. (The purists might say that you should
>> remove the old stuff in dropins/eclipse/plugins/*pdt* and
>> dropins/eclipse/features/*pdt*, but you don't strictly have to.)
>>
>> Bear in mind that you cannot update from 2.0.0 to 2.1.0, but you can
>> move from 2.0.0 to 2.0.x. This is because 2.1.0 requires Eclipse 3.5,
>> whereas 2.0.x require Eclipse 3.4. If you're simply replacing one
>> all-in-one with another (option (a)) then you can move from 2.0 to 2.1
>> because the all-in-ones also include the correct version of Eclipse.
>>
>> HTH,
>>
>> Nick
>>
>
> You wrote it very good, could you copy&paste to the PDT's wiki ? I think that is good
> source of the informations how to update PDT and what is most important is that you
> described all possibilies how to update ;)
>
> thank you

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: How to keep an all-in-one up to date? [message #90812 is a reply to message #90797] Fri, 16 January 2009 17:26 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Nick Boldt napsal(a):
> Wikified.
>
> http://wiki.eclipse.org/PDT/FAQ#How_do_I_update_PDT.3F
>
> BTW, the wiki is editable by anyone with a Bugzilla account, and for
> that all you need is an email address. We encourage anyone and everyone
> to edit the wiki to provide more information, updated information, or
> just better information, should you find something missing, incorrect,
> or misleading.
>
> Don't be a stranger! Editing the wiki is a great way to give back to the
> community and the committers who make Eclipse, and PDT, a possibility.
>
> Cheers,
>
> Nick
>

Hi Nick,

I have created http://wiki.eclipse.org/PDT/how-to-keep-an-all-in-one-up-to- date from your
newsgroup message

But I have problem when i want to update M2.0.1 throught update manager(from local or
remote update site), because M have the same id number, simply eclipse tells me that pdt
is still installed.

Do you know about this bug, i don't know if there is tha same problem with I or N builds

thank you for wiki text
Re: How to keep an all-in-one up to date? [message #90827 is a reply to message #90812] Fri, 16 January 2009 17:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

> But I have problem when i want to update M2.0.1 throught update manager(from local or
> remote update site), because M have the same id number, simply eclipse tells me that pdt
> is still installed.

If the build ID is the same, so are the bits. You'll need a newer build.

> Do you know about this bug, i don't know if there is tha same problem with I or N builds

I and N builds are for PDT 2.1.
M builds are for PDT 2.0.1.

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: How to keep an all-in-one up to date? [message #90858 is a reply to message #90827] Fri, 16 January 2009 18:37 Go to previous messageGo to next message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Nick Boldt napsal(a):
>> But I have problem when i want to update M2.0.1 throught update
>> manager(from local or
>> remote update site), because M have the same id number, simply eclipse
>> tells me that pdt
>> is still installed.
>
> If the build ID is the same, so are the bits. You'll need a newer build.
>

But how can i update PDT 2.0.0.v20081229-1135 (which is in stable all-in-one packege) to
the latest PDT 2.0.1 M200901150831(which have the same id of package so PDT
2.0.0.v20081229-1135) throught Ganymede update manager ?

I have attached picture, which everythink describe:
http://img231.imageshack.us/img231/5880/updateproblemqb0.jpg

>> Do you know about this bug, i don't know if there is tha same problem
>> with I or N builds
>
> I and N builds are for PDT 2.1.
> M builds are for PDT 2.0.1.
>

aha
Re: How to keep an all-in-one up to date? [message #90873 is a reply to message #90858] Fri, 16 January 2009 21:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

/me looks at screnshot

Ah, I see. The issue here is that the *feature* is not new, but (maybe)
some of the underlying plugins are.

I suspect the best workaround here (for you) is to uninstall the older
PDT feature, restart, then install the newer one.

For the PDT devs, the solution is to commit a change to their features
(even a no-op one) more often so that the change will be tagged, the map
file will be updated and thus the version on the feature will be
incremented so early adopters can update more regularly.

Nick

sNop wrote:
> Nick Boldt napsal(a):
>>> But I have problem when i want to update M2.0.1 throught update
>>> manager(from local or
>>> remote update site), because M have the same id number, simply eclipse
>>> tells me that pdt
>>> is still installed.
>> If the build ID is the same, so are the bits. You'll need a newer build.
>>
>
> But how can i update PDT 2.0.0.v20081229-1135 (which is in stable all-in-one packege) to
> the latest PDT 2.0.1 M200901150831(which have the same id of package so PDT
> 2.0.0.v20081229-1135) throught Ganymede update manager ?
>
> I have attached picture, which everythink describe:
> http://img231.imageshack.us/img231/5880/updateproblemqb0.jpg
>
>>> Do you know about this bug, i don't know if there is tha same problem
>>> with I or N builds
>> I and N builds are for PDT 2.1.
>> M builds are for PDT 2.0.1.
>>
>
> aha

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: How to keep an all-in-one up to date? [message #90886 is a reply to message #90873] Sat, 17 January 2009 10:01 Go to previous message
sNop is currently offline sNopFriend
Messages: 281
Registered: July 2009
Senior Member
Nick Boldt napsal(a):
> /me looks at screnshot
>
> Ah, I see. The issue here is that the *feature* is not new, but (maybe)
> some of the underlying plugins are.
>
> I suspect the best workaround here (for you) is to uninstall the older
> PDT feature, restart, then install the newer one.
>
> For the PDT devs, the solution is to commit a change to their features
> (even a no-op one) more often so that the change will be tagged, the map
> file will be updated and thus the version on the feature will be
> incremented so early adopters can update more regularly.
>
> Nick
>

And wouldn't be better if milestones would be tagged by developers in main repo ?
Previous Topic:PHP inside of Javascript in a .php file
Next Topic:Plugins vs Dropin directory
Goto Forum:
  


Current Time: Thu Apr 18 21:17:44 GMT 2024

Powered by FUDForum. Page generated in 0.03242 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top