kainzp - 2013-05-17

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