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

Dale Henrichs dhenrich at vmware.com
Thu Dec 2 00:20:58 UTC 2010


Tim,

The reason that you are having trouble has to do with the fact that 
version '1.0' sorts later than version 'head'. The algorithm in 
Metacello checks which version of Animations, Signals and Widgets are 
loaded (1.0, 1.0.1, and 1.0 respectively after the version 1.0 of 
Designer is loaded) against the requested version which would be 'head' 
for all three cases, but because 'head' sorts before '1.0' or '1.0.1' it 
appears to Metacello that you already have a 'later version' of each of 
the projects loaded and therefore does not attempt to "downgrade' to 'head'.

In the current version of Metacello you could achieve what you want by 
changing the #versionString: specification for the three projects to 
'head-baseline' instead of 'head'.

When a #baseline version is specified in a project reference Metacello 
doesn't attempt to figure out the currentVersion because loading 
#baseline versions implies that you want the latest version of the mcz 
files loaded...

Does this help?

Dale

On 12/01/2010 06:01 AM, Tim Felgentreff wrote:
> -----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