So I'm stalled
Here is what snapshotcello produces
#('HealthReportProducer-Ivan_Rojas.16.mcz'
'http://www.squeaksource.com/HealthReportProducer/'
'HealthReportProducer' )
#('CollectionExtensions-TudorGirba.34.mcz'
'http://www.smalltalkhub.com/mc/Moose/CollectionExtensions/main/'
'CollectionExtensions' )
#('Nile-Base-DamienCassou.81.mcz' 'http://www.squeaksource.com/Nile/'
'Nile-Base' )
>> #('Mondrian-ComplexShape-AlexandreBergel.33.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-ComplexShape' )
#('Mondrian-Core-TudorGirba.86.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Core' )
#('Mondrian-Layouts-TudorGirba.26.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Layouts'
)
#('Mondrian-Help-TudorGirba.15.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Help' )
#('Mondrian-Pharo-Tests-AndreHora.14.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-Pharo-Tests' )
#('Mondrian-Shapes-AlexandreBergel.39.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Shapes' )
#('Mondrian-Events-TudorGirba.25.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Events' )
#('Mondrian-Visitor-AndreHora.33.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Visitor'
)
#('Mondrian-Util-AndreHora.12.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Util' )
#('Mondrian-Normalizers-TudorGirba.5.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-Normalizers' )
#('Mondrian-Example-JurajKubelka.48.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Example'
)
#('Mondrian-ShapeVisitor-TudorGirba.6.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-ShapeVisitor' )
#('Mondrian-Pharo-Morphic-JurajKubelka.41.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-Pharo-Morphic' )
#('Mondrian-Tests-AndreHora.113.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/' 'Mondrian-Tests' )
#('Mondrian-FADELayout-AndreHora.5.mcz'
'http://www.smalltalkhub.com/mc/Moose/Mondrian/main/'
'Mondrian-FADELayout' )
#('Glamour-Mondrian-Presentations-TudorGirba.4.mcz'
'http://www.smalltalkhub.com/mc/Moose/Glamour/main/'
'Glamour-Mondrian-Presentations' )
On Aug 21, 2013, at 5:46 PM, Stéphane Ducasse <Stephane.Ducasse(a)inria.fr> wrote:
ComplexShape strikes back….
This package depends on the following classes:
MONodeShape
MOLayout
MOGraphElement
MOShape
MOShapeSelector
You must resolve these dependencies before you will be able to load these definitions:
MOFormsLayout
but I modified the configurationOfMondrian
baseline29: spec
<version: '2.9-baseline'>
spec for: #'common' do: [
spec blessing: #'baseline'.
…
package: 'Mondrian-Core';
package: 'Mondrian-ComplexShape' with: [ spec requires:
'Mondrian-Shapes' ];
package: 'Mondrian-Layouts' with: [ spec requires: 'Mondrian-Core' ];
package: 'Mondrian-Help';
package: 'Mondrian-Tests' with: [ spec requires:
'HealthReportProducer' ];
package: 'Mondrian-Pharo-Tests' with: [spec requires: 'Mondrian-Tests'
];
package: 'Mondrian-Shapes' with: [ spec requires: 'Mondrian-Core' ];
package: 'Mondrian-Events' with: [ spec requires: 'Mondrian-Core' ];
package: 'Mondrian-Visitor' with: [ spec requires: #('Mondrian-Shapes'
'Mondrian-Pharo-Morphic') ];
package: 'Mondrian-Util';
package: 'Mondrian-Normalizers';
package: 'Mondrian-Example' with: [ spec requires:
'Mondrian-ComplexShape' ];
package: 'Mondrian-ShapeVisitor' with: [ spec requires:
'Mondrian-Shapes' ];
package: 'Mondrian-Pharo-Morphic' with: [ spec requires:
'Mondrian-Core' ];
package: 'Mondrian-FADELayout' with: [ spec requires: 'Mondrian-Core'
].
spec group: 'Tests' with: #('Mondrian-Tests'
'Mondrian-Pharo-Tests' 'CollectionExtensions'
'Mondrian-FADELayout' 'Mondrian-Visitor' 'Mondrian-Example'
'Mondrian-Util' 'Mondrian-Help'). ].
so I do not get it :(
Stef
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev