Details
Description
When including a !DOCTYPE element with the local DTD file in install.xml, the compiler errors out with:
/home/gbsmith/workspace/MyProject/build.xml:189: com.izforge.izpack.compiler.CompilerException: Error parsing installation file
Many developers use integrated IDEs, such as Eclipse, that enable XML tag/attribute autofill and doc validation when a DTD is provided. It would help immensely if the IzPack compiler could properly parse an included DOCTYPE entry.
This is fixed in IzPack 4.3.0 as we have just removed the dependency toward NanoXML and use javax.xml instead.