You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/08/31 13:28:09 UTC

git commit: Add mysql-connector-java to the classpath

Updated Branches:
  refs/heads/master 3c63a39fa -> db4a435a8


Add mysql-connector-java 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/db4a435a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/db4a435a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/db4a435a

Branch: refs/heads/master
Commit: db4a435a848f06332f1341ccf8aa2bb812a5a35a
Parents: 3c63a39
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Aug 31 13:26:38 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Aug 31 13:26:38 2012 +0200

----------------------------------------------------------------------
 setup/db/deploy-db-simulator.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/db4a435a/setup/db/deploy-db-simulator.sh
----------------------------------------------------------------------
diff --git a/setup/db/deploy-db-simulator.sh b/setup/db/deploy-db-simulator.sh
index fe21c81..cc289f3 100644
--- a/setup/db/deploy-db-simulator.sh
+++ b/setup/db/deploy-db-simulator.sh
@@ -109,6 +109,10 @@ CP=./
 
 CP=${CP}$PATHSEP$CATALINA_HOME/conf
 
+# Add mysql jar from mysql-connector-java package to CP
+# for Jenkins
+CP=${CP}${PATHSEP}/usr/share/java/mysql-connector-java.jar
+
 for file in $CATALINA_HOME/webapps/client/WEB-INF/lib/*.jar
 do
   CP=${CP}$PATHSEP$file