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/javelin Commit: 3c63a39fa42596665c96b81fd2e3ef6d5927f875 Parents: 5ccca40 Author: Hugo Trippaers <[email protected]> Authored: Fri Aug 31 12:28:03 2012 +0200 Committer: Hugo Trippaers <[email protected]> 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>
