diff -r 47340a2b7af3 -r a169d82bb0b0 specs/stx-jv.rbspec --- a/specs/stx-jv.rbspec Mon Sep 05 10:44:53 2016 +0100 +++ b/specs/stx-jv.rbspec Wed Sep 07 22:51:04 2016 +0100 @@ -289,6 +289,13 @@ task 'stx:projects/smalltalk' => 'stx:goodies/ring' task 'stx:projects/smalltalk' => 'stx:goodies/libcairo' task "stx:goodies/builder/reports" => 'stx:libbasic' + + # We need to checkout CharacterEncoderCodeGenerator from stx:goodies + # because RegressionTests::CharacterTests>>test01_CaseTesting needs that. + task 'checkout:post' => BUILD_DIR / 'goodies' / 'CharacterEncoderCodeGenerator.st' + file BUILD_DIR / 'goodies' / 'CharacterEncoderCodeGenerator.st' do + checkout(:'exept:public', 'stx/goodies/CharacterEncoderCodeGenerator.st') + end task :'install:main' => :'dist:jv-branch'