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
Choose a set of projects to build (code generation)
One of these projects should cause an exception to be thrown (.ecore missing, or properties file corrupt, etc)
build automatically is switched off at the beginning of the process, but apparently is not switched back on if an exception flies
My only explanation is that switching build automatically back on must be in a try block whereas it should actually be in the finally block to ensure that it is always executed.
The text was updated successfully, but these errors were encountered:
I am currently not able to reproduce this. Do you have a sample project for me?
If I rename moflon.properties.xmi, it is recreated.
If the .ecore file is missing, nothing happens at all.
As far as I know, the JDT may also switch off autobuild if it thinks that an infinite build circle may arise.
Also, as far as I know, eMoflon Core only manipulates the autobuild behavior via this class, which is only used by the WorkspaceInstaller: org.moflon.core.build.TaskUtilities .
To reproduce:
My only explanation is that switching build automatically back on must be in a try block whereas it should actually be in the finally block to ensure that it is always executed.
The text was updated successfully, but these errors were encountered: