[Seaside] ConfigurationOfPier3AddOns load error

dtrussardi at tiscali.it dtrussardi at tiscali.it
Mon Oct 20 18:49:48 UTC 2014


Ciao,

> Ciao,
> 
> 	for testing the Pier admin image widget  functionality ( see relative entry )
> 
> 	i load into Pharo 2.0 image  the packages: 
> 
> 			 Seaside3			3.1.3.1
> 			
> 			Magritte3			3.1.5
> 			Magritte3Addons		3.1.3 
> 
> 			Pier3				3.1.1
> 
> 
> 	When i do the coomand to load:
> 
> 			Pier3Addons 		3.1.1
> 
> 	the system erase the eror:		MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload
> 

	I attempting to load directly:		( ConfigurationOfNAFileUpload  project version:'1.0.1' ) load 

		the system answer : 

		Error: Could not resolve: NAFileUpload-Base [NAFileUpload-Base-NPaulDeBruicker.13] in /Users/dtr/Desktop/Pharo 2.0 SEA31.app/Contents/Resources/package-cache http://www.squeaksource.com/fileupload

	I don't understund because the system don't find the:	 NAFileUpload-Base-NPaulDeBruicker.13    	into  http://www.squeaksource.com/fileupload

	Any idea ?

	Because with the direct:	 ( ConfigurationOfNAFileUpload  project version:'1.0.1' ) load	

		   the system found the specific version  while before the system  erase the error: 
	
> 			MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload



		Thanks for any considerations,
 
			Dario

> 	the relative stack is:
> 
> 
> MetacelloMCProjectSpec>>loadVersion:
> 
> MetacelloMCProjectSpec>>load
> MetacelloProjectReferenceSpec>>loadUsing:gofer:
> 
> MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]
> 
> OrderedCollection>>do:
> 
> MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:
> 
> MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...
> 
> BlockClosure>>ensure:
> 
> MetacelloLoaderPolicy>>pushLoadDirective:during:
> 
> MetacelloLoaderPolicy>>pushLinearLoadDirectivesDuring:for:
> 
> MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories:
> 
> MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>load
> 
> MetacelloMCVersionSpecLoader>>load
> 
> MetacelloMCVersion>>executeLoadFromArray:
> 
> MetacelloMCVersion>>fetchRequiredFromArray: in Block: [:dict | ^ self executeLoadFromArray: anArray]
> 
> MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [^ aBlock value: dict]
> 
> BlockClosure>>on:do:
> 
> MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:
> 
> MetacelloMCVersion>>fetchRequiredFromArray: in Block: [self versionSpec loader: newLoader....
> 
> BlockClosure>>ensure:
> 
> MetacelloMCVersion>>fetchRequiredFromArray: in Block: [[self versionSpec loader: newLoader....
> 
> MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]
> 
> BlockClosure>>ensure:
> 
> RPackageSet class>>withCacheDo:
> 
> MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...
> 
> BlockClosure>>cull:
> 
> Job>>run in Block: [result := block cull: self]
> 
> BlockClosure>>on:do:
> 
> Job>>run in Block: [self prepareForRunning....
> 
> BlockClosure>>ensure:
> 
> 
> ----------------------------------------------------
> 
> The ConfigurationOfNAFileUpload loaded by the system include:
> 
> 	version101: spec
> 	<version: '1.0.1' imports: #('1.0-baseline')>
> 	spec
> 		for: #common
> 		do: [ 
> 			spec blessing: #release.
> 			spec project: 'Seaside' with: #'release3.1'.
> 			spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'.
> 			spec package: 'NAFileUpload-Component' with: 'NAFileUpload-Component-NickAger.49'.
> 			spec package: 'NAFileUpload-Example' with: 'NAFileUpload-Example-NickAger.3'.
> 			spec package: 'NAFileUpload-Nginx-Component' with: 'NAFileUpload-Nginx-Component-NickAger.1'.
> 			spec package: 'NAFileUpload-Nginx-Example' with: 'NAFileUpload-Nginx-Example-NickAger.1' ]
> 
> Everything seems ok, but don't work.
> 
> 	Thanks for any considerations,
> 
> 	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/20141020/ebd07475/attachment.htm


More information about the seaside mailing list