Adding a GDCAX Application / Using External Application Configuration Files |
Create a separate configuration (xcf) file for each application.
Because the application and configuration file share the same name, there is no need to specify the Id attribute.
In the following example, if the file was named "gdc-demo.xcf, then this configuration file would accomplish the same task as when included in the GAS configuration file; the only differences between this example and the example for the Genero Desktop Client are the lack of the Id attribute and the reference to the XML schema.
<APPLICATION Parent="defaultgdc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/cfextwa.xsd"> <EXECUTION> <PATH>$(res.path.fgldir.demo)</PATH> <MODULE>demo.42r</MODULE> </EXECUTION> </APPLICATION>