debian: Add the MySQL connector to the classpath This JAR is installed through a dependency, but it needs to be added to the classpath.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0af86065 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0af86065 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0af86065 Branch: refs/heads/4.0 Commit: 0af860658122266caa29bbef7e396ac7541e8562 Parents: ecea6be Author: Wido den Hollander <[email protected]> Authored: Tue Sep 11 17:33:18 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Tue Sep 11 17:33:18 2012 +0200 ---------------------------------------------------------------------- wscript_configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0af86065/wscript_configure ---------------------------------------------------------------------- diff --git a/wscript_configure b/wscript_configure index e255984..da73f33 100644 --- a/wscript_configure +++ b/wscript_configure @@ -92,6 +92,7 @@ systemjars = { "asm3.jar", "jsch.jar", "backport-util-concurrent.jar", + "mysql-connector-java.jar", "jetty.jar", "jetty-util.jar", "jetty-start-daemon.jar",
