• portNumber is the number of the port where the Remote Compiler listens for client connections. If omitted, the port 11999 is used.
• outputFolder is the directory where translated source files and compiled classes will be stored. If omitted, the user TEMP folder is used.
• cleanOutputFolderWhenExit specifies if files should be deleted once they’ve been sent to the client. The default behavior is “true” in cases where this flag is omitted.
• deploymentFolder is a folder on the server where class files are stored after the compilation. Classes are sent to the client in any case, but, if this attribute is specified, a copy of these classes is kept on the server also. If the attribute is not specified, then classes are just sent to the client.
• name is a logical name that identifies the preprocessor. You can use any name here. This setting is mandatory.
• executable is the executable file of the preprocessor. This setting is mandatory.
• outputFileExt is the extension of the translated files. If omitted, the default value “cbl” is used.
• listFileExt is the extension of the list files if the preprocessor supports listing. If omitted, the default value “list” is used.
• errorFileExt is the extension of the error files if the preprocessor supports error files. If omitted, the default value “err” is used.
• append: if true the environment variables are appended to the existing environment, otherwise they replace it.Options are listed in the <optionList> environment. Each option is identified by the <option> tag. The tag content may contain the keywords ${inputfile}, ${outputfile}, ${errorfile}, ${listingfile}. The content of the <option> tags is concatenated with the value of the <preprocessor> executable attribute. If the if attribute is specified and its value is "listing", the content of the tag is added to the command string only if the client request specifies the generation of the listing files. If its value is ”error”, the content of the tag is added to the command string only if the client request specifies the generation of the error files. The if condition is true when the corresponding isCOBOL option (-lf for listing and -e for errors) appears in the client compiler command line.
If iscobol.as.authentication * is set to 2 in the server configuration, users will be prompted to provide login information at each compilation.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |