Opened 5 years ago
Last modified 3 years ago
#5983 new defect
Cleanup black box FMUs
Reported by: | Lennart Ochel | Owned by: | arunkumar palanisamy |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | FMI | Version: | |
Keywords: | Cc: |
Description
FMUs contain log files and additional information for the transformational debugger. This might be okay in most of the cases, but those files should probably not end up in black box FMUs where people try to hide information.
- <fmu>/resources/<fmu>.json
- <fmu>/resources/linux64.summary
- <fmu>/resources/static.log
Change History (4)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
Note:
See TracTickets
for help on using tickets.
The JSON file is read by the FMU and needs to be there though. The log-files are pretty good to see if the user's external C-files produced compilation warnings.