Installer not creating instead of compiling install.xml
I have given the following command at the bin
directory of Izpack
like this
C:\Program Files\IzPack\bin>compile D:\ant\开发者_运维问答guage install.xml
Is this the correct way to give ?
No, you are missing arguments. Please consult the getting started section in the IzPack online documentation for details.
Try the following command
compile install.xml -b . -o install.jar -k standard
install.xml is in bin folder. It will generate install.jar file.
To make exe file see this.
精彩评论