[squeak-dev] Xtreams up to date

mkobetic at gmail.com mkobetic at gmail.com
Fri Jan 21 16:48:11 UTC 2011


mkobetic at gmail.com wrote:
> What is the Squeak equivalent of Gofer ? I could add the Squeak version to the page as well. In the worst case you can load the packages manually in the order that the Gofer snippet shows. You don't have to load all of them, you really need just the first five.

It seems that something like this should work:

Installer ss	project: 'Xtreams';
	addPackage: 'Xtreams-Support';
	addPackage: 'Xtreams-Core';
	addPackage: 'Xtreams-Terminals';
	addPackage: 'Xtreams-Transforms';
	addPackage: 'Xtreams-Substreams';
	addPackage: 'Xtreams-Parsing';
	" --- tests follow --- "
	addPackage: 'Xtreams-CoreTests';
	addPackage: 'Xtreams-TerminalsTests';
	addPackage: 'Xtreams-TransformsTests';
	addPackage: 'Xtreams-SubstreamsTests';
	addPackage: 'Xtreams-ParsingTests';
	" --- following require FFI --- "
"	addPackage: 'Xtreams-Xtras';
	addPackage: 'Xtreams-XtrasTests';
"	install




More information about the Squeak-dev mailing list