Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to check JDT from CVS with dependencies resolved?
How to check JDT from CVS with dependencies resolved? [message #552676] Fri, 13 August 2010 07:21 Go to next message
Christophe Bismuth is currently offline Christophe BismuthFriend
Messages: 67
Registered: July 2009
Location: Paris, France
Member

Dear community,

I've read about Team Project Set to import a project with it
dependencies resolved. Is there any Project Set File (PSF) available for
JDT?
If not, could anyone give me an hint about checkin' out from CVS to
create patches?

Thank you,
Chris
Re: How to check JDT from CVS with dependencies resolved? [message #552684 is a reply to message #552676] Fri, 13 August 2010 07:44 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Christophe Bismuth wrote:
> Dear community,
>
> I've read about Team Project Set to import a project with it
> dependencies resolved. Is there any Project Set File (PSF) available
> for JDT?
> If not, could anyone give me an hint about checkin' out from CVS to
> create patches?
You only need to check out the project(s) which you want to patch. PDE
will resolve the dependencies for you.

Dani
>
> Thank you,
> Chris
Re: How to check JDT from CVS with dependencies resolved? [message #552753 is a reply to message #552684] Fri, 13 August 2010 11:21 Go to previous messageGo to next message
Christophe Bismuth is currently offline Christophe BismuthFriend
Messages: 67
Registered: July 2009
Location: Paris, France
Member

Le 13/08/10 09:44, Daniel Megert a écrit :
> Christophe Bismuth wrote:
>> Dear community,
>>
>> I've read about Team Project Set to import a project with it
>> dependencies resolved. Is there any Project Set File (PSF) available
>> for JDT?
>> If not, could anyone give me an hint about checkin' out from CVS to
>> create patches?
> You only need to check out the project(s) which you want to patch. PDE
> will resolve the dependencies for you.
>
> Dani
>>
>> Thank you,
>> Chris

Thank you Dani for your answer. I've downloaded and expanded Eclipse 3.6
SDK on Mac OS X 10.6.4 with Java 6u20 installed. I've also checked out
the org.eclipse.jdt.ui project from CVS. After cleaning and building the
project here are the errors found in the Problems view:

1. API analysis aborted for 'org.eclipse.jdt.ui' since its build path is
incomplete

2. Build path specifies execution environment J2SE-1.4. There are no
JREs installed in the workspace that are strictly compatible with this
environment.

3. The project was not built since its build path is incomplete. Cannot
find the class file for org.eclipse.text.edits.TextEdit. Fix the build
path then try building this project

4. The type org.eclipse.text.edits.TextEdit cannot be resolved. It is
indirectly referenced from required .class files

5. Unsatisfied version constraint: 'org.eclipse.jdt.launching:
[3.6.0,4.0.0)'

6. Unsatisfied version constraint: 'org.eclipse.jface.text: [3.7.0,4.0.0)'

7. Unsatisfied version constraint: 'org.eclipse.ui.workbench.texteditor:
[3.7.0,4.0.0)'

Could you please help me to fix my project setup?

Thank you,
Chris
Re: How to check JDT from CVS with dependencies resolved? [message #552762 is a reply to message #552753] Fri, 13 August 2010 11:56 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Christophe Bismuth wrote:
> Le 13/08/10 09:44, Daniel Megert a écrit :
>> Christophe Bismuth wrote:
>>> Dear community,
>>>
>>> I've read about Team Project Set to import a project with it
>>> dependencies resolved. Is there any Project Set File (PSF) available
>>> for JDT?
>>> If not, could anyone give me an hint about checkin' out from CVS to
>>> create patches?
>> You only need to check out the project(s) which you want to patch. PDE
>> will resolve the dependencies for you.
>>
>> Dani
>>>
>>> Thank you,
>>> Chris
>
> Thank you Dani for your answer. I've downloaded and expanded Eclipse
> 3.6 SDK on Mac OS X 10.6.4 with Java 6u20 installed. I've also checked
> out the org.eclipse.jdt.ui project from CVS. After cleaning and
> building the project here are the errors found in the Problems view:
>
> 1. API analysis aborted for 'org.eclipse.jdt.ui' since its build path
> is incomplete
>
> 2. Build path specifies execution environment J2SE-1.4. There are no
> JREs installed in the workspace that are strictly compatible with this
> environment.
As it says: you need to add 1.4 JRE (Java > Installed JREs).
>
> 3. The project was not built since its build path is incomplete.
> Cannot find the class file for org.eclipse.text.edits.TextEdit. Fix
> the build path then try building this project
>
> 4. The type org.eclipse.text.edits.TextEdit cannot be resolved. It is
> indirectly referenced from required .class files
>
> 5. Unsatisfied version constraint: 'org.eclipse.jdt.launching:
> [3.6.0,4.0.0)'
>
> 6. Unsatisfied version constraint: 'org.eclipse.jface.text:
> [3.7.0,4.0.0)'
>
> 7. Unsatisfied version constraint:
> 'org.eclipse.ui.workbench.texteditor: [3.7.0,4.0.0)'
>
> Could you please help me to fix my project setup?
As you can see the code in HEAD is newer. You need to download one of
the latest I-builds.

Dani
>
> Thank you,
> Chris
Re: How to check JDT from CVS with dependencies resolved? [message #552763 is a reply to message #552762] Fri, 13 August 2010 13:01 Go to previous messageGo to next message
Christophe Bismuth is currently offline Christophe BismuthFriend
Messages: 67
Registered: July 2009
Location: Paris, France
Member

Thank you Dani, I missed this step! I'll download the latest I-build.
Is there any way to keep this downloaded build up-to-date with an headless update site?
Re: How to check JDT from CVS with dependencies resolved? [message #552788 is a reply to message #552762] Fri, 13 August 2010 13:50 Go to previous message
Christophe Bismuth is currently offline Christophe BismuthFriend
Messages: 67
Registered: July 2009
Location: Paris, France
Member

http://wiki.eclipse.org/Eclipse_Project_Update_Sites
Previous Topic:How to replace the icon used for Windows taskbar?
Next Topic:Logging JDT Debugger Actions
Goto Forum:
  


Current Time: Wed Apr 24 23:27:40 GMT 2024

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

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

Back to the top