| Summary: | Build failing on 16459 CSP map for unknown reason. | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Jared MORGAN <jmorgan> |
| Component: | DocBook-builder | Assignee: | Lee Newson <lnewson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3 | CC: | lnewson, mmurray |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-12 23:00:39 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
Jared MORGAN
2013-12-15 23:47:37 UTC
This is caused by the injection warnings, as topic 16665 has "Inject: 16654, 16653, 16655", however that produces no warning messages which then results in an empty <itemizedlist> being created, which is invalid DocBook XML. Fixed in csprocessor 1.3.2 The problem was that there was no error message being created for "Inject" when it had multiple ids. There was also an issue that it was processing every injection, instead of only invalid injections. |