SARInstaller works fine ( Was: [SARInstaller][3.4a] Having trouble with installing SAR file )

Brent Vukmer bvukmer at blackboard.com
Wed Nov 13 17:16:53 UTC 2002


  When I closed the ChangeSorter and reopened, the new ChangeSets were 
there.  

-------- Original Message --------
Subject: [SARInstaller][3.4a] Having trouble with installing SAR file
Date: Wed, 13 Nov 2002 12:14:48 -0500
From: Brent Vukmer <bvukmer at blackboard.com>
To: Brent Vukmer <bvukmer at blackboard.com>
References: <200211010940.55061 at ned.bike-nomad.com> 
<3DD2803A.5060404 at blackboard.com>



I built a SAR file with the script at the bottom of this email.  When I 
open the SAR file via the FileList, everything looks OK to my untutored 
eyes...  
The archive just has the 4 changeset files and the install\preamble and 
install\postscript.  The install\postscript is empty. The 
install\preamble is:

"Default preamble: loads all the change sets in order given.
Edit as needed."
self ifNotNil: [
self fileInMemberNamed: 'Net-Kernel.13Nov1159.cs'.
self fileInMemberNamed: 'Net-Options-IP.13Nov1159.cs'.
self fileInMemberNamed: 'Net-Options-TCP.13Nov1200.cs'.
self fileInMemberNamed: 'Net-Packets.13Nov1200.cs'.
].

When I choose install from the FileList menu, an empty "Conduits" 
ChangeSet is created ... but no classes are loaded.

What'd I do wrong?

Thanks,
Brent

>
>
> | baseCs companionCs |
> baseCs _ ChangeSet allInstances detect: [ :cs | cs name = 'Net-Kernel' ].
> companionCs _ ChangeSet allInstances select: [ :cs | (cs name 
> beginsWith: 'Net-') and: [ ( cs name = 'Net-Kernel' ) not ]].
> (baseCs) fileOutAsZipNamed: 'Conduit.sar'
> including:
> (companionCs).
>





More information about the Squeak-dev mailing list