Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1664 (closed task: fixed)

Opened 8 months ago

Last modified 8 months ago

Update the build.xml file in the Hello World Module

Reported by: Agnor Assigned to: Agnor
Priority: trivial Milestone: OpenMRS Someday
Component: OpenMRS Code Base Keywords:
Cc: Introductory Ticket: 1
Code Review Status:

Description

The Hello World module is considerably outdated (its last update was in 4002). The build xml has less functionality than the Basic Module one (it corrupts images inside the module resources directory and has less build targets). The referenced libraries are also quite outdated.

Attachments

ticket1664-build_xml.patch (3.1 kB) - added by Agnor on 07/18/09 16:15:07.
Patch to the build.xml file

Change History

07/18/09 15:03:53 changed by Agnor

  • owner changed from somebody to Agnor.

07/18/09 16:15:07 changed by Agnor

  • attachment ticket1664-build_xml.patch added.

Patch to the build.xml file

07/18/09 16:19:51 changed by Agnor

The changes on build.xml and lib-common were fairly easy. However, since the hello world module was very outdated some changes will probably be needed on the controller and servlets (which I'm not very familiar with). Since this is not a priority for now, I'll try to fix it later (probably after GSOC).

07/28/09 15:38:48 changed by bwolfe

  • summary changed from Update the Hello World Module to Update the build.xml file in the Hello World Module.

Agnor, can you go ahead and commit the build.xml patch to the helloworld module if you haven't already? Report that changeset number on here and close this ticket.

I made ticket #1684 for the other updates.

07/28/09 19:09:02 changed by Agnor

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [9465]