it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 cannot handle tonel. But using
SmalltalkCISpec {
�� #loading : [
�� �� �� SCIMetacelloLoadSpec {
�� �� �� �� �� #baseline : 'ArangoDB',
�� �� �� �� �� #directory : 'source',
�� �� �� �� �� #load : [ 'Tests' ],
�� �� �� �� �� #useLatestMetacello: true,
�� �� �� �� �� #platforms : [ #pharo ]
�� �� �� }
�� ]
}
makes it fail in pharo 7 as well.
Loading baseline of BaselineOfMetacello...MetacelloNameNotDefinedError: project group, or package named: 'FileTree' not found when used in requires: or includes: field of package: 'Metacello-FileTree' for version: baseline of BaselineOfMetacello. [ MetacelloNameNotDefinedError 'project group, or package named: ' , specName printString , ' not found when used in requires: or includes: field of package: ' , self name printString , ' for version: ' , aVersionSpec versionString , ' of ' , aVersionSpec projectLabel nil "return nil if resumed" ] in [ :specName |
Any ideas?