Building Flare output on a server using scripts

This forum is for all Flare issues related to using Source Control.
Post Reply
JimAtPanduit
Jr. Propeller Head
Posts: 3
Joined: Wed Nov 01, 2017 10:43 am

Building Flare output on a server using scripts

Post by JimAtPanduit »

We are using Flare in several projects. We are using external source control, MercurialHg because that is what is used to build our installation files from source.

We have two major issues we would like to resolve.

1. Output folder

The flare output is being put in a folder which uses the host computers User as a folder name.
We would like to assign a consistent name to the output folder so that if another user builds the output it lands in the same folder and can be checked into the same folder when we are committing the output as well as the content.
Which leads to issue 2.

2. We use MercurialHg as our repository tool

We are currently having the Madcap author do a build and then checkin not only content but the output folder because engineering did not have a madcap license in order to build from the content source on the build server.

We now have an unused license which could be used if it were possible to setup an environment where scripts could do the build. The script would expect a consistent place to output but it would solve the issue 1 by not requiring the checkin of the output folder from the author(s).

We would appreciate any help in being able to build the flare output using script files and not having to actually load Flare. Thanks in advance.
NorthEast
Master Propellus Maximus
Posts: 6359
Joined: Mon Mar 05, 2007 8:33 am

Re: Building Flare output on a server using scripts

Post by NorthEast »

1. Instead of trying to change the output folder, you can publish the output to any folder that you want. First create a new destination in Project Explorer, then set your target to publish to that destination.
See: https://help.madcapsoftware.com/flare20 ... ations.htm

2. There are a couple of options:
(a) Set up a schedule for the build by using a batch target: https://help.madcapsoftware.com/flare20 ... Target.htm
(b) Build your targets (or batch targets) from the command line (e.g. to run it from your own scripts): https://help.madcapsoftware.com/flare20 ... d-Line.htm
Post Reply