metamer / dynamicninja

6df8c2a488ea0f70db756b64e68786bd
Apache License 2.0
1 stars 1 forks source link

Setup build scripts to remove third party binaries from source control #7

Closed metamer closed 10 years ago

metamer commented 10 years ago

Investigate ant/maven to allow us to pull third party libraries from sources during build. For example, jCurses requires platform dependent libs as well as the jCurses jar. It would be preferable to pull these upon build rather than have to include them in source control.

metamer commented 10 years ago

done through ivy. jcurses is not addressed since it is not on maven and requires local object files, so it is still present in the repo. The ideal way to solve this for jcurses would be to have our own ftp server that hosts the jcurses libs and to pull from that during the ant build.