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
When generating using a jarred templates project, referencing uncompiled sources from a template should properly load the referenced source
Actual behavior
Currently only .class files will be loaded upon generation.
Use Case of feature request
When loading all the referenced classes from the templates, it should be possible to define additional sources that should be compiled before being loaded.
@maybeec If you think i missed something, please add your thoughts
The text was updated successfully, but these errors were encountered:
MikeSchumacherCapgemini
changed the title
Loading util classes or similar only works on compiled sources
Loading java classes from templates only works on compiled sources
Aug 6, 2018
Expected behavior
When generating using a jarred templates project, referencing uncompiled sources from a template should properly load the referenced source
Actual behavior
Currently only .class files will be loaded upon generation.
Use Case of feature request
When loading all the referenced classes from the templates, it should be possible to define additional sources that should be compiled before being loaded.
@maybeec If you think i missed something, please add your thoughts
The text was updated successfully, but these errors were encountered: