[squeak-dev] Re: Can't load any Metacello into trunk - help!

Miguel Cobá miguel.coba at gmail.com
Fri Mar 25 20:18:18 UTC 2011


El vie, 25-03-2011 a las 13:14 -0700, Randal L. Schwartz escribió:
> >>>>> "Levente" == Levente Uzonyi <leves at elte.hu> writes:
> 
> Levente> Please update your image, the issue should be solved by Monticello-ul.443. See
> Levente> http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-March/158306.html
> Levente> for details.
> 
> 
> Levente> Levente
> 
> >> 
> >> Trying to load Seaside30, GlorpDBX, and Magritte2 into a trunk.  If
> >> there's some extra magic required to make it work, please help.
> 
> Sadly, "ConfigurationOfSqueakDBX load" works fine, but
> "ConfigurationOfGlorpDBX load" still tries to call
> 
>   nil loadUsing: mcLoader
> 
> because
> 
>   self projectPackage
> 
> is returning nil.
> 
> It's trying to run SqueakDBX with 1.3, but there's no version of that
> for Squeak, only Pharo.
> 
> Is there a way to say "latest version for this platform", or should that
> be inherent in the default #load?
> 

(ConfigurationOfXXX project version: #bleedingEdge) load

should do the trick.

Cheers

-- 
Miguel Cobá
http://twitter.com/MiguelCobaMtz
http://miguel.leugim.com.mx






More information about the Squeak-dev mailing list