Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » alternative to the nevada update site?
alternative to the nevada update site? [message #113483] Tue, 08 July 2008 19:53 Go to next message
Eclipse UserFriend
Originally posted by: scalpel4k.gmail.com

Hi All,

I just went into something which really might bug me sooner or later. A couple minutes ago I realized that the Nevada Update site is moving ahead in terms of available builds. Now, this site is the only one which I know of that gives me pre-built product artifacts. These two facts are causing a dilemma since all the other repositories hold plugins which do not work with those latest builds. How am I now supposed to install/extend profiles with the p2 agent? Does anyone know of a repository that holds the "old" 3.4 product artifacts?

thx for your help
M;chi
Re: alternative to the nevada update site? [message #113508 is a reply to message #113483] Wed, 09 July 2008 02:21 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 333
Registered: July 2009
Location: Ottawa
Senior Member
The official stable site containing 3.4 is
http://download.eclipse.org/eclipse/updates/3.4

The ganymede update site only contains a subset of what is in this repo,
plus of course all the other metadata for all the non-platform bits of
ganymede

"Scalpel4k" <scalpel4k@gmail.com> wrote in message
news:g50gjd$isn$1@build.eclipse.org...
> Hi All,
>
> I just went into something which really might bug me sooner or later. A
> couple minutes ago I realized that the Nevada Update site is moving ahead
> in terms of available builds. Now, this site is the only one which I know
> of that gives me pre-built product artifacts. These two facts are causing
> a dilemma since all the other repositories hold plugins which do not work
> with those latest builds. How am I now supposed to install/extend profiles
> with the p2 agent? Does anyone know of a repository that holds the "old"
> 3.4 product artifacts?
>
> thx for your help
> M;chi
Re: alternative to the nevada update site? [message #113697 is a reply to message #113508] Wed, 09 July 2008 05:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: scalpel4k.gmail.com

Hi Pascal,

thanks for the quick answer. Unfortunately this wasn't the one I was looking for. In that repository there aren't any product artifacts which I'd need to create a launch configuration from within the p2 agent, basically something with touchpoint data. I need some IU like org.eclipse.sdk.ide which has the touchpoint type org.eclipse.equinox.p2.osgi.

M;chi

Pascal Rapicault wrote:

> The official stable site containing 3.4 is
> http://download.eclipse.org/eclipse/updates/3.4
>
> The ganymede update site only contains a subset of what is in this repo,
> plus of course all the other metadata for all the non-platform bits of
> ganymede
>
> "Scalpel4k" <scalpel4k@gmail.com> wrote in message
> news:g50gjd$isn$1@build.eclipse.org...
>> Hi All,
>>
>> I just went into something which really might bug me sooner or later. A
>> couple minutes ago I realized that the Nevada Update site is moving ahead
>> in terms of available builds. Now, this site is the only one which I know
>> of that gives me pre-built product artifacts. These two facts are causing
>> a dilemma since all the other repositories hold plugins which do not work
>> with those latest builds. How am I now supposed to install/extend
>> profiles with the p2 agent? Does anyone know of a repository that holds
>> the "old" 3.4 product artifacts?
>>
>> thx for your help
>> M;chi

--
M;chi
Re: alternative to the nevada update site? [message #113736 is a reply to message #113697] Wed, 09 July 2008 14:00 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 333
Registered: July 2009
Location: Ottawa
Senior Member
I can see the 'org.eclipse.sdk.ide' IU in the following URL:
http://download.eclipse.org/eclipse/updates/3.4/content.jar

There is some terminology confusion or I don't understand what you are
trying to do :)
"Launch configurations" are the things you create to start a program from
within eclipse (e.g. I run a java program and I want to start it, I go
Project > run configurations... and there what I see is a launch
configuration). If you are refering to the installed program that results
from the installation, we don't have a particular name for it.


"Scalpel4k" <scalpel4k@gmail.com> wrote in message
news:g51ig6$5u9$1@build.eclipse.org...
> Hi Pascal,
>
> thanks for the quick answer. Unfortunately this wasn't the one I was
> looking for. In that repository there aren't any product artifacts which
> I'd need to create a launch configuration from within the p2 agent,
> basically something with touchpoint data. I need some IU like
> org.eclipse.sdk.ide which has the touchpoint type
> org.eclipse.equinox.p2.osgi.
>
> M;chi
>
> Pascal Rapicault wrote:
>
>> The official stable site containing 3.4 is
>> http://download.eclipse.org/eclipse/updates/3.4
>>
>> The ganymede update site only contains a subset of what is in this repo,
>> plus of course all the other metadata for all the non-platform bits of
>> ganymede
>>
>> "Scalpel4k" <scalpel4k@gmail.com> wrote in message
>> news:g50gjd$isn$1@build.eclipse.org...
>>> Hi All,
>>>
>>> I just went into something which really might bug me sooner or later. A
>>> couple minutes ago I realized that the Nevada Update site is moving
>>> ahead
>>> in terms of available builds. Now, this site is the only one which I
>>> know
>>> of that gives me pre-built product artifacts. These two facts are
>>> causing
>>> a dilemma since all the other repositories hold plugins which do not
>>> work
>>> with those latest builds. How am I now supposed to install/extend
>>> profiles with the p2 agent? Does anyone know of a repository that holds
>>> the "old" 3.4 product artifacts?
>>>
>>> thx for your help
>>> M;chi
>
> --
> M;chi
Re: alternative to the nevada update site? [message #113809 is a reply to message #113736] Wed, 09 July 2008 15:38 Go to previous message
Eclipse UserFriend
Originally posted by: scalpel4k.gmail.com

Ok, I created a virgin p2 agent configuration. Now I can see what I was searching for in the repository you told me.
And yes maybe I was mangling with the terms ;-)

Thanks again

Pascal Rapicault wrote:

> I can see the 'org.eclipse.sdk.ide' IU in the following URL:
> http://download.eclipse.org/eclipse/updates/3.4/content.jar
>
> There is some terminology confusion or I don't understand what you are
> trying to do :)
> "Launch configurations" are the things you create to start a program from
> within eclipse (e.g. I run a java program and I want to start it, I go
> Project > run configurations... and there what I see is a launch
> configuration). If you are refering to the installed program that results
> from the installation, we don't have a particular name for it.
>
>
> "Scalpel4k" <scalpel4k@gmail.com> wrote in message
> news:g51ig6$5u9$1@build.eclipse.org...
>> Hi Pascal,
>>
>> thanks for the quick answer. Unfortunately this wasn't the one I was
>> looking for. In that repository there aren't any product artifacts which
>> I'd need to create a launch configuration from within the p2 agent,
>> basically something with touchpoint data. I need some IU like
>> org.eclipse.sdk.ide which has the touchpoint type
>> org.eclipse.equinox.p2.osgi.
>>
>> M;chi
>>
>> Pascal Rapicault wrote:
>>
>>> The official stable site containing 3.4 is
>>> http://download.eclipse.org/eclipse/updates/3.4
>>>
>>> The ganymede update site only contains a subset of what is in this repo,
>>> plus of course all the other metadata for all the non-platform bits of
>>> ganymede
>>>
>>> "Scalpel4k" <scalpel4k@gmail.com> wrote in message
>>> news:g50gjd$isn$1@build.eclipse.org...
>>>> Hi All,
>>>>
>>>> I just went into something which really might bug me sooner or later. A
>>>> couple minutes ago I realized that the Nevada Update site is moving
>>>> ahead
>>>> in terms of available builds. Now, this site is the only one which I
>>>> know
>>>> of that gives me pre-built product artifacts. These two facts are
>>>> causing
>>>> a dilemma since all the other repositories hold plugins which do not
>>>> work
>>>> with those latest builds. How am I now supposed to install/extend
>>>> profiles with the p2 agent? Does anyone know of a repository that holds
>>>> the "old" 3.4 product artifacts?
>>>>
>>>> thx for your help
>>>> M;chi
>>
>> --
>> M;chi

--
M;chi
Previous Topic:Classloading issue with 3.4
Next Topic:Re: httpContext extension point not working, but servlet extension point is?
Goto Forum:
  


Current Time: Fri Mar 29 01:34:39 GMT 2024

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

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

Back to the top