private static List<String> getReportPaths(File dir) throws RunnerException {
final List<String> reportPaths = new ArrayList<String>();
RunnerForFile runnerForFile = new RunnerForFile() {
public void run(File file) throws RunnerException {
try {
// convert to string:
String xmlString = file.toURI().toURL().toString();