I am trying to trigger sonar runner from java without plugin. I have created the directory structure and property files needed for sonar runner through code. I was planning to execute the .bat file through java. But I think thats wiered and found that there are apis to trigger the same from java.
The only solution I found was this one.But when tried that code, i found some dependencies with ant.So am confused if this correct.
I there any other means to do the same.