Jan 10, 2015
GiGurra
Help - How to: Build an executable JAR with SBT+JOGL+Scala –
I hope there is someone out there who knows how to solve this problem.
I use SBT to build my scala applications.
Now I want to build a Scala a...
Loading...
Jan 10, 2015
gouessej
Hi
I'm sorry, I know Maven but I mainly use Ant as a build tool. I use PackR or preferably JNDT to build my self-contained native application b...
Loading...
Jan 11, 2015
GiGurra
One way would be if we could modify how jogl/gluegen natives are named at the moment, giving them all unique names,
(Such as -x64.dll and so on)....
Loading...
Jan 11, 2015
gouessej
I have nothing against Scala users but we can't respect contradictory guidelines to make all build tools work, we can't satisfy them all. Some bui...
Loading...
Jan 11, 2015
GiGurra
Thanks for your time earlier on IRC.
I have made a post over at the sbt assembly github issues here: https://github.com/sbt/sbt-assembly/issues...
Loading...
Jan 12, 2015
gouessej
I think that it would be better if your feature request (1118) was implemented so that there is no duplicate files when you merge and it would be ...
Loading...
Jan 13, 2015
GiGurra
That would be perfect, yes.
In the meantime I've added a manual build step which extracts dll/so/jnilib files from maven jar-dependencies into ...