Skip to content

An invalid .builder entry in the 1.10.0 release. #39

@ucaiug-admin

Description

@ucaiug-admin

During preparation for the new CIMTool-XSLT-Builders repository it was discovered that the new profile-doc-rtf.xsl builder entry in the .builders file that was introduced in the 1.10.0 release was incorrectly defined.

The following entry:

"rtf": {
    "type": "TRANSFORM",
    "style": "profile-doc-rtf",
    "datetime": "2022-08-01T00:00:00Z",
    "ext": "rtf"
}

...should be changed to:

"profile-doc-rtf": {
    "type": "TRANSFORM",
    "style": "profile-doc-rtf",
    "datetime": "2022-08-01T00:00:00Z",
    "ext": "rtf"
}

The outermost key (i.e. profile-doc-rtf) for the entry must always match the value of the "style" property within the builder definition.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions