Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 2.7.0
-
5a916fb695a465f0ba767763761cf4117364bec5
Description
Qt Creator currently doesn't warn you when an artifact couldn't be updated due to another process still being open. This happens often when you're in the run/test cycle:
- Open e.g. Qt Creator, Run it
- Fix something in some plugin
- Recompile
This will print
"The process cannot access the file because it is being used by another process."
in Compilation output, but nothing more. Creator doesn't list this under the Tasks, and will run the new instance quite happily.
What I'd expect: Creator filtering for this output, and marking the build as a failure.