Jump to content


Photo
- - - - -

Pre Post build VI: sent message to dialog

build hook

  • Please log in to reply
2 replies to this topic

#1 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,973 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 11 July 2012 - 12:38 PM

Since LabVIEW (2011?) has pre and post build VIs we can have hooks into the build process.
Has anyone managed to sent a message to the build dialog? I have digged a little in the resource\framework\providers\builds folder but nothing stands out (there is a AB_UI_reply_framework_message VI_, however that needs an unknown queue ref.

Ton

PS the builder says during the post build VI that it's saving the last VI

#2 John Lokanis

John Lokanis

    The 500 club

  • Premium Member
  • 577 posts
  • Location:Seattle, WA
  • Version:LabVIEW 2012
  • Since:1993

Posted 11 July 2012 - 08:59 PM

What are you trying to accomplish, exactly? I have used prebuild and post build actions to add versioning to unversioned things (like web services) and to modify the installer dialog message so it reflects the version of the EXE it will be installing.
----------------------------------
John Lokanis
CLA
Twitter: @jlokanis

#3 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,973 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 12 July 2012 - 04:27 AM

I'm doing this for a source distribution and I try to do the following things:
  • Clean the target path
  • Relink MNU files
  • set the version of classes and libraries
  • make a Mercurial commit
Ton