275276277278279280281282283284285
return new File(file.getParentFile(), name); } public void run() throws FOPException { if (task.userConfig != null) { new Options (task.userConfig); } try { if (task.getFofile() != null) { Configuration.put("baseDir",
154155156157158159160161162163164
if (!configured) { try { if (getLogger().isDebugEnabled()) { getLogger().debug("Loading default configuration"); } new Options(); } catch (Exception e) { getLogger().error("Cannot load default configuration. Proceeding.", e); } configured = true; }
127128129130131132133134135136137
128129130131132133134135136137138