[V3dot10] Auto-Build tutorial

Bert Freudenberg bert at freudenbergs.de
Thu Feb 1 17:19:42 UTC 2007


On Feb 1, 2007, at 17:37 , Keith Hodges wrote:

>
>>  "make(any).action" script anywhere on the wiki, perhaps that  
>> would have cleared up things (I like to look at code).
>>
> For code:
>
> http://squeak.warwick.st/auto-build/system

Okay, but that's only the Ruby "auto-build" code. Hmm, reading it I  
see the Smalltalk code is at

	http://installer.pbwiki.com/f/IBS

See below for a much simpler and more efficient version of that  
script using MCConfiguration.

Anyway, this loads the latest version of "Installer-Core" from

	http://www.squeaksource.com/Installer

However, it does only add a #launchWith: method to SmalltalkImage, as  
far as I can see. Where are the others?

- Bert -


(MCConfiguration fromArray: #(
	repository ('http://www.squeaksource.com/Installer')
	dependency ('Installer-Core' 'Installer-Core-kph.70'  
'8f108ed2-4b7b-4f61-b95b-f7c20dbb25a7')))
updateFromRepositories; upgrade



More information about the V3dot10 mailing list