Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always generate components by default #841

Open
laeubi opened this issue Oct 30, 2023 · 1 comment
Open

Always generate components by default #841

laeubi opened this issue Oct 30, 2023 · 1 comment

Comments

@laeubi
Copy link
Contributor

laeubi commented Oct 30, 2023

Currently a user must actively enable the generation of DS components from XMLs what is quite annoying, as from a user POV I can't think about a case where I want to annotate a component but don't get the xml generated.

Especially as we already have the annotations on the classpath by default, and when using automatic manifest generation they are already generated always.

Together with

we now also have an efficient way to know if a project has any annotation of interest.

Therefore my suggestion is to if not explicitly disabled we enable them by default with useful defaults.

@laeubi
Copy link
Contributor Author

laeubi commented Oct 30, 2023

It would be good for this "default generated items" to be placed in the output folder instead, this is currently blocked by:

this would save us from making the workingtree dirty and modify build.properties files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant