Login  Register

Issue 3780 in pharo: DEVImageWOrkspace in prebuilt Pharo 1.2 gives DNU due to missing SHWorkspace class

Posted by pharo on Mar 03, 2011; 11:42pm
URL: https://forum.world.st/Issue-3780-in-pharo-DEVImageWOrkspace-in-prebuilt-Pharo-1-2-gives-DNU-due-to-missing-SHWorkspace-clas-tp3334454.html

Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.1.2-DevImage

New issue 3780 by [hidden email]: DEVImageWOrkspace in prebuilt  
Pharo 1.2 gives DNU due to missing SHWorkspace class
http://code.google.com/p/pharo/issues/detail?id=3780

Open a recent Pharo 1.2 from the Hudson build (for instance build #164
from today -  
https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/164)

and evaluate

   "DEVImageWorkspaces openExternalProjectWorkspace

=> gives a DNU since SHWorkspace is not anymore in the image.

Replacing "SHWorkspace" with "Workspace" helps - but the workspace is not  
styled anymore then.