Bug 990192

Summary: EAP6-javadoc Jenkins job generates wrong branding title
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Vladimir Dosoudil <dosoudil>
Component: BuildAssignee: Yong Yang <yyang>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: yyang
Target Milestone: ER6   
Target Release: EAP 6.1.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-16 20:25:08 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:
Embargoed:

Description Vladimir Dosoudil 2013-07-30 14:35:54 UTC
The Jenkins job for generating Javadoc for EAP 6 [1] generates title

"JBoss Enterprise Application Platform $JBOSS_EAP_VERSION"; public API

instead of using the proper evaluation of $JBOSS_EAP_VERSION and correct notation without inappropriate characters such as quotation mark and semicolon. The correct one looks like this:

JBoss Enterprise Application Platform 6.1.1.GA public API

See build #35 and #37 of the job [1] for the reference of this issue.

The process described in javadoc/README.TXT (in jboss-as) works correctly if you choose "manual way" i.e. building javadoc out of the Jenkins job.

[1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/EAP6-javadoc

Comment 1 Paul Gier 2013-08-14 18:37:24 UTC
This issue was fixed in ER5 with a change to the Jenkins config.  Marking it for ER6 to get the required Acks.

Comment 2 Pavel Jelinek 2013-08-21 14:10:32 UTC
Runs of the Jenkins job from #45 (EAP 6.1.1.ER5) onward are ok from this PoV.