cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cds build/All throwing Error

Ranjith
Participant

Accepted Solutions (1)

Accepted Solutions (1)

klaus_kopecz
Advisor
Advisor

Hi

You should use ``cds build`` now instead of ``cds build/all``. See the "Changes" section in

https://cap.cloud.sap/docs/releases/changelog/#march-2020:

Quote:
"

[cds@3.33.0]cds buildnow delegates to the modular build system by default (known ascds build/all). The modular build system is compatible, but supports additional features, e.g. staging build, SAP HANA Cloud Edition support, populating initial data from .csv by generating .hdbtabledata files, etc. The legacy build is still available as a fallback in case of issues - use settingcds.features.build.legacy: trueor ENV variableCDS_FEATURES_BUILD_LEGACY=true.

"

Answers (1)

Answers (1)

chgeo
Product and Topic Expert
Product and Topic Expert

The command is `cds build/all` with the `all` in small caps.

With the next release, you can also just use `cds build`.