Karl Ramberg uploaded a new version of ReleaseBuilder to project Etoys:
http://source.squeak.org/etoys/ReleaseBuilder-kfr.11.mcz==================== Summary ====================
Name: ReleaseBuilder-kfr.11
Author: kfr
Time: 27 July 2011, 11:19:27 pm
UUID: ed20b290-f7bb-5e49-ad67-03d9b7f48031
Ancestors: ReleaseBuilder-bf.9
Package was dirty. Testing again
=============== Diff against ReleaseBuilder-bf.9 ===============
Item was changed:
ReleaseBuilder subclass: #ReleaseBuilderSqueakland
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'ReleaseBuilder'!
+ !ReleaseBuilderSqueakland commentStamp: '<historical>' prior: 0!
- !ReleaseBuilderSqueakland commentStamp: 'bf 10/13/2010 01:16' prior: 0!
Note: as of this writing, the only reliable way to get rid of all but the current project is to execute the following, one line at a time...
+ Smalltalk zapAllOtherProjects. "close inspector if it popped up"
- Smalltalk zapAllOtherProjects.
ProjectHistory currentHistory initialize.
Smalltalk garbageCollect.
+ Project rebuildAllProjects.
- Project rebuildAllProjects.
ReleaseBuilderSqueakland new prepareReleaseImage.!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev