Closed metamer closed 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.
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.