Minimal binary version

Quick question:

Is there a set of build commands that will get a minimal binary working version of the “example-simulated” server. My situation is that I’m deploying images of OpenGamma onto a cloud server, and I’m building much of the tree from scratch. This means that the image that I’m deploy has the full development environment which is very large.

I was wondering if there is a minimal set of binaries that I could install that will get OG functionality.

The OpenGamma tree is very large, and we are working on trying to slim it down. Right now, your best bet would be to analyse the code that runs, determining which class files are actually loaded (say using a verbose class loader command line flag). This would take a long time to do. Most tools fail on reflection AFAIK, and OpenGamma uses a fair bit of reflection.