virtualsatellite / VirtualSatellite4-Core

Virtual Satellite Core - Baseline Framework and IDE Tools
Eclipse Public License 2.0
30 stars 18 forks source link

Force build before committing (Task #85) #1229

Closed pchrszon-dlr closed 3 weeks ago

pchrszon-dlr commented 3 weeks ago

Add a forced build between save-all and commit (both for SVN and git).

It may be the case (still unconfirmed) that after the automatic save-all triggered by the commit handler, the project builders (calculations, inheritance) are triggered and modify files while the commit is in progress.

This change introduces a mandatory build step after the save-all to ensure all builders have been run before the commit. It also disables auto-build while the commit is in progress.

PhilMFischer commented 1 week ago

Close #85