Subclipse fails to install on Eclipse 3.4 RC5

View: New views
10 Messages — Rating Filter:   Alert me  

Subclipse fails to install on Eclipse 3.4 RC5

by Dean Schulze :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I used the URL

http://subclipse.tigris.org/update_1.4.x

to install Subclipse into Eclipse 3.4 RC5 (test build 20080618-1010_eclipse-jee-ganymede-RC5-win32.win32.x86).  I selected only the required components.  I got the following error message

An error occurred while collecting items to be installed
  No repository found containing: org.tigris.subversion.subclipse.doc/osgi.bundle/1.3.0


Is this a problem on the sublcipse site, or is this something I should report against Eclipse?

I noticed the site download only contains the 1.0.6 version, so that probably isn't a workaround.





Re: Subclipse fails to install on Eclipse 3.4 RC5

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jun 19, 2008 at 1:44 PM, Dean Schulze <dean_w_schulze@...> wrote:

> I used the URL
>
> http://subclipse.tigris.org/update_1.4.x
>
> to install Subclipse into Eclipse 3.4 RC5 (test build
> 20080618-1010_eclipse-jee-ganymede-RC5-win32.win32.x86).  I selected only
> the required components.  I got the following error message
>
> An error occurred while collecting items to be installed
>   No repository found containing:
> org.tigris.subversion.subclipse.doc/osgi.bundle/1.3.0
>
>
> Is this a problem on the sublcipse site, or is this something I should
> report against Eclipse?
>
> I noticed the site download only contains the 1.0.6 version, so that
> probably isn't a workaround.

How long ago did you try?  About an hour or so ago, I fixed the p2
metadata on the site and other users had success.

--
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jun 19, 2008 at 1:47 PM, Mark Phippard <markphip@...> wrote:

> On Thu, Jun 19, 2008 at 1:44 PM, Dean Schulze <dean_w_schulze@...> wrote:
>> I used the URL
>>
>> http://subclipse.tigris.org/update_1.4.x
>>
>> to install Subclipse into Eclipse 3.4 RC5 (test build
>> 20080618-1010_eclipse-jee-ganymede-RC5-win32.win32.x86).  I selected only
>> the required components.  I got the following error message
>>
>> An error occurred while collecting items to be installed
>>   No repository found containing:
>> org.tigris.subversion.subclipse.doc/osgi.bundle/1.3.0
>>
>>
>> Is this a problem on the sublcipse site, or is this something I should
>> report against Eclipse?
>>
>> I noticed the site download only contains the 1.0.6 version, so that
>> probably isn't a workaround.
>
> How long ago did you try?  About an hour or so ago, I fixed the p2
> metadata on the site and other users had success.

I downloaded the latest 3.4 package and recreated your problem.  I
then deleted the p2 files from our update site and now it seems to be
working.

--
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by Jens Seidel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jun 19, 2008 at 02:07:58PM -0400, Mark Phippard wrote:
> On Thu, Jun 19, 2008 at 1:47 PM, Mark Phippard <markphip@...> wrote:
> > How long ago did you try?  About an hour or so ago, I fixed the p2
> > metadata on the site and other users had success.
>
> I downloaded the latest 3.4 package and recreated your problem.  I
> then deleted the p2 files from our update site and now it seems to be
> working.

I'm very sure that many, many people don't understand "p2". I needed to
search for it: P2 is the new Software Update method.

http://wiki.eclipse.org/Equinox_p2_Getting_Started

PS: Mark, you also posted the link
http://downloads.open.collab.net/eclipse/dev-builds/e3.3/
which resulted in "The requested URL
/local-access-only/downloads/eclipse/dev-builds/e3.3//index.html was not
found on this server.".

Is this a URL for the Software Update dialog?

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jun 19, 2008 at 3:30 PM, Jens Seidel <jensseidel@...> wrote:

