NeuroBox3D/NeuGen

Deployment and Unit Testing

stephanmg opened this issue · 1 comments

General:

  1. Universal releases exist for Linux, Mac and Windows (zip) - execute run.sh or run.bat.
  2. Installer for OSX exists (with all native libs though. improvement: provide only osx native j3d libs). To create a pkg installer there is an ant task provided.

Todos:

  1. Installer for Linux and Windows (including JRE) to make feel the user more familiar (and provide for each installer only the linux or windows native libs for j3d)
  2. Extension Directory of old JRE in Mac (/System/Library/Java/Extensions) is preloaded, prevent this and use j3d from bundled JRE when using the mac pkg installer.
  3. Code sign mac bundle

Fix path to JDK (hard-coded).