Details
Description
According to Next Documentation "Currently two implementations are available (com.izforge.izpack.compiler.packager.impl.Packager, com.izforge.izpack.compiler.packager.impl.MultiVolumePackager)." but in fact com.izforge.izpack.compiler.packager.impl.MultiVolumePackager isn't available. Looking in source code (branch master on git repo) explains that situation: whole content of this file is commented out.
We want to use MultiVolumePackager feature in our project but despite it's documented, it doesn't work.