specs/stx-jv.rbspec
changeset 54 a169d82bb0b0
parent 53 47340a2b7af3
child 55 a5eedad6187d
child 63 0754faf5dad0
--- 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'