Page MenuHomePhabricator

CEST reader is case sensitive regarding json location on windows
Closed, ResolvedPublic

Description

We noted during a demonstration that an external revision json will be:

  • found - if started from Visual Studio
  • found - if started from installer
  • not found - if started from the bat file in the /MITK-build/bin directory

This is due to the Poco globbing being case sensitive and checking
/bin/release
instead of
/bin/Release
as the bat file starts /release/MitkWorkbench

This will be fixed by switching Poco globbing to case insensitive.

Event Timeline

goch created this task.
goch moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
goch moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.