Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JDT Hacking Questions (CVS, Branches, Config, etc)
JDT Hacking Questions (CVS, Branches, Config, etc) [message #107506] Sat, 18 October 2003 12:22 Go to next message
Eclipse UserFriend
Originally posted by: derisor.arcor.de

Greetings,

I am interested in doing some stuff on the JDT core (sepcifically the code
formatter). I read abotu how to use CVS on the site and still I have some
questions.

1) Is the M4 development on the Head of the repository? If not, what tag do I
use to pull this from the repository.

2) How should one submit patches?

3) In order do develop on the JDT core, what do I need to do to my eclipse
platform so that the runtime workbench runs the JDT I am developing on and not
the one that comes with eclipse.

4) Is there anthign else I should know about messing with the JDT code? Gotchas
or things that will make me tear out what little hair I have left?

TIA

-- Robert
Re: JDT Hacking Questions (CVS, Branches, Config, etc) [message #107612 is a reply to message #107506] Sun, 19 October 2003 13:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Robert Simmons wrote:

>Greetings,
>
>I am interested in doing some stuff on the JDT core (sepcifically the code
>formatter). I read abotu how to use CVS on the site and still I have some
>questions.
>
>1) Is the M4 development on the Head of the repository? If not, what tag do I
>use to pull this from the repository.
>
>
No. HEAD is the newest code. There is no overall tag for M4. You have to
checkout org.eclipse.releng tagged "v200310101454".

>2) How should one submit patches?
>
>
Attach to the corresponding bug report or feature request.

>3) In order do develop on the JDT core, what do I need to do to my eclipse
>platform so that the runtime workbench runs the JDT I am developing on and not
>the one that comes with eclipse.
>
>
Nothing special assuming you launch using Run-time Workbench.

HTH
Dani

>4) Is there anthign else I should know about messing with the JDT code? Gotchas
>or things that will make me tear out what little hair I have left?
>
>TIA
>
>-- Robert
>
>
>
>
>
>
Re: JDT Hacking Questions (CVS, Branches, Config, etc) [message #107625 is a reply to message #107612] Sun, 19 October 2003 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: derisor.arcor.de

"Daniel Megert" <daniel.megert@gmx.net> wrote in message
news:bmui3c$igd$1@eclipse.org...
> Robert Simmons wrote:
>
> >Greetings,
> >
> >I am interested in doing some stuff on the JDT core (sepcifically the code
> >formatter). I read abotu how to use CVS on the site and still I have some
> >questions.
> >
> >1) Is the M4 development on the Head of the repository? If not, what tag do I
> >use to pull this from the repository.
> >
> >
> No. HEAD is the newest code. There is no overall tag for M4. You have to
> checkout org.eclipse.releng tagged "v200310101454".

Ok but the latest version is probably what I want to submit on. Fewer conflicts.

>
> >2) How should one submit patches?
> >
> >
> Attach to the corresponding bug report or feature request.
>

What I mean is do I send in diffs, full files, what ?.

> >3) In order do develop on the JDT core, what do I need to do to my eclipse
> >platform so that the runtime workbench runs the JDT I am developing on and
not
> >the one that comes with eclipse.
> >
> >
> Nothing special assuming you launch using Run-time Workbench.

I checked out the followign modules
org.eclipse.jdt.core
org.eclipse.jdt.core.tests.builder
org.eclipse.jdt.core.tests.compiler
org.eclipse.jdt.core tests.model
org.eclipse.jdt.ui

However, I get multiple compiler bugs with classes not found. Specifically
projects not found.
ie:

Severity Description Resource In Folder Location Creation Time
Project org.eclipse.jdt.core is missing required Java project:
'org.eclipse.text'. org.eclipse.jdt.core October 19, 2003 8:00:16 PM

Severity Description Resource In Folder Location Creation Time
Project org.eclipse.jdt.core is missing required Java project:
'org.apache.ant'. org.eclipse.jdt.core October 19, 2003 8:00:16 PM

etc....

Do I have to check out the source to the entire eclipse or can I just use the
other parts Im not editing?


>
> HTH
> Dani
>
> >4) Is there anthign else I should know about messing with the JDT code?
Gotchas
> >or things that will make me tear out what little hair I have left?
> >
> >TIA
> >
> >-- Robert
> >
> >
> >
> >
> >
> >
>
Re: JDT Hacking Questions (CVS, Branches, Config, etc) [message #107660 is a reply to message #107625] Sun, 19 October 2003 16:25 Go to previous messageGo to next message
Eclipse UserFriend
> I checked out the followign modules
> org.eclipse.jdt.core
> org.eclipse.jdt.core.tests.builder
> org.eclipse.jdt.core.tests.compiler
> org.eclipse.jdt.core tests.model
> org.eclipse.jdt.ui
>
> However, I get multiple compiler bugs with classes not found. Specifically
> projects not found.
> ie:
>
> Severity Description Resource In Folder Location Creation Time
> Project org.eclipse.jdt.core is missing required Java project:
> 'org.eclipse.text'. org.eclipse.jdt.core October 19, 2003 8:00:16 PM
>
> Severity Description Resource In Folder Location Creation Time
> Project org.eclipse.jdt.core is missing required Java project:
> 'org.apache.ant'. org.eclipse.jdt.core October 19, 2003 8:00:16 PM
>
Do a binary import of the plugins you do not wish to edit but are required
by the plugins you are editing.
See File>Import>External Plug-ins and Fragments
Click Next (Should just use the defaults) Click Next
Select the plugins you wish to import (likely you could click the "Existing
Projects" button and then hit "Swap")

HTH
Darins
Re: JDT Hacking Questions (CVS, Branches, Config, etc) [message #107888 is a reply to message #107625] Mon, 20 October 2003 10:59 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomann.ca.ibm.comNOSPAM

Le Sun, 19 Oct 2003 20:01:24 +0200, "Robert Simmons"
<derisor@arcor.de> a écrit :
>What I mean is do I send in diffs, full files, what ?.
The best is to use the Team feature "create patch" and attach the
corresponding file to the bug report.
--
Olivier
Previous Topic:Is the source formatter its own plugin?
Next Topic:Eclipse extern class problem
Goto Forum:
  


Current Time: Sat Jun 07 00:11:44 EDT 2025

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

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

Back to the top