Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] Question about Self-hosting

Sorry for the slow reply Frank, answers:

1)      Yes, for bootstrap/self-hosted work you need 3 workspaces.  For non-boostrap work you can use two.

2)      You can either install it or check it out.  But if you don’t check it out note that you could hit the following PDE limitation (you’ll know because you’ll get build errors):
157375: PDE should support building against nested JARs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=157375  

3)      Now there’s a good question to hear :)  See the following: http://wiki.eclipse.org/Mylyn_Contributor_Reference#Contributors

 

Let us know if you have any other questions.

 

Mik

 

From: mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Frank Becker
Sent: Friday, July 06, 2007 3:34 PM
To: mylyn-integrators@xxxxxxxxxxx
Subject: [mylyn-integrators] Question about Self-hosting

 

I want to setup Eclipse 3.3 to be able to fix bugs / or submit patchs So I go

questions.

 

1) Is it right that I need 3 Workspaces to do debugging/testing of Mylyn.

  List of workspaces

  -  workspace with Sources of Mylan

  - runtime workspace. Here I checkout the source of Mylyn to use Mylyn

     the report Bugs and patches I found.

  - debug workspace

2) How can I add support of subversion to the runtime workspace. If I can do

this I must use two seperate Eclipse installations (one for my own work; and

the other for test/debug for Mylyn).

3) What is the right way to work on a patch for a bug in my free time after

work?


Back to the top