Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Source code Eclipse 3.3
Source code Eclipse 3.3 [message #328227] Mon, 19 May 2008 14:39 Go to next message
Eclipse UserFriend
Originally posted by: tornau.orbiteam.de

Dear all,

I'm trying to implement a Resource perspective in my Eclipse RCP
application. For this I need the source code for the org.eclipse.ui.ide
plugin to program my own plugin.

The problem is that I can check out the source code for the new 3.4
version of Eclipse (Ganymede). But there are a lot of changes in the
source code so that this plugin doesn't compile against the old plugins
from 3.3.

My question is: Where do I get the old source code from? Is there
somewhere a ZIP-file I can extract it from? Or can I check it out via CVS
from somewhere?

Thank you a lot in advance.

Christoph
Re: Source code Eclipse 3.3 [message #328230 is a reply to message #328227] Mon, 19 May 2008 14:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.shedid.de

Christoph T. schrieb:
> Dear all,
>
> I'm trying to implement a Resource perspective in my Eclipse RCP
> application. For this I need the source code for the org.eclipse.ui.ide
> plugin to program my own plugin.
>
> The problem is that I can check out the source code for the new 3.4
> version of Eclipse (Ganymede). But there are a lot of changes in the
> source code so that this plugin doesn't compile against the old plugins
> from 3.3.
>
> My question is: Where do I get the old source code from? Is there
> somewhere a ZIP-file I can extract it from? Or can I check it out via
> CVS from somewhere?
>
> Thank you a lot in advance.
>
> Christoph
>


Hi Christoph,

if you have installed an Eclipse SDK, you can open the plugins view
(PDE) and select the plugin that provides the necessary functionlity.

In the context menu of that plugin select Import as -> Source project.
Now you have the plugin in your local workspace including the source code.

Of course this works only if the source is also installed.

Hope this helps,
Dirk
Re: Source code Eclipse 3.3 [message #328236 is a reply to message #328227] Mon, 19 May 2008 17:10 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Christoph T. wrote:
> Dear all,
>
> I'm trying to implement a Resource perspective in my Eclipse RCP
> application. For this I need the source code for the org.eclipse.ui.ide
> plugin to program my own plugin.
>
> The problem is that I can check out the source code for the new 3.4
> version of Eclipse (Ganymede). But there are a lot of changes in the
> source code so that this plugin doesn't compile against the old plugins
> from 3.3.
>
> My question is: Where do I get the old source code from? Is there
> somewhere a ZIP-file I can extract it from? Or can I check it out via
> CVS from somewhere?

There are tags in the CVS repository for the 3.3 releases, so you can
check out from the appropriate tag instead of from HEAD.
As an alternative, you could download the Eclipse for Plugin/RCP
Developers package, version 3.3 (which includes the source plugins),
install that and then configure your PDE preferences to use that as the
target environment.

Hope this helps,
Eric
Previous Topic:Minimize / Maximize not working on views tool bar
Next Topic:Is documentation for PreferencePage.createControl() wrong?
Goto Forum:
  


Current Time: Thu Jun 27 19:28:55 GMT 2024

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

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

Back to the top