The CreateAnalyzerKnowledgeBase lets developers programatically create the Audit Analyzer Knowledge Base for a given Audited Knowledge Base. It is used to automate tests or continous integration processes.
<CreateAnalyzerKnowledgeBase Template="$(KBTemplate)" />
The Template parameter is optional. The default value is "java.kbtemplate". It's value can be any the CreateKnowledgeBase task Template parameter supports.
A Knowledge base must be open at the time the command is executed.
The task is defined in K2BAudit.Tasks.targets.
|