When whack is downloaded and compiled via eclipse, despite declaring all dependencies as “compile” the generated jar still requires all external libraries to run.
For a specific applications, we require that all jar dependencies are packed together.
We followed the instructions here as an alternative, to no effect -> Deliver Your Java Application in One-JAR™ ! , https://code.google.com/p/onejar-maven-plugin/
Can anybody direct us how to compile whack within eclipse or maven and include all dependencies in the produced JAR file? We searched the fora and we did not find a working solution.