jolietConfig.forceDotDelimiter(forceDotDelimiter.booleanValue());
applyConfig(jolietConfig);
}
// El Torito support
ElToritoConfig elToritoConfig = null;
if (bootImage != null) {
this.getLog().info("El Torito support enabled.");
elToritoConfig = new ElToritoConfig(bootImage, getBootEmulation(),
getBootPlatformID(), bootImageID, bootImageSectorCount,
bootImageLoadSegment);
elToritoConfig.setGenBootInfoTable(genBootInfoTable);
}
iso.process(iso9660Config, rrConfig, jolietConfig, elToritoConfig);
} catch (HandlerException e) {
throw new MojoExecutionException(e.getMessage(), e);