SAP / open-ux-tools

Enable community collaboration to jointly promote and facilitate best in class tooling capabilities
Apache License 2.0
83 stars 35 forks source link

BUG - Reference library writer - full paths not added to yaml file #1856

Closed cianmSAP closed 4 months ago

cianmSAP commented 5 months ago

Related Feature

Feature request: https://github.com/SAP/open-ux-tools/issues/1790

Description

The path to library is incorrectly written as only the directory name of the library path

Steps to Reproduce

Pass library configs to ui5-library-reference-writer See ui5.yaml in project contains : customMiddleware.fiori-tools-servestatic.configuration.paths.src

Expected results

Full relative path to lib is written

Actual results

Only relative path to the directory of the lib is written

Screenshots

If applicable, add screenshots to help explain the problem.

Version/Components/Environment

Add any other context about the problem here OS:

Root Cause Analysis

Problem

{describe the problem}

Fix

{describe the fix}

Why was it missed

{Some explanation why this issue might have been missed during normal development/testing cycle}

How can we avoid this

{if we don’t want to see this type of issues anymore what we should do to prevent}

cianmSAP commented 4 months ago

Closing as fix is merged