Merlin Beutlberger

Results 163 comments of Merlin Beutlberger

Hey @Elberet, just checking whether this is still a requirement for you?

I think this is more of an enhancement, but definitely something we should look into. Currently, `test-resources` might be required when one libraries tests depend on test specific helper modules...

_Related: https://github.com/SAP/ui5-tooling/issues/17_ In the past I used to argue that `ui5 build` should not do any deployment. Since UI5 Tooling is not a general task runner, our recommendation was to...

I'm starting to think that the best approach to this would be to introduce a new extension type `deployment-task` which is always executed after the build as finished. This allows...

We agreed to remove the less files from the build result. However, we will handle this as an enhancement rather than a bug.

Hey, sorry for the late reply. Apparently this works as designed. We always need the projects namespace information, which is located in the manifest.json. In the future, project setup should...

I had a quick chat with Shahzeb earlier today. I suspected that this might be because we only have flex related tasks, and no middleware. Or should flex changes already...

Hi @shahzeb79, I just discussed this with @Lonwyr from the UI5 Flexibility area. This is a known gap and there are a couple of ways to close it. Most likely...

Thanks for reporting! I looked into this and created https://github.com/SAP/ui5-fs/pull/193 with a possible implementation to resolve this. However, this depends on the implementation of a change in the upstream fast-glob...

> `sap-ui-core.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)` `ui5 build` only builds the project itself. For `sap-ui-core.js` (a file from the sap.ui.core...