Opened 10 years ago
Closed 10 years ago
#3130 closed defect (fixed)
Split the current Model.log file into compilation / simulation log files
Reported by: | Adrian Pop | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.2 |
Component: | Interactive Environment | Version: | trunk |
Keywords: | Cc: |
Description
Currently the Model.log is deleted after compilation and overwritten with the result of running the simulation.
Change History (1)
comment:1 by , 10 years ago
Milestone: | Future → 1.9.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The problem was that System.systemCall did not returned proper process exit code on Windows and the compilation log file was deleted without being shown.
Revision r24535 fixes this issue and I guess this ticket is no longer needed.
If somebody wants to keep the compilation Model.log after successful compilation we can reopen the ticket. Maybe have something like Model.compile.log and Model.simulate.log.