[BUG]ServerDirectory class(Object)>>error:

jhinsley at telinco.co.uk jhinsley at telinco.co.uk
Sun Dec 16 22:17:06 UTC 2001


I'm trying to save a BookMorph "save all pages to server" from the Book
menu. Shouldn't a dialogue asking either for the server name or an Url
pop up here? I suspect that Url has changed in some way (and that
bookUrl hasn't).

16 December 2001 11:09:37 pm

VM: unix - Squeak3.1alpha of 7 March 2001 [latest update: #4173]
Image: Squeak3.2alpha [latest update: #4599]

ServerDirectory class(Object)>>error:
	Receiver: ServerDirectory
	Arguments and temporary variables: 
		aString: 	'Server name not found'
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#acceptsUploads->a CompiledMethod (12)
#acceptsU...etc...
		format: 	156
		instanceVariables: 	#('server' 'directory' 'type' 'user'
'passwordHolder' 'group...etc...
		organization: 	('do ftp' fileExists: getDirectory getFileList
getFileNamed: getF...etc...
		subclasses: 	#(ServerFile ProjectSwikiServer)
		name: 	#ServerDirectory
		classPool: 	a Dictionary(#LocalEToyBaseFolderSpecs->nil
#LocalEToyUserListUrls->...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

[] in ServerDirectory class>>serverNamed:
	Arguments and temporary variables: 
		nameString: 	'DaniOnJumbo'

[] in ServerDirectory class>>serverNamed:ifAbsent:
	Arguments and temporary variables: 
		nameString: 	'DaniOnJumbo'
		aBlock: 	[] in ServerDirectory class>>serverNamed:

Dictionary>>at:ifAbsent:
	Receiver: a Dictionary('Bobs
SuperSwiki'->SuperSwikiServer<209.143.91.36>
'SqueakDotOrg'->ServerDire...etc...
	Arguments and temporary variables: 
		key: 	'DaniOnJumbo'
		aBlock: 	[] in ServerDirectory class>>serverNamed:ifAbsent:
		assoc: 	nil
	Receiver's instance variables: 
		tally: 	7
		array: 	#('UCSBCreateArchive'->ServerDirectory<Goodies at CREATE>
'UIUCArchive'-...etc...

--- The rest of the stack ---
ServerDirectory class>>serverNamed:ifAbsent:
ServerDirectory class>>serverNamed:
ServerDirectory class>>defaultStemUrl
BookMorph>>getStemUrl
BookMorph>>saveAsNumberedURLs
BookMorph>>savePagesOnURL
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess




More information about the Squeak-dev mailing list