Can't build Monticello Packages

Ned Konz ned at squeakland.org
Sat Dec 6 16:41:55 UTC 2003


On Saturday 06 December 2003 7:42 am, Germán S. Arduino wrote:
> Hello:
>
> I'm playing a bit with Monticello, trying to pass all my projects to
> monticello format, but I can't to build the packages (.mcz).
>
> The full stack is:

> UndefinedObject(Object)>>doesNotUnderstand:
> ZipArchive>>writeTo:
> MCMczWriter>>flush
> MCMczWriter class>>fileOut:on:
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> [] in MCCacheRepository(MCFileBasedRepository)>>storeVersion:
> MCCacheRepository(MCDirectoryRepository)>>writeStreamForFileNamed:do:
> MCCacheRepository(MCFileBasedRepository)>>storeVersion:
> MCCacheRepository>>storeVersion:

> I'm using the Small-Land image, but I think that this isn't a issue. I
> remember that DGD, when was adding swiki support to Monticello has got the
> same error due to malformatted url's (ending with a blank after the last
> slash or so).

What has happened is that the stream is nil. Which is probably because we 
couldn't open the file you're trying to save to.

Look at the name in #writeStreamForFileNamed:do: and try to figure out why it 
can't be opened.




More information about the Squeak-dev mailing list