Posted by
BrunoBB on
Aug 19, 2016; 12:11am
URL: https://forum.world.st/Travis-CI-and-Stone-question-tp4911839.html
Hi All,
I'm trying to follow:
https://docs.travis-ci.com/user/languages/smalltalkRight now i'm getting an error in the STON file.
OrbeonPersistenceLayer/.smalltalk.ston
The STON file is:
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'OrbeonPersistenceLayer',
#directory : 'repository',
#platforms : [ #gemstone ],
#repository : '
https://github.com/brunobuzzi/OrbeonPersistenceLayer' #version : '3.0.0'
}
]
}
If i evaluate:
STON fromString:
'SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : ''OrbeonPersistenceLayer'',
#directory : ''repository'',
#platforms : [ #gemstone ],
#version : ''3.0.0''
}
]
}'
I get an error and this error is the comply of Travis.
Any idea ???
Walkback (a STONReaderError occurred (error 2710), Cannot resolve class named #'SmalltalkCISpec'):
STONReaderError (AbstractException) >> _signalWith: @6 line 25
STONReaderError (AbstractException) >> signal: @3 line 7
STONReaderError class >> signal:streamPosition: @4 line 4
STONReader >> error: @5 line 6
[] in ExecBlock0 (STONReader) >> lookupClass: @5 line 10
Array (SequenceableCollection) >> detect:ifNone: @12 line 10
[] in ExecBlock0 (STONReader) >> lookupClass: @4 line 9
IdentityDictionary (AbstractDictionary) >> at:ifAbsentPut: @8 line 14
STONReader >> lookupClass: @5 line 6
STONReader >> parseClass @7 line 7
STONReader >> parseObject @3 line 3
STONReader >> parseValue @9 line 5
STONReader >> next @4 line 4
STON class >> fromStream: @4 line 2
STON class >> fromString: @3 line 2
Executed Code @2 line 1
GsNMethod class >> _gsReturnToC @1 line 1