Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing message confirming completion of export message #86

Open
idhugoid opened this issue Mar 18, 2019 · 2 comments
Open

Missing message confirming completion of export message #86

idhugoid opened this issue Mar 18, 2019 · 2 comments
Milestone

Comments

@idhugoid
Copy link

idhugoid commented Mar 18, 2019

@mapalmieri pointed out that after exporting an FMU the last message in the console states "Compressing FMU archive" and the user is not informed the process is done.

overtureFMU-generationLog

@Daniella1
Copy link

It seems that a print statement is already present in the code, but for some reason it is not printed.

It's possible that the output is not written to the console before the program terminates.
I have tried to add a out.flush() but unfortunately I can't try it since i cant get the project to build on my pc.

out.println("FMU export complete for project '" + project.getName() + "'.\n");

@Daniella1
Copy link

It seems that if you download the latest overture fmu version through into-cps, it will print out the line about the fmu export complete.
This issue is related to an older version of the overture fmu.

@lausdahl lausdahl added this to the v 0.22.0 milestone May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants