Bug 332011 - PDE multi-platform export showing incorrect .svn platforms
Summary: PDE multi-platform export showing incorrect .svn platforms
Status: CLOSED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2010-12-07 08:10 EST by Justin Dolezy CLA
Modified: 2019-09-09 02:45 EDT (History)
2 users (show)

See Also:


Attachments
Image showing the bad .svn platform entries on Windows 7 and Mac OS X (299.17 KB, image/jpeg)
2010-12-07 08:11 EST, Justin Dolezy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Dolezy CLA 2010-12-07 08:10:21 EST
Build Identifier: 20100917-0705

Target plaform, including the delta pack, is under source control in SVN. The "Cross-platform export" export page on the wizard shows many more entries than it should, presumably getting confused by the .svn folders. See attached image.

Reproducible: Always

Steps to Reproduce:
1. prepare a target platform including the delta pack
2. check in target platform into SVN
3. setup target platform in Eclipse using directory locations
4. try to export a product and see large number of weird available platforms!
Comment 1 Justin Dolezy CLA 2010-12-07 08:11:34 EST
Created attachment 184714 [details]
Image showing the bad .svn platform entries on Windows 7 and Mac OS X
Comment 2 Curtis Windatt CLA 2010-12-07 09:53:19 EST
Moving to UI.  Marking as help wanted.  I can understand how the problem could happen, but I don't have time to work on a fix.
Comment 3 Andrew Niefer CLA 2010-12-07 11:52:54 EST
The list is built by scanning the org.eclipse.equinox.executable feature's bin folder.   Simplest fix would be to ignore any folders starting with '.' we can say that the executable feature will never have platform folders like that.

Code seems to be in org.eclipse.pde.ui org.eclipse.pde.internal.ui.wizards.exports.CrossPlatformExportPage#getListElements, perhaps also getOS, getWS.  Looks like there is already some code there for CVS
Comment 4 Eclipse Webmaster CLA 2019-09-06 15:36:29 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Comment 5 Julian Honnen CLA 2019-09-09 02:45:26 EDT
Please remove the stalebug flag, if this issue is still relevant and can be reproduced on the latest release.