devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Handle downloaded template sets with missing source jars #1671

Open jan-vcapgemini opened 1 year ago

jan-vcapgemini commented 1 year ago

The TemplateAdapterImpl can detect template set jars which don't provide a source jar. We need to add an exception handling and maybe automatically download missing source jars if needed.

https://github.com/devonfw/cobigen/blob/28f53b0dad58ff71b30d011f0a0dfe450f646313/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java#L256-L262