Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] API Tooling errors using cdt-master-5.0.2.zip

When switching the baseline forth and back between 5.0.2 and 5.0 I started to
see some API errors. They would not go away even after a full rebuild of the 
workspace. I then restarted workbench did a full rebuild and the errors were gone again. Maybe that helps in your environment as well? 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
> Sent: Monday, March 23, 2009 11:50 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] API Tooling errors using cdt-master-5.0.2.zip
> Importance: Low
> 
> Thanks for replying Markus.
> 
> 2009/3/23 Schorn, Markus <Markus.Schorn@xxxxxxxxxxxxx>:
> > I don't see these errors, what version of the API tooling 
> are you using?
> > I have org.eclipse.pde.api.tools_1.0.100.v20090311.
> 
> Yes that's the version I've got.
> 
> I've never seen these errors before. However I've been trying 
> 3.5m6-cocoa on my Mac whereas before I've used Linux/Windows. 
>  Perhaps there's some oddity with this platform (though I 
> can't imagine what).
> 
> I'll try to dig deeper and file a bug if there's a discrepancy.
> 
> Cheers,
> 
> James
> 
> >
> > Markus.
> >
> >> -----Original Message-----
> >> From: cdt-dev-bounces@xxxxxxxxxxx
> >> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
> >> Sent: Friday, March 20, 2009 10:12 PM
> >> To: CDT General developers list.
> >> Subject: [cdt-dev] API Tooling errors using cdt-master-5.0.2.zip
> >> Importance: Low
> >>
> >> Hi All,
> >>
> >> I'm getting API tooling errors when building cdt.core with 
> the 5.0.2 
> >> release as a baseline in Eclipse 3.5m6. I've got 9 errors 
> which all 
> >> refer to IAdaptable#getAdapter():
> >>
> >> Description   Resource        Path    Location        Type The 
> >> interface org.eclipse.core.runtime.IAdaptable adds method
> >> getAdapter(Class) to
> >> 
> org.eclipse.cdt.core.dom.ast.cpp.ICPPDeferredTemplateInstance that is 
> >> not tagged as @noimplement ICPPDeferredTemplateInstance.java 
> >> 
> org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp  
line 20    
> >> Compatibility Problem ...
> >> The major version should be incremented in version 
> 5.1.0.qualifier, 
> >> since API breakage occurred since version
> >> 5.0.2.200902130801    MANIFEST.MF
> >> org.eclipse.cdt.core/META-INF line
> >> 5     Version Numbering Problem
> >>
> >> Nothing appears to have changed recently in the areas 
> flagged as API 
> >> violating...
> >>
> >> Is anyone else seeing this or am I using this wrong?
> >>
> >> Cheers,
> >>
> >> James
> >> _______________________________________________
> >> cdt-dev mailing list
> >> cdt-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >>
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top