Bug #5027
openUsers should be able to build installers for the Kepler-2.0 branch
0%
Description
Kepler users should be able to build installers so that they may deploy
a shrinkwrapped installation to other users. Currently, "ant installer"
works in the Kepler devel trunk, but fails in the 2.0 branch.
[installer] Writing installer file to /Users/cxh/src/kepler-2.0/build-area/installer/install.xml
[izpack] ERROR: 'The content of elements must consist of well-formed character data or markup.'
[izpack] ERROR: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The content of elements must consist of well-formed character data or markup.'
[izpack] javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The content of elements must consist of well-formed character data or markup.
[izpack] at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:673)
[izpack] at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:300)
[izpack] at com.izforge.izpack.adaptator.impl.XMLParser.parseLineNrFromInputSource(Unknown Source)
We are not currently exposing the "ant installer" command to users, so
this is an RFE, not a bug.
See bug 4994 at
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4994