Bug 311 - Handling default runtime workbench (1GIZFEZ)
Summary: Handling default runtime workbench (1GIZFEZ)
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 21:39 EDT by Vlad Klicnik CLA
Modified: 2001-12-02 16:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad Klicnik CLA 2001-10-10 21:39:56 EDT
from the newsgroup

Subject: 
             PDE needs a decent default for the run time instance of the workbench
        Date: 
             Wed, 22 Aug 2001 14:16:38 -0400
       From: 
             Pat McCarthy <patmc@us.ibm.com>
 Organization: 
             OTI-RTP - Eclipse Jumpstart Team
 Newsgroups: 
             eclipse.tools




When we develop plug-ins we use the development instance of the workbench, the first instance started. 
When we test our plug-ins we launch the run time instance from the development instance. 

The PDE preference settings tell the run time instance where it should look for a workspace. 
The default is blank, which triggers the run-time instance to see the current development instance workspace
directory as the run time workspace directory. 

This seems to be causing us to corrupt our development workspace when we shutdown the run time instance. 

I think we can all agree that we should not be using the development workspace as the run time workspace.  Given
that, shouldn't we expect that: 

     The PDE preferences have a default value that does not allow this to occur (seems bad when the default
     corrupts). 
     The PDE preferences dialog should allow for a directory to be identified that does not exist - and create it. 
     Very painful to have to go create the directory and then use the PDE preference to point to it as the run time
     workspace location.  I'd vote for install-dir\runtime or \PDE_runtime (install-dir\workspace is the default
     development workspace). 

Seems like something that corrupts by default should also be fixed for 1.0. 

Comments? 

Pat Mc. 


NOTES:
Comment 1 Rodrigo Peretti CLA 2001-11-20 18:48:38 EST
Moving to PDE UI.
Comment 2 Dejan Glozic CLA 2001-12-02 16:53:20 EST
This has been fixed - PDE now provides default value "runtime-workspace" 
that is not in colision with the default workspace name.