Hi,
Why the error status is put to the line of the app after the one that produce the error?
11:58:35.646 INFO Compile Started: C:\ATMS-Projects\ChronoSteril\Trunk\atmsErrorManager.app
11:58:39.599 INFO Compile Finished: C:\ATMS-Projects\ChronoSteril\Trunk\atmsErrorManager.app
11:58:39.631 INFO Compile Started: C:\ATMS-Projects\ChronoSteril\Trunk\chrono.app
11:58:40.600 ERROR Compile failed: C:\ATMS-Projects\ChronoSteril\Trunk\chrono.app
Because there is an INFO line added when the compile
starts and another when it
finishes. In the log above you see:
11:58:39.631 INFO Compile Started: C:\ATMS-Projects\ChronoSteril\Trunk\chrono.app
11:58:40.600 ERROR Compile failed: C:\ATMS-Projects\ChronoSteril\Trunk\chrono.app
The compile is started and then what looks like a second later it fails, so that error is logged. By logging both the start and finish you can see if an app takes an extraordinarily long, or short, to compile which may indicate that there is a problem either in the compile process or in the application.
Hope this helps:)
Best regards,