Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Imported source projects and source lookup don't work in CDT 3.1 SDK builds

Hi folks,
 
this is quite a nuisance, I noticed it a few weeks ago and nobody responded to my posting. So I'll try again now.
 
- Install eclipse 3.2RC1 and a CDT SDK (!) nightly build from the CDT build machine (I have the one from April 18 currently, does not matter much however).
- Import any CDT plug-in, let's take cdt.core for example AS SOURCE PROJECT.
- Admire a list of round 70 error messages like so:
 
Package 'org.eclipse.cdt.core.dom.ast.c' does not exist in this plug-in org.eclipse.cdt.core/META-INF MANIFEST.MF line 11 1145442735079 15555
These errors are there because
 
a) The imported plug-in project does NOT contain ANY SOURCES and
b) the jar file which is packaged in (e.g. org.eclipse.cdt.core_3.1.0.200604180500.jar) is not on the java compiler's build path.
 
b) can easily be righted manually but the problem of missing sources remains: I have no way to look into the code.
 
Guess it has something to do with the build process on the cdt build machine. The sources are not packaged with the SDK in the right way. Will anybody take a look at this? Is this behavior reproducable for anybody else?
 
 
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