public void setUp() throws IOException {
Configuration cfg = new Configuration();
cfg.setDirectoryForTemplateLoading(new File(TubainaBuilder.DEFAULT_TEMPLATE_DIR, "html/"));
cfg.setObjectWrapper(new BeansWrapper());
Parser parser = new HtmlParser(new RegexConfigurator().read("/regex.properties", "/html.properties"));
ArrayList<String> dirTree = new ArrayList<String>();
dirTree.add("livro");
dirTree.add("livro/01-capitulo");
dirTree.add("livro/01-capitulo/01-primeira");
dirTree.add("livro/01-capitulo/02-segunda");