Made some changes to the SVN version of OpenMRS (alpha branch and form entry module) to better support my OS X build.
Haven’t checked in changes but basically there is some application logic that looks for OS X and changes how commands (jar, lcab, cabextract) and where it stores the OpenMRS files (~/.OpenMRS). Thanks to a broken darwinports server, lcab had to be installed manually (/usr/local/bin/lcab) and cabextract has to be installed in darwinports (/opt/local/bin/cabextract). Either way, the code looks for the binaries in /usr/local/bin/. I’ll be documenting this fact soon.