You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to automate the build process for by projects by using a script.
For the moment I use the following command which works : stm32cubeidec.exe --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data .\temp_ds -import ...\TITAN_DS -build TITAN_DS/Release
The output is printed to the console when I execute this command. Is there any way I can obtain any kind of progress of the whole process? I would like to know how much it is left until the process finishes.
I can see (in this file) that in PrintingProgressMonitor class there is the beginTask(String name, int totalWork) function which takes the totalWork as a parameter but it is not used.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I would like to automate the build process for by projects by using a script.
For the moment I use the following command which works : stm32cubeidec.exe --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data .\temp_ds -import ...\TITAN_DS -build TITAN_DS/Release
The output is printed to the console when I execute this command. Is there any way I can obtain any kind of progress of the whole process? I would like to know how much it is left until the process finishes.
I can see (in this file) that in PrintingProgressMonitor class there is the beginTask(String name, int totalWork) function which takes the totalWork as a parameter but it is not used.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions