Hide Forgot
Current javadoc is missing documentation for following jars and packages /home/jcechace/tools/eap/eap6/620/jboss-eap-6.2/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.2.0.Final.jar 1 missing: org.jboss.dmr
FYI all javadoc from RPM distro come from one package, currently: > jbossas-javadocs-7.2.1-2.Final_redhat_10.ep6.el6.noarch.rpm Only jboss-dmr javadocs come bundled with the library RPM: > # yum whatprovides /usr/share/javadoc/jboss-dmr-1.1.6.Final-redhat-1/ > ... > jboss-dmr-1.1.6-1.Final_redhat_1.ep6.el6.noarch As you can see by the path above, the javadoc is in a separate root, disintegrated from the main javadoc RPM. So it seems like RPMs are also affected by this discrepancy and it would be needed to move javadoc to the appropriate place.
I'm not sure what the right component is for Javadoc bugs, but Documentation should be used for formal documentation maintained by Content Services. Javadoc does not fall under this category. Maybe we need a new component for it?
This artifact was excluded from javadoc generation before 6.2.0 due to some error. Now it has been fixed in Jenkins, https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/EAP6-javadoc/75/, and will be included in next ER. FYI: $ cat build/javadoc/artifactsBlacklist.txt org.jboss.as:jboss-as-controller-client org.jboss:jboss-dmr org.jboss.jbossts:jbossxts org.jboss.jbossts:jbossxts-api org.jboss.weld:weld-core org.picketbox:picketbox-commons xalan:serializer org.apache.ws.security:wss4j
These javadocs are generated in EAP6.2.0 ER6.
verified 6.2.0.ER6
DMR JavaDoc in RPM based installation is still distributed separately of the rest of JavaDocs as Aleksandar complained in comment #1. Couldn't be verified in ER6 because ER6's RPM weren't hand over to QE.
In ER7, the version of jboss-dmr has been upgraded to 1.2.0.Final-redhat-1, http://git.app.eng.bos.redhat.com/jbossas/jboss-as.git/tree/pom.xml?id=EAP_6.2.0.ER7#n171 And the javadocs sub-package has been removed from rpm build of this version.
Verified 6.2.0.CR1