[GOODIE] DVSToSAR-nk

Ned Konz ned at bike-nomad.com
Wed Oct 30 19:55:28 UTC 2002


from preamble:

"Change Set:		DVSToSAR-nk
Date:			30 October 2002
Author:			Ned Konz

This lets you make a .sar file (complete with other files, change sets,
preamble, and postscript) from a DVS package.

I've added the following methods to PackageInfo, which may be optionally
overridden by subclasses:

prerequisiteChangeSets -- These are change sets that get loaded before
the main change set

additionalChangeSets -- These are change sets that get loaded after the
main change set

additionalFiles -- These are additional files that get extracted from
the zip

changesText -- Text of a changes log that will be shown to the user

readmeText -- Text of a README file that will be shown to the user

You can make a SAR file from a PackageInfo object like this:

SARPackageDumper  fileOutPackage: (ConnectorsInfo someInstance) as:
'Connectors.sar'
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DVSToSAR-nk.cs.gz
Type: application/octet-stream
Size: 1711 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021030/8a6f5a05/DVSToSAR-nk.cs.obj


More information about the Squeak-dev mailing list