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
removed templateSetPaths field in TemplateSetConfigurationManager
adjusted addConfigRoot to provide the root template set folder
added test to check for invalid template set folders
removed addConfigRoot method
removed getUtilSourceFolder method (now the same way to determine utility folders works for adapted and downloaded template sets)
Currently we determine the folder for the template set utilities like this:
cobigen/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/TemplateSetConfiguration.java
Lines 187 to 196 in ac2efa9
Adjust the TemplateSetConfigurationManager here:
cobigen/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplateSetConfigurationManager.java
Lines 75 to 82 in ac2efa9
The text was updated successfully, but these errors were encountered: