staticSearch icon indicating copy to clipboard operation
staticSearch copied to clipboard

Too many slashes in path

Open martindholmes opened this issue 2 years ago • 1 comments

After merging @tgraham-antenna 's PR for Windows support, on Linux and Mac we're seeing this:

Creating configuration file from file:////home/mholmes/temp/staticSearch/configTest.xml

which probably just needs a little tweak to get the slashes under control, but we'll need to make sure that there's no fallout on Windows from the fix.

martindholmes avatar Jan 25 '23 18:01 martindholmes

Added a possible fix in commit #aff4ef3; this will need testing on Windows.

martindholmes avatar Sep 30 '24 23:09 martindholmes

That fix breaks things on Windows, so we'll need a platform-specific hack.

martindholmes avatar Oct 07 '24 20:10 martindholmes

In commit aff4ef3 the fix works on both platforms (although the Windows build is still broken for other reasons -- that merits another ticket). This can be closed.

martindholmes avatar Oct 07 '24 20:10 martindholmes