-
Enhancement
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
-
DataGrid Sprint #46
CliIT currently loads resources via getResource and then passes the resource path to the CLI. As the CLI simply resolves these paths as normal File objects, the CLI is unable to find the files when they are located within a jar file. As a workaround we should utilise a working directory for the test and copy the resources from the jar to the local directory before passing the path to the CLI.