[Seaside] Setup Pier environment

Johan Brichau johan at inceptive.be
Thu Oct 23 18:10:25 UTC 2014


The #currentVersion method of Metacello is known to be inaccurate because it tries to derive it afterwards from what is loaded.
I have understood this is a tricky process.

You can retrieve what version was loaded by querying the project registry:

MetacelloProjectRegistration registry

Johan

On 23 Oct 2014, at 18:46, dtrussardi at tiscali.it wrote:

> Ciao,
> 
> First i load:
> 	
> 	Gofer new
>     	url: 'http://www.squeaksource.com/MetacelloRepository';
> 
>    	 package: 'ConfigurationOfPier3AddOns';
> 
>     	load.
> 
> 		
> After i do :	
> 	 ( ConfigurationOfPier3AddOns project version: '3.0.4') load.
> now i don't understund because after :
> 
> 	ConfigurationOfPier3AddOns project currentVersion. 	
> 
> 	answer 		<>3.1.1 [ConfigurationOfPier3AddOns]
> 
> 		and not 3.0.4
> 
> Thanks,
> 
> 	Dario
>  
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20141023/76cfc5c7/attachment.htm


More information about the seaside mailing list