Ciao,
i'm working to load Pier3AddOns into Gemstone 3.1.0.6 with Glass 1.0-beta.9.2. When i do the command: Metacello new
configuration: 'Pier3AddOns'; version: '3.0.3'; repository: 'http://www.squeaksource.com/MetacelloRepository'; onUpgrade: [ :ex :existing :new | existing locked ifTrue: [ ex disallow ] ifFalse: [ ex allow ] ]; onConflict: [ :ex | ex disallow ]; onLock: [:ex :existing :new | existing baseName = 'Seaside3' ifTrue: [ ex honor ]. ex pass ]; load. the system work. But some package ( marked ) is not load from version declaration
I don't understund because ? The relative baseline looks ok. Thank, Dario _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Dario, When you use the Metacello `load` command, Metacello loads the 'default' group.group: 'default' with: #('Pier-Admin'); package: 'Pier-Admin' with: [ spec requires: #('Pier Core' 'JQuery Widgetbox UILayout' 'Pier-Kernel-Distributions' 'JQWidgetBox-JSTree-Core' 'Pier-Blog' 'Pier-Book' 'Pier-Design' 'Pier-Documents' 'Pier-EditorEnh' 'Pier-Google' 'Pier-JQuery' 'Pier-LinkChecker' 'Pier-TagCloud' 'Pier-Wysiwyg' 'Pier-Tests-Wysiwyg' 'Pier-FileUpload-Common-Wysiwyg' 'Pier-FileUpload-Wysiwyg' 'Pier-Shout' 'Twitter Bootstrap' 'Top Feeder' 'Pier-Exporter-Code') ] yourself. On Wed, Nov 19, 2014 at 3:26 AM, Dario Trussardi via Glass <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |