ulrich
(tchuenkam ulrich)
November 23, 2016, 7:47am
#1
Greetings,
@teleivo @dkayiwa @ivange94
I tried generating the Javadoc using maven-javadoc-plugin but had some errors like
[ERROR]
/openmrs-module-radiology/api/src/main/java/org/openmrs/module/radiology/RadiologyProperties.java:100:
error: unknown tag: should
[ERROR] * @should return dicom web viewer base url
A full description of the log is found here http://pastebin.com/g1uUjmd6
ulrich
(tchuenkam ulrich)
November 23, 2016, 7:53am
#2
I looked at how this is done in openmrs-core, and I realised that they make use of the ShouldTaglet class
https://github.com/openmrs/openmrs-core/blob/master/tools/src/main/java/org/openmrs/tools/doclet/ShouldTaglet.java .
I will like someone point me to a module that uses the maven javadoc plugin to generate javadoc, if not guide me on where to define a similar class for the Radiology module ?
Thanks
dkayiwa
(Daniel Kayiwa)
November 24, 2016, 1:58pm
#3
@ulrich i saw a pull request from you. Did you get around this?
ulrich
(tchuenkam ulrich)
November 26, 2016, 8:02am
#4
Yeah, I did something that worked.