hfettig Posted June 17, 2014 Report Share Posted June 17, 2014 I have an automated build server (Jenkins) that uses the LabVIEW IDE to build my code every time I commit it into SVN. This works well most of the time but every so often it gets stuck on start-up of LabVIEW because the recovery dialog pops up and waits for user input. Is there a way this can be suppressed? I was wondering if starting the automated build version with a separate INI file would solve this problem. Any ideas? Heiko Quote Link to comment
ned Posted June 17, 2014 Report Share Posted June 17, 2014 Haven't tried this, just a guess. Recovery files are stored at DocumentsLabVIEW DataLVAutoSave (by default). I believe if there are no files there, you won't see a recovery dialog, so you could add a batch file that clears that directory before launching LabVIEW, and run that batch file instead of running LabVIEW directly in the automated build. Quote Link to comment
Darren Posted June 17, 2014 Report Share Posted June 17, 2014 Isn't it suppressed when you turn off automatic saving for recovery in Tools > Options? Quote Link to comment
MikaelH Posted June 18, 2014 Report Share Posted June 18, 2014 If I can't solve it easy, I just create a small Autoit(www.autoitscript.com) application, that always runs and closes any unwanted dialog boxes. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.