I haven't done much with it, and there are some deprecation warnings, but
it's running.  In the attached screenshot, the "host 2" entry in the
"Detected Hosts" window is the Squeak 4.1 image running on the right.
http://forum.world.st/file/n2400767/Screen_shot_2010-08-30_at_August_30%2C_2010_5.47.42_PM.png
Screen_shot_2010-08-30_at_August_30%2C_2010_5.47.42_PM.png 

Load it with:
 Gofer new
      squeaksource: 'KomHttpServer'; 
      package: 'DynamicBindings';
        load. 
        
 Gofer new
      squeaksource: 'KomHttpServer'; 
      package: 'KomServices';
        load. 
        
 Gofer new
      squeaksource: 'SPDProjectUpdates'; 
      package: 'rST';
        load. 
        
Gofer new
      squeaksource: 'OSProcess'; 
      package: 'OSProcess';
        load.
        
 Gofer new
      squeaksource: 'SPDProjectUpdates'; 
      package: 'UbiquiTalk-Platform.pharo';
        load.

 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Cache';
        load. 

 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-GUI';
        load. 

Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Utilities';
        load. 
        
"requires Utilities"
 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Kernel';
        load. 
        
"requires Kernel"
 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Plugins';
        load. 

 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-PDA';
        load.

 Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Property Editors';
        load. 
        
Gofer new
      squeaksource: 'SPDProjectUpdates';
      package: 'UbiquiTalk-Tests';
        load. 
        
"requires platform"
 Gofer new
     squeaksource: 'UbiquiTalk'; 
     package: 'UTAllServices';
        load. 

Sean
-- 
View this message in context: 
http://forum.world.st/UbiquiTalk-running-in-Pharo-1-1-tp2400767p2400767.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to