Developer FAQ


When checking out a fresh copy of OpenMRS from the SVN trunk, Eclipse show error message "Project openmrs is missing required library: lib/xxx/yyy.jar". What should I do?

Try to edit Eclipse's .classpath file to mark the .classpath file as dirty and then override this .classpath file with a new one from the trunk

When I open the .classpath file, there is an entry "sourcepath=/openmrs-source/yyy-src.zip" but I can't find the yyy-src.zip file in the trunk. Where can I find these files?

These source files can be found in the /openmrs-contrib/source directory of the OpenMRS SVN (http://svn.openmrs.org/openmrs-contrib/source).