Hi Pavel,�dont know if this is a good idea but why not:�- put this into a ConfigurationOfNoTools with a�� � � � ��spec postLoadDoIt: #postloadToShrinkWithLoader:package:.�- put the script into a #postloadToShrinkWithLoader:package�- store the project on STHub�- create a CI job for loading the Config�This way one can:�- browse the changes to the script in Monticello as it progresses�- have the CI built the image automagically�- the final image can be downloaded from CI or using Pharo launcher easily�If some simply unit tests will be applied (like checking for Undeclared, etc) one can controlif the image will get/be/stay red or green.��ByeT.��Gesendet:�Dienstag, 18. M�rz 2014 um 23:00 Uhr
Von:�"Pavel Krivanek" <pavel.krivanek@gmail.com>
An:�"Discusses Development of Pharo" <pharo-dev@lists.pharo.org>
Betreff:�[Pharo-dev] Removing toolsHi,�this is an initial attempt to produce an image without development tools. Currently it leaves Workspace and Transcript in the image, has no obsolete classes and six Undeclared. The image size is still quite big, 16.1 MB. Tested on #30798. Do not forget to share your improvements ;-)�Cheers,-- Pavel