| Summary: | Missing javadoc for org.jboss.dmr | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jakub Cechacek <jcechace> |
| Component: | Other | Assignee: | Yong Yang <yyang> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jakub Cechacek <jcechace> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | akostadi, dosoudil, jkudrnac |
| Target Milestone: | ER7 | Keywords: | Reopened |
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:23:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jakub Cechacek
2013-09-16 14:58:56 UTC
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 |