Cleaning Chunk format emission experience

Colin Putney cputney at wiresong.ca
Sun Jun 29 10:02:03 UTC 2003


Stephane,

Avi wrote a VW exporter to support the VW port of Seaside. It's now 
part of PackageInfo, which was included in the base image (update 5250) 
a few weeks ago.

Try something like this in a 3.6 image:

VW3PackageExporter
	fileOutPackageNamed: 'Foo'
	on: (FileStream forceNewFileNamed: 'Foo.cs')

For this to work right, you need to follow the PackageInfo naming 
convention - it doesn't take a change set. Ned has recently posted an 
enhancement to create packages from change sets:

http://swiki.gsug.org:8080/sqfixes/3596.html


Hope this helps,

Colin



More information about the Squeak-dev mailing list