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 12:28:30 UTC

git commit: Make sure that jenkins can find the mysql connector jar

Updated Branches:
  refs/heads/master 5ccca4006 -> 3c63a39fa


Make sure that jenkins can find the mysql connector jar

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3c63a39f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3c63a39f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3c63a39f

Branch: refs/heads/master
Commit: 3c63a39fa42596665c96b81fd2e3ef6d5927f875
Parents: 5ccca40
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Aug 31 12:28:03 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Aug 31 12:28:03 2012 +0200

----------------------------------------------------------------------
 build/developer.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3c63a39f/build/developer.xml
----------------------------------------------------------------------
diff --git a/build/developer.xml b/build/developer.xml
index e145d04..947fa2e 100755
--- a/build/developer.xml
+++ b/build/developer.xml
@@ -286,6 +286,12 @@
   <path id="test.classpath">
     <path refid="deps.classpath" />
     <path refid="dist.classpath"/>
+    <!-- external deps, added for jenkins
+         depends on mysql-connector-java rpm 
+    -->
+    <fileset dir="/usr/share/java/" erroronmissingdir="true">
+      <include name="mysql-connector-java.jar" />
+    </fileset>
     <fileset dir="${unittest.jar.dir}">
       <include name="*.jar"/>
     </fileset>