You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Business Application Studio, while building the Workflow Management MTA project with a Task UI5 view, using the latest Build Tool (1.2.27) the system ends with the following error:
⚠️ Process Failed With Error
Error Message:
Invalid ui5.yaml configuration for project @sap/ux-ui5-tooling
For details, execute the same command again with an additional '--verbose' parameter
[2023-11-30 15:40:46] ERROR could not build the "xxxxxxxxx" module: could not execute the "npm run build:cf" command: exit status 1
make: *** [Makefile_20231130154040.mta:37: xxxxxxxx] Error 1
[2023-11-30 15:40:46] ERROR could not build the MTA project: could not execute the "make -f Makefile_20231130154040.mta p=cf mtar= strict=true mode=" command: exit status 2
Error: could not build the MTA project: could not execute the "make -f Makefile_20231130154040.mta p=cf mtar= strict=true mode=" command: exit status 2
If in the file mentioned in the logs, I change the values from specVersion: "3.0" to "2.5" for example, the build is successful
Additional information:
MBT Version: Cloud MTA Build Tool version 1.2.27
OS Version: Windows 11 Enterprise Version 22H2 Build 22621.2715 | 64 bits
If possible, provide a link to the project: Not possible
Steps to Reproduce:
Create a new Workflow Management MTA
Through BAS Wizard -> Add Workflow Module
Through BAS Wizard -> Add Approuter
Through BAS Wizard -> Add Task UI
Build project
The text was updated successfully, but these errors were encountered:
I had this issue in two different landscapes, different subaccounts and different spaces. At this point, I don't know if the problem is in the generator, the build tool or just a simple case of PEBCAK.
In Business Application Studio, while building the Workflow Management MTA project with a Task UI5 view, using the latest Build Tool (1.2.27) the system ends with the following error:
If in the file mentioned in the logs, I change the values from specVersion: "3.0" to "2.5" for example, the build is successful
Additional information:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: