update http://resources.openmrs.org/doctype/config dtd files 1.0-1.5

Hi,

I just fixed the config.xml DTD files for version 1.0 - 1.5 and added them to openmrs-core (see full details here https://issues.openmrs.org/browse/TRUNK-5399)

They can now be used by devs in their IDEs to support them writing valid config.xml’s.

Pinging @cintiadr @burke @darius @dkayiwa so you know this is done :slight_smile: The only thing missing: can one of you please replace the invalid DTDs on http://resources.openmrs.org/doctype with the fixed ones?

Thanks a lot!!

1 Like

Easy :slight_smile:

I created a build to upload every day files from master core api/src/main/resources/org/openmrs/module/dtd/ to https://resources.openmrs.org/doctype-new/

You can see, for example: https://resources.openmrs.org/doctype-new/config-1.0.dtd

Can you get confirm they are correct? If so, feel free to edit the build and use the correct location. I will remove doctype-new manually later.

1 Like

awesome, thank you! automate all the things :smile:

yes they are all correct!

by “use the correct location” do you mean the doctype-new in the URL? Can you please do that.

Unfortunately I cannot log into bamboo CI. Not sure why. I can login to JIRA though.

Done!

Bamboo doesn’t use OpenmrsID, it uses an independent user.

So, if you need to add or modify a doctype, just commit that to master, and once a day it will be updated.

1 Like

Thank you very much!

Thank you @teleivo and @cintiadr for working on this!