(20 out of 44)
Project.Relocatable Project
Synopsis
Specifies if the project is relocatable.
Description
When this option is set to True, more parsing is done of the HTML templates. When the CGI needs to play a template the parser will search for strings and replace them with their respective value of an option. Depending on how the CGI is built the value of the replaced string will come from either the Release or Test category. The mapping of placeholder to option is shown below.
$$SA_CGI_URL Test.CGI_URL or Release.CGI_URL
$$SA_GIF_URL Test.GIF_URL or Release.GIF_URL
$$SA_HTML_URL Test.HTML_URL or Release.HTML_URL
This option is useful in conjunction with a configuration file. If you anticipate moving the CGI to a different machine or directory. You can modify the configuration file to point to the new location and use the CGI without going back into Sapphire/Web to rebuild the project. Note that this option can not be placed into a config file.
Permitted Values
True
False
Example Values
True
See Also
(20 out of 44)