base.setEncoding(ENCODING);
Calendar calendar = Calendar.getInstance();
int[] date = new int[] { calendar.get(Calendar.YEAR),
calendar.get(Calendar.MONTH),
calendar.get(Calendar.DAY_OF_MONTH) };
App app = new App(PLANETS, PLANETS, date, PLANETS, PLANETS);
base.init(config() + CONFIG_FILE, null);
/* For JHOVE's output, we create another temporary file: */
File output = File.createTempFile(OUTPUT, null);
output.deleteOnExit();
base.dispatch(app, null, null, new TextHandler(), output