A typical project manifest allows the likes of
{component resource start.curl,
|| location = "Profiler-start.curl"
location = "QTP-start.curl"
}
which is very useful, but in a complex project, clicking on RUN in the IDE always tries to run a "start.curl"
But if the manifest for the project is saved with an alternate, it would be helpful if the project would update the last line of the CPRJ file with
{file-setting "HeatMap-start.curl", start-file? = true}
instead of the static
{file-setting "start.curl", start-file? = true}
The former works, although the meaning of the boolean keyword start-file? becomes unclear . . .
Tags:
curl,
programming-in-the-large,
project,
ide,
configuration,
cprj,
manifest,
start.curl,
mcurl