Montric
Montric copied to clipboard
eurekaJ.Proxy-1.0.5 configuration doesn't allow backslashes in file path
On Windows, the config parameter 'eurekaj.proxy.scriptpath' doesn't accept backslashes (it simply ignores the file path).
[incorrect] eurekaj.proxy.scriptpath=D:\my\path\to\btrace-output
[accepted] eurekaj.proxy.scriptpath=D:/my/path/to/btrace-output
Thanks for the heads up! I am working in a major overhaul of EurekaJ and I will make sure to fix this in the process!