Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Update Manager problems in 12/19 integration build

Vlad,

Why is this acting up only now? It worked in previous builds.

Regards,

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



                                                                                                                  
                    Vlad                                                                                          
                    Klicnik/Toronto/IBM       To:     eclipse-dev@xxxxxxxxxxx                                     
                    @IBMCA                    cc:                                                                 
                    Sent by:                  Subject:     [eclipse-dev] Update Manager problems in 12/19         
                    eclipse-dev-admin@e        integration build                                                  
                    clipse.org                                                                                    
                                                                                                                  
                                                                                                                  
                    12/21/2001 02:15 PM                                                                           
                    Please respond to                                                                             
                    eclipse-dev                                                                                   
                                                                                                                  
                                                                                                                  



The Update Manager in the integration builds from 12/18 and 12/19 fails to
come up (internal error reported on launch). This has been resolved for
future builds.

Anyone trying to use this function can workaround the problem by making
the following modification to the plugin.xml of the
org.eclipse.update.ui.forms plugin.

Replace

<runtime>
   <library name="forms.jar"/>
</runtime>

with

<runtime>
   <library name="forms.jar">
      <export name="*"/>
   </library>
</runtime>

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top