The updated rST and UbiquiTalk versions now live in their main repos (thanks
to Noury for access).  The installation script is now: 

Gofer new 
        squeaksource: 'KomHttpServer'; 
        package: 'DynamicBindings'; 
        package: 'KomServices';
        load.
        
Gofer new 
        squeaksource: 'rST'; 
        package: 'rST';
        load.

Gofer new 
      squeaksource: 'OSProcess'; 
        package: 'OSProcess';
        load.

Gofer new 
      squeaksource: 'UbiquiTalk';
        package: 'UbiquiTalk-Platform.pharo';
        package: 'UbiquiTalk-Utilities';  "depends on Platform"
        package: 'UbiquiTalk-Kernel'; "depends on Utilities" 
        package: 'UbiquiTalk-Cache'; "depends on Kernel" 
        package: 'UbiquiTalk-GUI'; "depends on Kernel" 
        package: 'UbiquiTalk-Plugins'; "depends on Kernel" 
        package: 'UbiquiTalk-PDA'; 
        package: 'UbiquiTalk-Property Editors'; 
        package: 'UbiquiTalk-Tests'; 
        package: 'UTAllServices';
        load.

Sean
-- 
View this message in context: 
http://forum.world.st/UbiquiTalk-running-in-Pharo-1-1-tp2400767p2528879.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