Re: apidocs build failing on master?

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 03:09:39PM -0700, Vijayendra Bhamidipati wrote:
> Hi,
> 
> I'm running into the following error when trying mvn install -P 
> developer,systemvm -Dnonoss  on top of master:
> 
> 
> [INFO] 
> 
> [INFO] Building Apache CloudStack apidocs 4.2.0-SNAPSHOT
> [INFO] 
> 
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-apidoc 
> ---
> [INFO]
> [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
> Check, is this api part of another build profile? Null value for key: 
> addBaremetalHost preProcessedCommand=1
> Traceback (most recent call last):
>   File 
> "/root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py", line 
> 173, in 
> category = choose_category(fn)
>   File 
> "/root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py", line 
> 153, in choose_category
> (fn, __file__))
> Exception: Need to add a category for listCiscoVnmcResources.xml to 
> /root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py:known_categories
> [INFO] 
> 
> [INFO] Reactor Summary:
> 
> 
Fixed.

-- 
Prasanna.,


apidocs build failing on master?

2013-04-16 Thread Vijayendra Bhamidipati
Hi,

I'm running into the following error when trying mvn install -P 
developer,systemvm -Dnonoss  on top of master:


[INFO] 
[INFO] Building Apache CloudStack apidocs 4.2.0-SNAPSHOT
[INFO] 
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-apidoc 
---
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
Check, is this api part of another build profile? Null value for key: 
addBaremetalHost preProcessedCommand=1
Traceback (most recent call last):
  File "/root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py", 
line 173, in 
category = choose_category(fn)
  File "/root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py", 
line 153, in choose_category
(fn, __file__))
Exception: Need to add a category for listCiscoVnmcResources.xml to 
/root/mywork/cloudstack/asf/latest/cloudstack/tools/apidoc/gen_toc.py:known_categories
[INFO] 
[INFO] Reactor Summary:


Is anyone else seeing the same issue?

Regards,
Vijay