Skip to content

Debug files for *.designtim.js or *.support.js get a name which doesn't match the runtime's expectation #439

@codeworrior

Description

@codeworrior

Expected Behavior

When the UI5 tooling is used to create debug files, the files should be usable by the UI5 runtime, also for *.designtime and *.support files. The runtime expects SomeName-dbg.designtime.js and SomeName-dbg.support.js, similar to SomeName-dbg.controller.js or SomeName.view.js.

Current Behavior

The createDebugFiles task creates files SomeName.designtime-dbg.js and SomeName.support-dbg.js. Most likely, the subtypes designtime and support are just not known to the tooling.

Steps to reproduce the issue

Build any of the OpenUI5 libraries that contain designtime files or rules (e.g. sap.m) and check the names of the creates files.

Context

  • UI5 Module Version: 1.7.0

Affected components (if known)

Log Output / Stack Trace

{...}

This issues was raised in the SAP internal incident 1980324324.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions