R
Riverside Software
Guest
Hi sublam : * Do you use the Ant task or the SonarRunner job ? * Can you double-check the value of sonar.oe.databases in your script ? * Can you enable the verbose mode ? With the Ant task, just add '-v' in your command line, and with the SonarRunner add '-X' to the java command line. Here's what I'm getting with this verbose switch on a demo project : [java] 09:43:52.107 INFO - Using schema : dump/sp2k.df:abc,dump/empty.df:newdb [java] 09:43:52.114 DEBUG - Parsing C:\Users\gquer\Projets\sonar-test-project\dump\sp2k.df with alias abc [java] 09:43:52.357 DEBUG - Parsing C:\Users\gquer\Projets\sonar-test-project\dump\empty.df with alias newdb [java] 09:43:52.380 DEBUG - Adding sp2k aliases to database abc [java] 09:43:52.381 DEBUG - Adding db2 aliases to database newdb I assume the debug listing problem might be related to the first one. And just in case, environment variables are not expanded in .properties files IIRC.
Continue reading...
Continue reading...