Can sonar.oe.databases be setup as a relative path? #960
Unanswered
JayMartin0718
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The paths are relative to the work directory (ie where the sonar-scanner process is started). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
sonar.oe.propath = c:\git\dbs
sonar.oe.databases = /cust.df, /orders.df
My .df files are in c:\git\dbs, however it appears I must enter an absolute path for databases (c:\git\dbs\cust.df).
Beta Was this translation helpful? Give feedback.
All reactions