You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After PR #58 we can provide a configuration file to the examples. However, relative paths to the file are relative to the build.gradle.kts, and not relative to the pwd from which the example task is executed.
To reproduce
Build the examples
Run
gradle ZPub --args="-c config.json5"
from a different directory to the one of the examples located under /zenoh-kotlin/examples, having config.json5 file in the same directory you are standing on (pwd).
The example will fail to load the configuration file. It will require in that case a full path to the config file.
System info
Happens on all platforms.
The text was updated successfully, but these errors were encountered:
Describe the bug
After PR #58 we can provide a configuration file to the examples. However, relative paths to the file are relative to the build.gradle.kts, and not relative to the pwd from which the example task is executed.
To reproduce
from a different directory to the one of the examples located under
/zenoh-kotlin/examples
, havingconfig.json5
file in the same directory you are standing on (pwd).The example will fail to load the configuration file. It will require in that case a full path to the config file.
System info
Happens on all platforms.
The text was updated successfully, but these errors were encountered: