This is one of the problems that maven fixes. Your .classpath file refers to a fellow workspace project called "openmrs-1.6.x" and references the libraries there instead of copying them to its own folder/svn. The dev did this to save on svn space and checkout time.
You need to have the 1.6.x branch checked out to a project called openmrs-1.6.x and then simplelabentry module will compile for you. Ben On Thu, Nov 3, 2011 at 9:21 AM, Erick Mugoma <[email protected]>wrote: > Thanks Mike > > I did check out the simple lab module but when building it I got the > following error. > > [echo] WARNING: No build properties found > init-config-file: > init-classpath: > init-compiler-args: > init: > compile-module: > [javac] C:\Users\Eric\Desktop\Kisumu Admins > Inventory\simplelabentry\trunk\build.xml:93: warning: 'includeantruntime' > was not set, defaulting to build.sysclasspath=last; set to false for > repeatable builds > [javac] Compiling 28 source files to C:\Users\Eric\Desktop\Kisumu > Admins Inventory\simplelabentry\trunk\build > > BUILD FAILED > C:\Users\Eric\Desktop\Kisumu Admins > Inventory\simplelabentry\trunk\build.xml:93: C:\Users\Eric\Desktop\Kisumu > Admins Inventory\simplelabentry\openmrs-1.6.x\lib does not exist. > > How can I solve this problem. > > Thanks. > > > On Wed, Nov 2, 2011 at 2:41 AM, Michael Downey <[email protected]> > wrote: > > +cc Dave Thomas > > > > On Tue, Nov 1, 2011 at 5:42 PM, Michael Seaton <[email protected]> wrote: > >> I have committed this fix against trunk of the simplelabentry module - > if > >> you can check that out directly from svn and build it, it should fix > your > >> problem. > >> > >> Unfortunately, I do not have permissions in JIRA to do anything with the > >> ticket I created this against. > >> > >> @Michael (or whomever owns this project) - can I please have rights > against > >> this project in JIRA? > > > > Best regards, > > > > Michael Downey > > OpenMRS Community Infrastructure Team > > [email protected] - http://openmrs.org/ > > > > _________________________________________ > > > > To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to > [email protected] with "SIGNOFF openmrs-devel-l" in the body > (not the subject) of your e-mail. > > > > [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l] > > > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