> On Thu, Jun 19, 2008 at 02:07:58PM -0400, Mark Phippard wrote:
>> On Thu, Jun 19, 2008 at 1:47 PM, Mark Phippard <markphip@...> wrote:
>> > How long ago did you try?  About an hour or so ago, I fixed the p2
>> > metadata on the site and other users had success.
>>
>> I downloaded the latest 3.4 package and recreated your problem.  I
>> then deleted the p2 files from our update site and now it seems to be
>> working.
>
> I'm very sure that many, many people don't understand "p2". I needed to
> search for it: P2 is the new Software Update method.
>
> http://wiki.eclipse.org/Equinox_p2_Getting_Started
>
> PS: Mark, you also posted the link
> http://downloads.open.collab.net/eclipse/dev-builds/e3.3/
> which resulted in "The requested URL
> /local-access-only/downloads/eclipse/dev-builds/e3.3//index.html was not
> found on this server.".
>
> Is this a URL for the Software Update dialog?

Yes, that is an update site.  BTW, I also just added a new one for Eclipse 3.4:

 http://downloads.open.collab.net/eclipse/dev-builds/e3.4

The update site includes Mylyn 2.3.2 and Mylyn needs a different
version for 3.4 so I added another update site.

--
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by Dean Schulze :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It's working now with the latest RC5 test build.

Thanks, Mark.

--- On Thu, 6/19/08, Mark Phippard <markphip@...> wrote:
From: Mark Phippard <markphip@...>
Subject: Re: [Subclipse-users] Subclipse fails to install on Eclipse 3.4 RC5
To: users@...
Date: Thursday, June 19, 2008, 12:07 PM

On Thu, Jun 19, 2008 at 1:47 PM, Mark Phippard <markphip@...> wrote:
> On Thu, Jun 19, 2008 at 1:44 PM, Dean Schulze
<dean_w_schulze@...> wrote:
>> I used the URL
>>
>> http://subclipse.tigris.org/update_1.4.x
>>
>> to install Subclipse into Eclipse 3.4 RC5 (test build
>> 20080618-1010_eclipse-jee-ganymede-RC5-win32.win32.x86). I selected
only

>> the required components. I got the following error message
>>
>> An error occurred while collecting items to be installed
>> No repository found containing:
>> org.tigris.subversion.subclipse.doc/osgi.bundle/1.3.0
>>
>>
>> Is this a problem on the sublcipse site, or is this something I should
>> report against Eclipse?
>>
>> I noticed the site download only contains the 1.0.6 version, so that
>> probably isn't a workaround.
>
> How long ago did you try? About an hour or so ago, I fixed the p2
> metadata on the site and other users had success.

I downloaded the latest 3.4 package and recreated your problem. I
then deleted the p2 files from our update site and now it seems to be
working.

--
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by Dean Schulze :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Here's a timely interview with the Eclipse p2 project lead:

http://eclipse.dzone.com/articles/understanding-eclipse-p2-provi


--- On Thu, 6/19/08, Jens Seidel <jensseidel@...> wrote:
From: Jens Seidel <jensseidel@...>
Subject: Re: [Subclipse-users] Subclipse fails to install on Eclipse 3.4 RC5
To: users@...
Date: Thursday, June 19, 2008, 1:30 PM

On Thu, Jun 19, 2008 at 02:07:58PM -0400, Mark Phippard wrote:
> On Thu, Jun 19, 2008 at 1:47 PM, Mark Phippard <markphip@...>
wrote:
> > How long ago did you try? About an hour or so ago, I fixed the p2
> > metadata on the site and other users had success.
>
> I downloaded the latest 3.4 package and recreated your problem. I
> then deleted the p2 files from our update site and now it seems to be
> working.

I'm very sure that many, many people don't understand "p2". I
needed to
search for it: P2 is the new Software Update method.

http://wiki.eclipse.org/Equinox_p2_Getting_Started

