Ok, never mind. I just copied the travis files without noticing it was loading 
Pharo-6.0

Now it works

> Am 07.10.2018 um 16:15 schrieb Norbert Hartl <norb...@hartl.name>:
> 
> 
> 
>> Am 07.10.2018 um 15:49 schrieb Cyril Ferlicot <cyril.ferli...@gmail.com 
>> <mailto:cyril.ferli...@gmail.com>>:
>> 
>> 
>> 
>> On dim. 7 oct. 2018 at 15:28, Norbert Hartl <norb...@hartl.name 
>> <mailto:norb...@hartl.name>> wrote:
>> I’ve created a new repository and chose to use tonel for its file format. 
>> But as in my previous attempts I cannot make it work.
>> 
>> I test my repo with travis for pharo 6.1 and pharo 7. Using
>> 
>> SmalltalkCISpec {
>>   #loading : [
>>       SCIMetacelloLoadSpec {
>>           #baseline : 'ArangoDB',
>>           #directory : 'source',
>>           #load : [ 'Tests' ],
>>           #platforms : [ #pharo ]
>>       }
>>   ]
>> }
>> 
>> Hi, 
>> 
>> Can you describe the problem you get with this one please? 
>> 
> 
> Evaluated -> baseline [BaselineOfMetacello] >> reprimeRegistryIssue197
>  <>...finished baseline
>  <>...RETRY->BaselineOfArangoDB
>  <>...RETRY->BaselineOfArangoDB
>  <>...FAILED->BaselineOfArangoDBCould not resolve: BaselineOfArangoDB 
> [BaselineOfArangoDB] in 
> /home/travis/smalltalkCI-master/_builds/pharo-local/package-cache 
> filetree:///home/travis/build/zweidenker/ArangoDB/source 
> <filetree:///home/travis/build/zweidenker/ArangoDB/source>
>  
> <>MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer:
> Norbert 
> 
>> 
>> 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.
>> 
>> Loaded -> BaselineOfMetacello-CompatibleUserName.1526690791 --- 
>> https://github.com/Metacello/metacello.git[master 
>> <https://github.com/Metacello/metacello.git%5Bmaster>] --- 
>> https://github.com/Metacello/metacello.git[master 
>> <https://github.com/Metacello/metacello.git%5Bmaster>]
>>  <>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
>>  <>  signal:
>>  <>          '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?
>> 
>> Norbert
>> 
>> -- 
>> Cyril Ferlicot
>> https://ferlicot.fr <https://ferlicot.fr/>

Reply via email to