Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-13-2008, 08:30 AM
Jim Jim is online now
Registered User
 
Join Date: 05-13-2008
Location: Ukraine
Posts: 7
Question 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.
Reply With Quote
  #2  
Old 05-13-2008, 09:14 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
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
Reply With Quote
  #3  
Old 05-14-2008, 06:38 AM
Jim Jim is online now
Registered User
 
Join Date: 05-13-2008
Location: Ukraine
Posts: 7
Thank you very much
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 03:10 PM.


Copyright © 1999-2023 Kinook Software, Inc.