Don't know about deleteCacheStore.xml, but seems you need something like
this:

diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index 6c08d17..33a7e75 100644
--- a/tools/apidoc/gen_toc.py
+++ b/tools/apidoc/gen_toc.py
@@ -152,7 +152,9 @@ known_categories = {
     'PortableIp': 'Portable IP',
     'dedicateHost': 'Dedicate Resources',
     'releaseDedicatedHost': 'Dedicate Resources',
    'Baremetal' : 'Baremetal',
-    'Ucs' : 'UCS'
+    'Ucs' : 'UCS',
+    'CacheStore' : 'Cache Store'
     }

Edison knows more about it.

--Sheng


On Thu, Jul 25, 2013 at 7:54 PM, Alex Huang <alex.hu...@citrix.com> wrote:

> [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
> Check, is this api part of another build profile? Null value for key:
> configureSimulator preProcessedCommand=1
> Traceback (most recent call last):
>   File "/cyg/d/src/acs/master/tools/apidoc/gen_toc.py", line 189, in
> <module>
>     category = choose_category(fn)
>   File "/cyg/d/src/acs/master/tools/apidoc/gen_toc.py", line 169, in
> choose_category
>     (fn, __file__))
> Exception: Need to add a category for deleteCacheStore.xml to
> /cyg/d/src/acs/master/tools/apidoc/gen_toc.py:known_categories
>
>
> Thanks.
> --Alex
>

Reply via email to