Closed grahambates closed 2 years ago
I'll look into this more deeply tomorrow. I had some hard time with this between the selection of the binaries url to load and the test... I don't remember well all the implications. Thanks.
You are right I don't think ConfigurationHelper.BINARY_PATH is useful anymore. And I don't remember why it's there. I removed it.
I've applied the new
substituteVariables
function to a few more properties.It looks like we no longer need
ConfigurationHelper.replaceBinDirVariable()
asbinDir
will be replaced bysubstituteVariables
along with other config keys. I went ahead and swapped it out but there does appear to be a special case that I'm not too clear on:It looks like if there's an error setting the
binDir
config key the value is stored in the staticConfigurationHelper.BINARY_PATH
, which is used instead:Can you remember why this would happen and if it's something that still needs to be handled?