Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » What projects do I need to build a base platform eclipse
What projects do I need to build a base platform eclipse [message #274870] Fri, 29 October 2004 13:33 Go to next message
Eclipse UserFriend
Originally posted by: gj.puredge.com

I want to start looking seriously at the Eclipse Source code and the best
place to do this, of cource, is in Eclipse.

I was hoping to import an entire platform (no SDK) into an eclipse
workspace. Is there a list of projects I have to check out of CVS for this?

I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse so
all I need to know is which project(s) to checkout/import.]

Does anyone have an information on this, or is there a doc somewhere that
explains this? I've looked through a lot of stuff at dev.eclipse.org but
can't seen to find what I need to build Eclipse

Any help would be appreciated
Re: What projects do I need to build a base platform eclipse [message #274872 is a reply to message #274870] Fri, 29 October 2004 13:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gj.puredge.com

Now that I think about it, I probably only need to debug one Eclipse feature
at a time so I only need to have a few plugins loaded in an eclipse project.

In my case I want to debug / step though the Navigator plugin(s). Which
project(s) contains this code?

Thanks






"Gary J" <gj@puredge.com> wrote in message news:cltusn$fju$1@eclipse.org...
I want to start looking seriously at the Eclipse Source code and the best
place to do this, of cource, is in Eclipse.

I was hoping to import an entire platform (no SDK) into an eclipse
workspace. Is there a list of projects I have to check out of CVS for this?

I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse so
all I need to know is which project(s) to checkout/import.]

Does anyone have an information on this, or is there a doc somewhere that
explains this? I've looked through a lot of stuff at dev.eclipse.org but
can't seen to find what I need to build Eclipse

