The list that follows shows the messages that are generated by the GeneXus Tasks MSBuild (GTM).
They can be displayed by batch processes that execute these tasks, such as automatic build workflows/pipes on a Knowledge Base or the Build process itself that executes batch tasks.
Code
|
Message
|
gtm0006
|
'Neither Template or BulkCopyFile is null, only one of them must be set'.
|
|
When executing the 'CreateKnowledgeBase' MSBuild Task if you do not specify the Template nor the BulkCopyFile parameters, and the Default Template could not be obtained (because the entry is not defined in genexus.exe.config file or there is no Default Template indicated in that entry), this error message will be displayed. |
|
gtm0007
|
'Template and BulkCopyFile are both null, at least one them must be set'.
|
|
When executing the 'CreateKnowledgeBase' MSBuild Task if you specify both the Template and the BulkCopyFile parameters, this error message will be displayed. |