Lothar Bender
Lothar Bender
I've just noticed that the `cds-maven-plugin` does not check whether the installed @sap/cds-dk version matches the configured version - the configured version is not installed. In the node_modules folder @sap/[email protected]...
> By default, this goal looks for an already installed @sap/cds-dk and skips installation if it was found. It doesn't validate the found version against the requested version and the...
Error writing config: rename ~/.cf/temp-config929711920 ~/.cf/config.json: no such file or directory
Experiencing the same issue when running multiple cf commands in parallel.
@pwasem - cds-dpm version 0.0.27 does not support @sap/cds version 5.4.x. You have to install @sap/cds version < 5.4.0 as cds-dpm needs to be migrated, first. See https://github.com/gregorwolf/cds-dbm/tree/fix/issue-34
@mikezaschka - in order to be on the save side in respect to future refactoring I recommend to replace the dependency `BuildTaskHandlerInternal` by `BuildTaskHandler`.
> . . . > BUT just adding cds.docs=true and cds.hana.comments=true without the command line parameter --docs does not compile it with comments. This is what I ultimately want so...