Slicer / SlicerLanguagePacks

3D Slicer extension for creating, editing, and storing translations for Slicer core and extensions
MIT License
8 stars 11 forks source link

SlicerLanguagePacks unavailable in Extensions Manager #54

Closed jamesobutler closed 8 months ago

jamesobutler commented 8 months ago

CTK~vtkModalityWidget_LANG.ts was removed in https://github.com/Slicer/SlicerLanguagePacks/commit/a76855c6e32ed5c034621fe478532a3f843d8716, but it was not removed for packaging: https://github.com/Slicer/SlicerLanguagePacks/blob/03d95f67750ef3e8ecd31dd90f931a836dd4ee83/LanguageTools/CMakeLists.txt#L14

This results in a configuration error as seen at https://slicer.cdash.org/build/3266929/configure and makes the extension unavailable in the Slicer Extensions Manager.

CMake Error at D:/D/P/S-0/CMake/SlicerMacroBuildScriptedModule.cmake:78 (message):
  slicerMacroBuildScriptedModule(RESOURCES) given nonexistent file or
  directory 'Resources/CTK~vtkModalityWidget_LANG.ts'
Call Stack (most recent call first):
  LanguageTools/CMakeLists.txt:18 (slicerMacroBuildScriptedModule)

cc: @lassoan

jamesobutler commented 8 months ago

Closed by https://github.com/Slicer/SlicerLanguagePacks/commit/5e4e769473259f9c66fea24d554bb3a0d5d5704f.