Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 137660] New: Imported source projects and source lookup don't work in CDT 3.1 SDK builds

https://bugs.eclipse.org/bugs/show_bug.cgi?id=137660 
Product/Component: CDT / cdt-releng

           Summary: Imported source projects and source lookup don't work in
                    CDT 3.1 SDK builds
           Product: CDT
           Version: 3.1
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-releng
        AssignedTo: cdt-releng-inbox@xxxxxxxxxxx
        ReportedBy: norbert.ploett@xxxxxxxxxxx


- 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?



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top