Can I generate HTML5 output from a script/command line?

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Paul_N
Propeller Head
Posts: 57
Joined: Mon Feb 09, 2015 5:57 am
Location: Yorkshire, UK

Can I generate HTML5 output from a script/command line?

Post by Paul_N »

I have Flare 12 on Win 7.

I'm creating HTML5 user assistance for a web based application, and the developers want to automatically generate a copy of the help every night, when they regenerate the application. Having me manually generate output doesn't cut the mustard any more.

I guess they need to be able to run Flare from a batch file/script from a command line. The Flare project is in a SVN repo.

Can anyone point me at a source of information for doing this?
devjoe
Sr. Propeller Head
Posts: 342
Joined: Thu Jan 23, 2014 1:43 pm

Re: Can I generate HTML5 output from a script/command line?

Post by devjoe »

Paul_N
Propeller Head
Posts: 57
Joined: Mon Feb 09, 2015 5:57 am
Location: Yorkshire, UK

Re: Can I generate HTML5 output from a script/command line?

Post by Paul_N »

devjoe wrote:Yes. Use madbuild.
See http://help.madcapsoftware.com/flare12/ ... %20compile
Excellent, thanks. I'll try that out tomorrow with the devs.
jackdeland
Propeller Head
Posts: 71
Joined: Tue May 07, 2013 9:13 am
Location: Ann Arbor, Michigan
Contact:

Re: Can I generate HTML5 output from a script/command line?

Post by jackdeland »

Make sure you understand their script. Build order in a multi-component system can be a little tricky. For example, you may need to build some child projects first to get the current version called up by the parent.
Jack DeLand
MadSkills Consultant and Trainer
Adam Charles Consulting, LLC
Ann Arbor, Michigan
http://www.adamcharlesconsulting.com
Post Reply