Publish destination with a relative path to project dir

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
AstaDev
Jr. Propeller Head
Posts: 1
Joined: Fri Oct 19, 2012 6:07 am

Publish destination with a relative path to project dir

Post by AstaDev »

Hi to all madcappers!

I have a chm helpfile project that, with each new version of the accompanying application gets copied into a new folder. Now I wanted to create a publish directory that will be relative to the project path. Say I have

-AppV1
-source
-help
-publish

where source contains the source for the application (Version 1), help contains the help project and the publish dir contains what goes into the setup files. Now, with a new version it would look like this:

-AppV2
-source
-help
-publish

What I am trying to do is tell flare to always publish the chm to .\..\publish (relative to the help folder). I do not want an absolute path (e.g. \\DevServer\share\AppV1\...), because someone will surely forget to change it when a new version is started.

Anyone have an idea how to get flare to do this?

Regards
Post Reply