Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Can't build org.eclipse.cdt.ui

Hi folks,
 
I got the HEAD of org.eclipse.cdt.ui but can't build it anymore. Two problems seem to be relevant:
 
==========================
Severity and Description Path Resource Location Creation Time Id

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project  org.eclipse.cdt.ui Unknown 1164010473498 107011

The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/conversion ConvertProjectWizardPage.java line 1 1164010473498 107010
==========================
 
When I look at the build path of org.eclipse.cdt.ui, Libraries tab, there is a "JRE System Library [J2SE-1.4]" container alright, but when I expand it there are only two nodes for "Access rules" and "Native Libraries", without any further jar entries below. This is different from e.g. org.eclipse.cdt.core, which I can build and which has entries for the jar files from my Java SDK "JRE System Library [J2SE-1.4]".
 
I have eclipse 3.3.0M3 and java.version=1.5.0_06. I have version 1.4 installed too, and for org.eclipse.cdt.core the jar files referenced are from the 1.4 installation (which is correct).
 
I can fix the problem e.g. by editing the properties of the "JRE System Library [J2SE-1.4]" container and setting the system library to Alternate JRE / j2re1.4.2_10 or similar changes, but I can't figure out how org.eclipse.cdt.ui  is different from all the other projects so that I cannot build it straight as it comes from HEAD.
 
Any hints would be appreciated.
 
Thanks,
 
 
 
Norbert Ploett
 
 
=======================
Dr.-Ing. Norbert Plött
Siemens A&D ATS 1
Gleiwitzer Str. 555
90475 Nürnberg
Tel.: +49 911 895 3484
Fax: +49 911 895 3715
 

Back to the top