rolandschulz / PTP

Eclipse Parallel Tools Platform
http://www.eclipse.org/ptp/
6 stars 3 forks source link

Select configuration doesn't show workspace configuration #34

Closed rolandschulz closed 13 years ago

rolandschulz commented 13 years ago

The workspace/local build configuration is only created at the end of the wizard in org.eclipse.ptp.rdt.sync.ui.wizards.NewRemoteSyncProjectWizard.performFinish(). Because of that it is not shown in "Select configuration" page. This should be fixed. Thus the configuration should be created at the beginning of the wizard not at the end.

eblen commented 13 years ago

Same problem as issue #33. Additionally, CDT has code that deletes configurations that are created too early - something I discovered only after much debugging. So I was forced to move creation to the end of the wizard. Otherwise, it will not show up.

eblen commented 13 years ago

Added to issue #35