Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Deprecation errors with Eclipse 4.2

Maybe you don't have the memory plugins in your workspace?
Or maybe you have a preference that overrides project settings? (if that is possible, not sure) 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
> Sent: Thursday, January 12, 2012 11:04 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Deprecation errors with Eclipse 4.2
> 
> It's weird but I don't get these errors. I've been using 4.2 
> for quite a while. Hmmm...
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Marc Khouzam
> > Sent: Thursday, January 12, 2012 10:45 AM
> > To: 'CDT General developers list.'
> > Subject: Re: [cdt-dev] Deprecation errors with Eclipse 4.2
> > 
> > > -----Original Message-----
> > > From: cdt-dev-bounces@xxxxxxxxxxx
> > > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Bill Swanson
> > > Sent: Thursday, January 12, 2012 10:36 AM
> > > To: CDT General developers list.
> > > Subject: Re: [cdt-dev] Deprecation errors with Eclipse 4.2
> > >
> > > For plugin.xml files, there's a separate set of warning/error
> > > preferences for the manifest compiler. In this specific 
> case, I think
> > > what you're looking for is:
> > >
> > > Window->Preferences,
> > >   Plug-in Development->Compilers,
> > >     Plug-ins Tab, Usage section,
> > >       "Usage of deprecated attributes and elements"
> > >
> > > If project-specific settings are being used, the 
> corresponding project
> > > preference location is:
> > >
> > > (plugin project)->Properties,
> > >   Plug-in Development->Plug-in Manifest Compiler,
> > >     Usage section,
> > >       "Usage of deprecated attributes and elements"
> > 
> > That did it!
> > Thanks!
> > 
> > Those changes are reflected in the file:
> > .settings/org.eclipse.pde.prefs
> > 
> > >
> > > --- WRS
> > >
> > > > -----Original Message-----
> > > > From: cdt-dev-bounces@xxxxxxxxxxx
> > > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> > > > Behalf Of Marc Khouzam
> > > > Sent: Thursday, January 12, 2012 10:05 AM
> > > > To: 'CDT General developers list.'
> > > > Subject: [cdt-dev] Deprecation errors with Eclipse 4.2
> > > >
> > > > Hi all,
> > > >
> > > > I've started using Eclipse 4.2 for my development, as 
> it will be the
> > > > platform for Juno.
> > > >
> > > > Up to now, things are going well.  However, I'm seeing that some
> > > > extension-point elements have been deprecated.  Most
> > > noticeable is the
> > > > 'action' element of org.eclipse.ui.viewActions (actually,
> > > > org.eclipse.ui.viewActions is deprecated
> > > > itself!)
> > > >
> > > > The urgent problem is that the
> > > >    org.eclipse.cdt.debug.ui.memory.memorybrowser
> > > > plugin is handling those warnings as errors.
> > > >
> > > > Does anyone know how to disable this warning-as-error 
> thing for the
> > > > plugin.xml stuff?
> > > >
> > > > Thanks
> > > >
> > > > Marc
> > >
> > > _______________________________________________
> > > 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