[Seaside] ConfigurationOfPier3AddOns load error

dtrussardi at tiscali.it dtrussardi at tiscali.it
Tue Oct 21 10:06:07 UTC 2014


Ciao,
	
> 
> 
> On Mon, Oct 20, 2014 at 1:42 PM, dtrussardi at tiscali.it <dtrussardi at tiscali.it> wrote:
> 
> 
> 
> 	spec 
> 	name: 'NAFileUpload-Component';
> 	projectReference: [
> 		spec
> 			className: 'ConfigurationOfNAFileUpload';
> 			versionString: #'1.0.1';
> 			loads: #('NAFileUpload-Component' );
> 			repository: 'http://www.squeaksource.com/fileupload' ].
> 
> 	It's significative?
> 
> 
> Yes, that is the error ... it should probably be just '1.0.1' instead of #'1.0.1' ...
	
FIRST:  The ConfigurationOfPier3AddOns  version311  method   define the error  version

	version311: spec
	<version: '3.1.1' imports: #('3.1.0-baseline' )>

	spec for: #'common' do: [
		spec blessing: #'development'.
		spec description: 'Development version, based on Pier 3.1.0'.
		spec author: 'DiegoLont'.
		spec timestamp: '2014 March 4'.
		spec 
			project: 'Pillar Book' with: #development;
			project:  'Pillar Exporter' with: #development;
			project: 'Pier Core' with: #'release3.1';
			project: 'Pier Tests' with:  #'release3.1';
			project: 'XML Parser' with: #'stable';
			project: 'Seaside RSS' with:  #'release3.1';
			project: 'Twitter Bootstrap' with: #'stable';
			project: 'Magritte-Json' with:  #'release3.1';

		****	project: 'NAFileUpload-Component' with:  #'1.0.1';   
			
			*****  change to:		 project: 'NAFileUpload-Component' with:  '1.0.1';  

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

	

SECOND:  The 	ConfigurationOfNAFileUpload version101 	method define a wrong name

	
		version101: spec
	<version: '1.0.1' imports: #('1.0-baseline')>
	spec
		for: #common
		do: [ 
			
			spec blessing: #release.
			spec project: 'Seaside' with: #'release3.1'.
			
			spec 
			repository: 'http://www.squeaksource.com/fileupload'.
			
		*****	spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'.
		
			***** change to:	 	spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-PaulDeBruicker.13'.

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


CONCLUSIONS:

	A) ith this changes the:		( ConfigurationOfPier3AddOns  project version:'3.1.1' )

		is 'right'  loaded in the system.

		It erase only a error at :   PRAdminSetup   initialize		

		when declare:		 preferenceAt: #useCookies put: false;

		because #useCookies is not configured.

	
	B) Now the  application 		piersetup       is calling from the browser,  although displays some  incorrect data.


	C) The    pier-admin		is calling from the  browser but erase the error:

		
Seaside Walkback

MessageNotUnderstood: JQAccordion>>resize

Debug Proceed Full Stack

Possible Causes
you sent a message this type of object doesn't understand
Stack Trace
thisContext
JQAccordion(Object)>>doesNotUnderstand: #resize
self
a JQAccordion ($("#sidebars").accordion())
thisContext
PRAdminUI>>renderLayoutOn:
self
a PRAdminUI
thisContext
PRAdminUI>>renderAdminInterfaceOn:
self
a PRAdminUI
thisContext
PRAdminUI>>renderContentOn:
self
a PRAdminUI
thisContext
WARenderVisitor>>visitPainter:
self
a WARenderVisitor

	Your considerations are welcome.

		Dario



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


More information about the seaside mailing list