Unsuccessful attempt to build a SAR file

Ned Konz ned at bike-nomad.com
Thu Feb 13 05:09:08 UTC 2003


On Wednesday 12 February 2003 08:39 pm, Joshua 'Schwa' Gargus wrote:
> I'm trying to build a Cassowary .sar file, so that I can (finally)
> put it on SqueakMap.  The original .cs files in fine.  Most (all?)
> of the .sar file seems to file in, but a syntax error window pops
> up with the following contents:
>
> ('instance creation' new)
> Nothing more expected ->('class initialization' initialize)
> ('constants' epsilon)
>
>
> Whuh?  I extracted the .cs from the .sar and diffed it against the
> original; they match.  I'm attaching the broken .sar file.

You want to use

self fileInMemberNamed: 'Cassowary.cs'.

fileInPackageNamed: expects to see a DVS package.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list