PS: Mark, you also posted the link
http://downloads.open.collab.net/eclipse/dev-builds/e3.3/
which resulted in "The requested URL
/local-access-only/downloads/eclipse/dev-builds/e3.3//index.html was not
found on this server.".

Is this a URL for the Software Update dialog?

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subclipse fails to install on Eclipse 3.4 RC5

by muxecoid :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tried to use http://subclipse.tigris.org/update_1.4.x Subclipse today (30 Jun 2009) and got "no features found  on the selected site" error. Eclipse 3.2 Kubuntu 9.04. Any ideas of how to install it?

Dean Schulze-2 wrote:

Re: Subclipse fails to install on Eclipse 3.4 RC5

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Do you need to configure a proxy in Eclipse?

On Tue, Jun 30, 2009 at 8:43 AM, muxecoid<muxecoid@...> wrote:

> Tried to use http://subclipse.tigris.org/update_1.4.x Subclipse today (30 Jun
> 2009) and got "no features found  on the selected site" error. Eclipse 3.2
> Kubuntu 9.04. Any ideas of how to install it?
>
>
> Dean Schulze-2 wrote:
>>
>> I used the URL
>>
>> http://subclipse.tigris.org/update_1.4.x
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Subclipse-fails-to-install-on-Eclipse-3.4-RC5-tp18014314p24271190.html
> Sent from the subclipse - users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2366684
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].
>



--
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2366696

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

RE: Re: Subclipse fails to install on Eclipse 3.4 RC5

by Mike Clarkson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tried to install svneclipse 1.6.x today with eclipse Version: 3.4.2
Build id: M20090211-1700 and received the following error:
'Install' has encountered an error
An error occurred while collecting items to be installed
An error occurred while collecting items to be installed
  No repository found containing: org.tigris.subversion.subclipse.core/osgi.bundle/1.6.5
  No repository found containing: org.tigris.subversion.subclipse/org.eclipse.update.feature/1.6.5
  No repository found containing: org.tigris.subversion.subclipse.ui/osgi.bundle/1.6.5
  No repository found containing: com.collabnet.subversion.merge/osgi.bundle/1.10.0
  No repository found containing: com.collabnet.subversion.merge.feature/org.eclipse.update.feature/1.10.0
  No repository found containing: com.sun.jna/osgi.bundle/3.0.9
  No repository found containing: com.sun.jna/org.eclipse.update.feature/3.0.9
  No repository found containing: org.tigris.subversion.clientadapter/osgi.bundle/1.6.4.1
  No repository found containing: org.tigris.subversion.clientadapter.feature/org.eclipse.update.feature/1.6.4.1
  No repository found containing: org.tigris.subversion.clientadapter.javahl/osgi.bundle/1.6.5
  No repository found containing: org.tigris.subversion.clientadapter.javahl.feature/org.eclipse.update.feature/1.6.5
  No repository found containing: org.tigris.subversion.clientadapter.svnkit/osgi.bundle/1.6.4
  No repository found containing: org.tigris.subversion.clientadapter.svnkit.feature/org.eclipse.update.feature/1.6.4
  No repository found containing: org.tigris.subversion.subclipse.doc/osgi.bundle/1.3.0
  No repository found containing: org.tigris.subversion.subclipse.graph/osgi.bundle/1.0.7
  No repository found containing: org.tigris.subversion.subclipse.graph.feature/org.eclipse.update.feature/1.0.7
  No repository found containing: org.tigris.subversion.subclipse.mylyn/osgi.bundle/3.0.0
  No repository found containing: org.tigris.subversion.subclipse.mylyn/org.eclipse.update.feature/3.0.0
  No repository found containing: org.tmatesoft.svnkit/osgi.bundle/1.3.0.5847
  No repository found containing: org.tmatesoft.svnkit/org.eclipse.update.feature/1.3.0.5847

is there a way to get around this or fix this? am i doing something wrong?

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2396904

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].