[squeak-dev] [ANN] new Squeak Projects website (UI Builder, ...) at Software Architecture Group

Tim Felgentreff tim at nada1.de
Wed Dec 1 14:01:28 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The image update number is not the problem. You get those missing
dependencies if you first run

	ConfigurationOfDesigner load.

and then

	(ConfigurationOfDesigner project version: 'head') load.

later on. (You should only run one of the two).
To fix it, run this:

	(ConfigurationOfWidgets project version: 'head') load.
	(ConfigurationOfSignals project version: 'head') load.
	(ConfigurationOfDesigner project version: 'head') load.

Apparently, Metacello seems to think that the previously loaded, stable
versions of the Designer's dependencies need not be updated.
This worked for me.

- -Tim

On 12/01/2010 01:15 PM, Tobias Pape wrote:
> Am 2010-12-01 um 12:12 schrieb Edgar J. De Cleene:
>>
>>
>> On 12/1/10 9:55 AM, "Tobias Pape" <Das.Linux at gmx.de> wrote:
>>
>>> Please update your Trunk image before trying again.
>>> Designer needs updates just integrated some weeks before.
>>>
>>> So Long,
>>> -Tobias
>>
>>
>> Well, i think have updated as number is 10728.
>> The ¨missed" classes seems all part of the package they working on.
>> Maybe forgot includes some as the load scripst is comples, loads Installer
>> which install Gofer which install Metacello and then goes for the code.
>>
>> Don't kill the messenger please...
>>
> 
> Can you rephrase?
> I cannot understand you.
> 
> So Long,
> 	-Tobias

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz2VTgACgkQLbWJItnd6CxHZwCgihadcJMXAJ0iUDl9qVDk/dlq
z8sAoKLWCGJN9vR/czkG8Q9khCH8P+sP
=/JPR
-----END PGP SIGNATURE-----



More information about the Squeak-dev mailing list