[squeak-dev] loading one mcz depending on another

Keith Hodges keith_hodges at yahoo.co.uk
Wed Jul 2 14:19:17 UTC 2008


Installer now supports loading packages together using the following idiom.

Installer squeaksource project: 'SomeProject';
    addPackage: 'PackageA';
    addPackage: 'PackageB';
    install.

best regards

Keith

p.s. with atomic loading enabled both should be atomically switched in 
together



More information about the Squeak-dev mailing list