Skip to main content

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


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