Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   Web launcher (https://www.kinook.com/Forum/showthread.php?t=3606)

Jim 05-13-2008 08:30 AM

Web launcher
 
Hi... Does anyone have solution how to remake web launcher sample to make it static? For example: open web page on 1st computer, launch build, then open page on 2nd computer and see the building process. so if builder will be busy, it will be unable to start one more build process.

kinook 05-13-2008 09:14 AM

To view the build progress from another computer, provide access to the build log file on the server and navigate to/refresh that file on the client.

One way to prevent a second build from running if another already is would be to add an Exit step at the beginning of the build which builds only if

[vbld_AppIsRunning("Visual Build Professional", False)]
is true

http://www.visualbuild.com/Manual/exitaction.htm
http://www.visualbuild.com/Manual/buildrules.htm
http://www.visualbuild.com/Manual/sysscriptmisc.htm


Another option would be to exit the build if a marker file exists, and create that file at the start if it doesn't exist and delete at the end of the build.

http://www.visualbuild.com/Manual/sysscriptfile.htm
http://www.visualbuild.com/Manual/writefile.htm
http://www.visualbuild.com/Manual/deletefilesaction.htm

Jim 05-14-2008 06:38 AM

Thank you very much


All times are GMT -5. The time now is 05:05 AM.


Copyright © 1999-2023 Kinook Software, Inc.