You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Vijayendra Bhamidipati <vi...@citrix.com> on 2013/04/17 00:09:39 UTC

apidocs build failing on master?

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 <module>
    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

Re: apidocs build failing on master?

Posted by Prasanna Santhanam <ts...@apache.org>.
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 <module>
>     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.,