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
As an IDEasy user, I want to be able to automatically set the option Enable annotation processing to enabled so that my project compiles and works properly.
The text was updated successfully, but these errors were encountered:
IMHO this cases is even somewhat worse since the JSON contains arbitrary aspects of configurations mixed where some of them should stay in the control of the users while others should be preconfigured automatically for the project.
We have already spent an awful lot of effort to implement a generic XML merger just for the arbitrary challenges IntelliJ gave us but we are not planning to implement a CDATA JSON merger inside this XML merger and honestly I would not see how a user could configure that in his template and even if technically somehow possible how to document and explain that to our users.
As a result, I will just preconfigure this such that it will be set when the file is created whilst populating the workspace for the first time. However, we will not be able to give projects control to manage this feature after the workspace has been populated. So if the developers in your team already have setup IntelliJ and later your project wants to change (toggle) this option, then you need your users to delete the workspace.xml from your workspace and reconfigure it or you have to blame Jetbrains and ask them to rework the configuration structures to something more reasonable since this is an obvious anti-pattern.
As an IDEasy user, I want to be able to automatically set the option
Enable annotation processing
to enabled so that my project compiles and works properly.The text was updated successfully, but these errors were encountered: