[Seaside] ConfigurationOfPier3AddOns load error

dtrussardi at tiscali.it dtrussardi at tiscali.it
Mon Oct 20 20:42:17 UTC 2014


Dale,

> Dario,
> 
> I don't know if there is a typo somewhere or not, but there is a difference between version #'1.0.1' (in the error message) and '1.0.1' which you used in your explicit download.
> 

	OK,  thanks.

> #'1.0.1' is a symbolic version ... so presumably there is a typo somewhere in a configuration where  #'1.0.1' is used instead of '1.0.1'?

Point A)	
	
	I do some research but i don't found where 	#'1.0.1' 	is generated.

	The 	ConfigurationOfPier3AddOns  baseline310: spec      define:

	baseline310: spec 
	<version: '3.1.0-baseline'>
		....................
		.......................
	
			project: 'NAFileUpload-Nginx-Component' with: [
				spec
					className: 'ConfigurationOfNAFileUpload';
					versionString: #'bleedingEdge';
					loads: #('NAFileUpload-Nginx-Component' );
					repository: 'http://www.squeaksource.com/fileupload' ];
			project: 'NAFileUpload-Component' copyFrom: 'NAFileUpload-Nginx-Component' with: [
				spec loads: #('NAFileUpload-Component')];
			yourself.

		.......................
		......................

	and i have change the version string from: 	 #'bleedingEdge'  	 to:  #'stable'   or :   '1.0.1'

	but the relative packageSpecs N. element  report in all case the same declaration:

	spec 
	name: 'NAFileUpload-Component';
	projectReference: [
		spec
			className: 'ConfigurationOfNAFileUpload';
			versionString: #'1.0.1';
			loads: #('NAFileUpload-Component' );
			repository: 'http://www.squeaksource.com/fileupload' ].

	It's significative?


> 
> Dale
> 
> On Mon, Oct 20, 2014 at 11:49 AM, dtrussardi at tiscali.it <dtrussardi at tiscali.it> wrote:
> 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
>> 
> 

Point B)	

	Because when i load directly the system don't found the relative package into:	 http://www.squeaksource.com/fileupload ?

	Thanks,

		Dario

> 	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
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> 
> _______________________________________________
> 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/e3a5b501/attachment.htm


More information about the seaside mailing list