Any help would be appreciated
Re: What projects do I need to build a base platform eclipse [message #274875 is a reply to message #274872] Fri, 29 October 2004 13:50 Go to previous messageGo to next message
Eclipse UserFriend
Here are the instructions provided for the platform debug components.
It will give you an example of setting up a workspace to work on the latest
debug code.

I believe the Navigator code is in the org.eclipse.ui.ide plugin.

HTH
Darins

"Gary J" <gj@puredge.com> wrote in message news:cltveg$gig$1@eclipse.org...
> Now that I think about it, I probably only need to debug one Eclipse
feature
> at a time so I only need to have a few plugins loaded in an eclipse
project.
>
> In my case I want to debug / step though the Navigator plugin(s). Which
> project(s) contains this code?
>
> Thanks
>
>
>
>
>
>
> "Gary J" <gj@puredge.com> wrote in message
news:cltusn$fju$1@eclipse.org...
> I want to start looking seriously at the Eclipse Source code and the best
> place to do this, of cource, is in Eclipse.
>
> I was hoping to import an entire platform (no SDK) into an eclipse
> workspace. Is there a list of projects I have to check out of CVS for
this?
>
> I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse so
> all I need to know is which project(s) to checkout/import.]
>
> Does anyone have an information on this, or is there a doc somewhere that
> explains this? I've looked through a lot of stuff at dev.eclipse.org but
> can't seen to find what I need to build Eclipse
>
> Any help would be appreciated
>
>
>
Re: What projects do I need to build a base platform eclipse [message #274877 is a reply to message #274875] Fri, 29 October 2004 14:03 Go to previous messageGo to next message
Eclipse UserFriend
I guess I should paste in the link...

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-debug-home/project/workspace.html

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:cltvt7$hfc$1@eclipse.org...
> Here are the instructions provided for the platform debug components.
> It will give you an example of setting up a workspace to work on the
latest
> debug code.
>
> I believe the Navigator code is in the org.eclipse.ui.ide plugin.
>
> HTH
> Darins
>
> "Gary J" <gj@puredge.com> wrote in message
news:cltveg$gig$1@eclipse.org...
> > Now that I think about it, I probably only need to debug one Eclipse
> feature
> > at a time so I only need to have a few plugins loaded in an eclipse
> project.
> >
> > In my case I want to debug / step though the Navigator plugin(s). Which
> > project(s) contains this code?
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> > "Gary J" <gj@puredge.com> wrote in message
> news:cltusn$fju$1@eclipse.org...
> > I want to start looking seriously at the Eclipse Source code and the
best
> > place to do this, of cource, is in Eclipse.
> >
> > I was hoping to import an entire platform (no SDK) into an eclipse
> > workspace. Is there a list of projects I have to check out of CVS for
> this?
> >
> > I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse
so
> > all I need to know is which project(s) to checkout/import.]
> >
> > Does anyone have an information on this, or is there a doc somewhere
that
> > explains this? I've looked through a lot of stuff at dev.eclipse.org
but
> > can't seen to find what I need to build Eclipse
> >
> > Any help would be appreciated
> >
> >
> >
>
>
Re: What projects do I need to build a base platform eclipse [message #274881 is a reply to message #274875] Fri, 29 October 2004 14:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gj.puredge.com

Thanks for the info.

I followed the instructions and checked out the two projects:

org.eclipse.debug.core
org.eclipse.debug.ui

as described in the instructions into a new empty workspace.

debug.core builds cleanly but unfortunately debug.ui does not. I've got 85
errors in the problems view.

I am running:
Version: 3.0.1
Build id: 200409161125

I have listed a few of the errors below. Is there something else that I
need to do to get this to work?

Thanks

Severity Description Resource In Folder Location Creation Time
2 The import org.eclipse.ui.console.IPatternMatchListener cannot be resolved
ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 26
October 29, 2004 11:11:32 AM
2 The import org.eclipse.ui.console.PatternMatchEvent cannot be resolved
ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 27
October 29, 2004 11:11:32 AM
2 IPatternMatchListener cannot be resolved or is not a valid superinterface
ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 33
October 29, 2004 11:11:32 AM
2 The method addPropertyChangeListener(ConsoleLineNotifier) is undefined for
the type ProcessConsole ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 57
October 29, 2004 11:11:32 AM
2 The method removePropertyChangeListener(ConsoleLineNotifier) is undefined
for the type ProcessConsole ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 75
October 29, 2004 11:11:32 AM
2 PatternMatchEvent cannot be resolved (or is not a valid type) for the
parameter event of the method matchFound ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 121
October 29, 2004 11:11:32 AM
2 IConsoleConstants.P_CONSOLE_OUTPUT_COMPLETE cannot be resolved
ConsoleLineNotifier.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line 153
October 29, 2004 11:11:32 AM
2 The import org.eclipse.ui.console.IOConsole cannot be resolved
JavaConsoleTrackerPropertyTester.java
org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line

.. . .




"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:cltvt7$hfc$1@eclipse.org...
Here are the instructions provided for the platform debug components.
It will give you an example of setting up a workspace to work on the latest
debug code.

I believe the Navigator code is in the org.eclipse.ui.ide plugin.

HTH
Darins

"Gary J" <gj@puredge.com> wrote in message news:cltveg$gig$1@eclipse.org...
> Now that I think about it, I probably only need to debug one Eclipse
feature
> at a time so I only need to have a few plugins loaded in an eclipse
project.
>
> In my case I want to debug / step though the Navigator plugin(s). Which
> project(s) contains this code?
>
> Thanks
>
>
>
>
>
>
> "Gary J" <gj@puredge.com> wrote in message
news:cltusn$fju$1@eclipse.org...
> I want to start looking seriously at the Eclipse Source code and the best
> place to do this, of cource, is in Eclipse.
>
> I was hoping to import an entire platform (no SDK) into an eclipse
> workspace. Is there a list of projects I have to check out of CVS for
this?
>
> I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse so
> all I need to know is which project(s) to checkout/import.]
>
> Does anyone have an information on this, or is there a doc somewhere that
> explains this? I've looked through a lot of stuff at dev.eclipse.org but
> can't seen to find what I need to build Eclipse
>
> Any help would be appreciated
>
>
>
Re: What projects do I need to build a base platform eclipse [message #274883 is a reply to message #274881] Fri, 29 October 2004 14:54 Go to previous messageGo to next message
Eclipse UserFriend
This is a result that debug ui is relying on recent changes in the
org.eclipse.ui.console plugin.
When API is changing (as it is in the org.eclipse.ui.console plugin) the
latest of one plugin will require the latest of the other plugin.

Check out org.eclipse.ui.console

HTH
Darins

"Gary J" <gj@puredge.com> wrote in message news:clu1k1$ki5$1@eclipse.org...
> Thanks for the info.
>
> I followed the instructions and checked out the two projects:
>
> org.eclipse.debug.core
> org.eclipse.debug.ui
>
> as described in the instructions into a new empty workspace.
>
> debug.core builds cleanly but unfortunately debug.ui does not. I've got
85
> errors in the problems view.
>
> I am running:
> Version: 3.0.1
> Build id: 200409161125
>
> I have listed a few of the errors below. Is there something else that I
> need to do to get this to work?
>
> Thanks
>
> Severity Description Resource In Folder Location Creation Time
> 2 The import org.eclipse.ui.console.IPatternMatchListener cannot be
resolved
> ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
26
> October 29, 2004 11:11:32 AM
> 2 The import org.eclipse.ui.console.PatternMatchEvent cannot be resolved
> ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
27
> October 29, 2004 11:11:32 AM
> 2 IPatternMatchListener cannot be resolved or is not a valid
superinterface
> ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
33
> October 29, 2004 11:11:32 AM
> 2 The method addPropertyChangeListener(ConsoleLineNotifier) is undefined
for
> the type ProcessConsole ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
57
> October 29, 2004 11:11:32 AM
> 2 The method removePropertyChangeListener(ConsoleLineNotifier) is
undefined
> for the type ProcessConsole ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
75
> October 29, 2004 11:11:32 AM
> 2 PatternMatchEvent cannot be resolved (or is not a valid type) for the
> parameter event of the method matchFound ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
121
> October 29, 2004 11:11:32 AM
> 2 IConsoleConstants.P_CONSOLE_OUTPUT_COMPLETE cannot be resolved
> ConsoleLineNotifier.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
153
> October 29, 2004 11:11:32 AM
> 2 The import org.eclipse.ui.console.IOConsole cannot be resolved
> JavaConsoleTrackerPropertyTester.java
> org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ console line
>
> . . .
>
>
>
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:cltvt7$hfc$1@eclipse.org...
> Here are the instructions provided for the platform debug components.
> It will give you an example of setting up a workspace to work on the
latest
> debug code.
>
> I believe the Navigator code is in the org.eclipse.ui.ide plugin.
>
> HTH
> Darins
>
> "Gary J" <gj@puredge.com> wrote in message
news:cltveg$gig$1@eclipse.org...
> > Now that I think about it, I probably only need to debug one Eclipse
> feature
> > at a time so I only need to have a few plugins loaded in an eclipse
> project.
> >
> > In my case I want to debug / step though the Navigator plugin(s). Which
> > project(s) contains this code?
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> > "Gary J" <gj@puredge.com> wrote in message
> news:cltusn$fju$1@eclipse.org...
> > I want to start looking seriously at the Eclipse Source code and the
best
> > place to do this, of cource, is in Eclipse.
> >
> > I was hoping to import an entire platform (no SDK) into an eclipse
> > workspace. Is there a list of projects I have to check out of CVS for
> this?
> >
> > I've got my cvs repository set up for the dev.eclipse.org:/home/eclipse
so
> > all I need to know is which project(s) to checkout/import.]
> >
> > Does anyone have an information on this, or is there a doc somewhere
that
> > explains this? I've looked through a lot of stuff at dev.eclipse.org
but
> > can't seen to find what I need to build Eclipse
> >
> > Any help would be appreciated
> >
> >
> >
>
>
>
Re: What projects do I need to build a base platform eclipse [message #274888 is a reply to message #274870] Fri, 29 October 2004 15:21 Go to previous message
Eclipse UserFriend
Originally posted by: gj.puredge.com

For anyone else who is interested in looking / debugging Eclipse Code I
think I have it more or less figured out.

This only works for the version of Eclipse that you are actually running and
not for the most recent drops of Eclipse

1. Created a new CVS repository
User: anonymous
Password: <none>
Host: dev.eclipse.org
path: /home/eclipse

2. Find out which version of the Plugin you have installed in Eclipse
- Help->About Eclipse Platform->Plugin Details
- Find the plugin you are interested in looking at. Usually it is the same
as your Eclipse but not always

3. Check out the Plugin project from CVS
- Open the "Versions" node of the dev.eclipse.org cvs repository created
earlier
- Find the plugin project
- Look for the same version of the plugin (major releases are near the
bottom)

4. Build Project
- If you checked out the correct version it should build cleanly
- If there are errors in the Problems Viewyou probably checked out
the wrong version of the plugin.

5. Run the plugin.
Open the Run Configuration Manager and create a new configuration under
"Run-time Workbench"
- Under the Plug-ins tab select "Choose plug-ins and fragments..."
- Select the new plugin at the top.
- Check to see that the same plugin is unchecked under "External Plug-ins"
(its probably already unchecked).
- Uncheck any other plugins you don't need so as not to confuse the issue

Click "Run" and it should run.

6. Set beakpoints and Debug the plugin.

I'm sure there are better ways to do this but this worked great for me.
Previous Topic:Getting the URL for a plugin
Next Topic:F10 short cut key for Step Return on Linux
Goto Forum:
  


Current Time: Wed Nov 05 15:10:33 EST 2025

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

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

Back to the top