On 27. 01. 2010 19:26, Dale Henrichs wrote:
> 
> ----- "Dale Henrichs" <[email protected]> wrote:
> 
> | Gofer new
> |         squeaksource: 'MetacelloRepository';
> |         package: 'ConfigurationOfAida';
> |         load.
> | 
> | ((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load.

> Janko Gave the configuration a try and noticed that the wrong version of Aida 
> is being loaded. He also noticed that SqueakSource doesn't show Aida6.0.mcz 
> in itls list of pacakges .. it does show up in 
> http://www.squeaksource.com/Aida.
> 
> Presumably Metacello thinks Aida6.0 is a base name and finds a 'later' 
> version in the repository: Aida6.0-beta.2.mcz, which is not intended.
> 
> I will take a closer look at this.

Dale, what if the Released or even Blessed status should be the main
decision factor for loading the package if not an explicit version
number is provided? That way you'll have just:

        ConfigurationForAida load

and the version blessed as most current will be loaded :)

Just an idea ...
Janko


-- 
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to