Updated Branches: refs/heads/master 2d1d43dd2 -> d333e3106
agent: Add cloud-plugin-hypervisor-kvm.jar to the classpath Without this the JAR won't end up in the CLASSPATH in the agent init script Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d333e310 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d333e310 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d333e310 Branch: refs/heads/master Commit: d333e31069b0a3bb06dc54f1e8ba51dbf9f215f9 Parents: 2d1d43d Author: Wido den Hollander <[email protected]> Authored: Tue Jul 31 23:50:48 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Tue Jul 31 23:50:48 2012 +0200 ---------------------------------------------------------------------- wscript_configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d333e310/wscript_configure ---------------------------------------------------------------------- diff --git a/wscript_configure b/wscript_configure index e6d9958..f9f4c3e 100644 --- a/wscript_configure +++ b/wscript_configure @@ -293,7 +293,7 @@ msclasspath = [ in_javadir("%s-%s.jar"%(conf.env.PACKAGE,x)) for x in "utils api conf.env.MSCLASSPATH = pathsep.join(msclasspath) # the agent and simulator classpaths point to JARs required to run these two applications -agentclasspath = [ in_javadir("%s-%s.jar"%(conf.env.PACKAGE,x)) for x in "utils api core server server-extras agent console-common console-proxy core-extras agent-extras".split() ] +agentclasspath = [ in_javadir("%s-%s.jar"%(conf.env.PACKAGE,x)) for x in "utils api core server server-extras agent console-common console-proxy core-extras agent-extras plugin-hypervisor-kvm".split() ] agentclasspath.append(in_javadir("jna.jar")) conf.env.AGENTCLASSPATH = pathsep.join(agentclasspath) conf.env.AGENTSIMULATORCLASSPATH = pathsep.join(agentclasspath+[in_javadir("%s-agent-simulator.jar"%conf.env.PACKAGE)])
