throw new AssertionError("Couldn't find resource: " + fileName);
}
Files.copyFile(is, new File(m_outputDirectory, fileName));
}
all = Files.readFile(header);
Utils.writeFile(m_outputDirectory, "index.html", all + xsb.toXML());
}
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}