Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Features out of sync


You smoked it ;-)

This is a bug in the update code (InstallConfiguration#getRuntimFragmentURLs() does a ClassCastException) that is silently caught.
This code is relying on the deprecated model API of the registry.

If you go to the plugin details page, you will notice that the fragments are not shown here either (https://bugs.eclipse.org/bugs/show_bug.cgi?id=47561).

Features, fragments are plugins are all here. If they were missing, we would not be able to build succesfully.
You can check that they are here at runtime starting with -console and type in "ss".

To summarize, no real problem, just bugs and missing functionnality here and there.

        PaScaL








Dejan Glozic/Toronto/IBM@IBMCA
Sent by: eclipse-dev-admin@xxxxxxxxxxx

12/11/2003 02:00 PM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] Features out of sync







A note that Eclipse SDK features are currently out of sync with the plugins
directory. Some plug-ins have disappeared, some new one have not been added
and therefore run as orphans. We need to revise plug-in listing in the
features to compensate for these changes.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Platform Components
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top