Is it possible to generate time stamps after each step in a build batch file, e.g. after
/update
/synchronize
/generate
There is a /writeoutput function, but I don't know if and how I could use this.
Thx.
Franz-Josef
Is it possible to generate time stamps after each step in a build batch file, e.g. after
/update
/synchronize
/generate
There is a /writeoutput function, but I don't know if and how I could use this.
Thx.
Franz-Josef
What do you mean by "time stamp"? What should be done by the system?
The system should log how much time it uses for each function. But I splitted the project and found out myself... [/update is more than 90% (!) of project duration].