Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] ContainerSelectionDialog does not correctly handle external projects?

Joe,

Please log a PR against Platform - UI with steps to reproduce this problem
(including what build you are using).

This mailing list is intended mainly for internal development issues.

Thanks
Simon :-)



                                                                                                                        
                      Joe_Szurszewski@xxxxxx                                                                            
                      m                              To:      platform-ui-dev@xxxxxxxxxxx                               
                      Sent by:                       cc:                                                                
                      platform-ui-dev-admin@         Subject: [platform-ui-dev] ContainerSelectionDialog does not       
                      eclipse.org                    correctly handle external projects?                                
                                                                                                                        
                                                                                                                        
                      05/09/2002 04:03 PM                                                                               
                      Please respond to                                                                                 
                      platform-ui-dev                                                                                   
                                                                                                                        
                                                                                                                        




It appears that the ContainerSelectionDialog does not properly handle
external projects.  If the dialog is realized with the workspace root as
the starting container, then all projects in the workspace, including
external projects, are shown.  However, if an external project is selected,
the getResult() method returns an IPath that makes the external project
look like an 'internal' project, that is, the IPath has a null device and a
single segment equal to the external project name.

Is this a known issue?  Are there any workarounds?





Back to the top