[squeak-dev] Loading Monticello Packages Programmatically

Jon Hylands jon at huv.com
Mon Dec 14 01:36:00 UTC 2009


On Sun, 13 Dec 2009 11:21:47 -0800, Colin Putney <cputney at wiresong.ca>
wrote:

>Yes, you'll need the Monticello loaded. It would be nice to have a no-UI programmatic core-library version of MC, but there's no such beast right now. 
>
>To load from an FTP server, you'll want something like this:
>
>| repository |
>repository := MCFtpRepository
>	host: 'dns323.local'
>	directory: 'monticello'
>	user: 'roz'
>	password: 'roz'.
>
>(repository versionFromFileNamed: 'package-name.XXX.mcz') load.

That's great - exactly what I needed.

Thanks!

Later,
Jon




More information about the Squeak-dev mailing list