There is an issue regarding building the project on Linux x64 machines.
If you encounter the following error on your maven output:
net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: java.io.IOException: Cannot run program "/maven-repo/some/path/to/launch4j/jar/bin/windres": java.io.IOException: error=2, No such file or directory
simply run the following command on your machine: $ sudo apt-get install ia32-libs
This will resolve the build issue.
I found this resolution in one of the comments here.
Last edit: kainzp 2013-05-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is an issue regarding building the project on Linux x64 machines.
If you encounter the following error on your maven output:
net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: java.io.IOException: Cannot run program "/maven-repo/some/path/to/launch4j/jar/bin/windres": java.io.IOException: error=2, No such file or directorysimply run the following command on your machine:
$ sudo apt-get install ia32-libsThis will resolve the build issue.
I found this resolution in one of the comments here.
Last edit: kainzp 2013-05-17