Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA85AD2D0 for ; Sat, 8 Sep 2012 01:51:07 +0000 (UTC) Received: (qmail 13882 invoked by uid 500); 8 Sep 2012 01:51:07 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 13849 invoked by uid 500); 8 Sep 2012 01:51:07 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 13840 invoked by uid 99); 8 Sep 2012 01:51:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Sep 2012 01:51:07 +0000 Date: Sat, 8 Sep 2012 12:51:07 +1100 (NCT) From: "Mice Xia (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: <1051831434.53623.1347069067433.JavaMail.jiratomcat@arcas> In-Reply-To: <1844172987.52048.1347049327906.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CLOUDSTACK-50) build-apidocs ClassNotFoundException: com.cloud.api.commands.DeleteCiscoNexusVSMCmd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451218#comment-13451218 ] Mice Xia commented on CLOUDSTACK-50: ------------------------------------ root cause: commands defined in cisconexusvsm_commands.properties.in are implemented in vmware plugin, which is not built in target build-all solutions: 1) skip these commands in build-apidocs, and make a new target like build-apidocs-nonoss 2) add build-vmware dependency to build-apidocs, this assumes nonoss libs are already there > build-apidocs ClassNotFoundException: com.cloud.api.commands.DeleteCiscoNexusVSMCmd > ----------------------------------------------------------------------------------- > > Key: CLOUDSTACK-50 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-50 > Project: CloudStack > Issue Type: Bug > Affects Versions: pre-4.0.0 > Environment: Jenkins build-api-docs-4.0 job > Reporter: Chip Childers > Fix For: pre-4.0.0 > > > build-apidocs: > [echo] build-apidocs > [exec] java.lang.ClassNotFoundException: com.cloud.api.commands.DeleteCiscoNexusVSMCmd > [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > [exec] at java.security.AccessController.doPrivileged(Native Method) > [exec] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) > [exec] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) > [exec] at java.lang.Class.forName0(Native Method) > [exec] at java.lang.Class.forName(Class.java:186) > [exec] at com.cloud.api.doc.ApiXmlDocWriter.writeCommand(ApiXmlDocWriter.java:304) > [exec] at com.cloud.api.doc.ApiXmlDocWriter.main(ApiXmlDocWriter.java:228) > BUILD FAILED > /var/lib/jenkins/workspace/build-api-docs-4.0/build/developer.xml:411: exec returned: 1 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira