commenting out the copy statement for mysql-connector-java so the test doesn't break
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/16437df9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/16437df9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/16437df9 Branch: refs/heads/master Commit: 16437df9bdb2fdc13f317c338262d433365fbfdc Parents: ac9dee9 Author: David Nalley <[email protected]> Authored: Mon Aug 20 14:19:37 2012 -0400 Committer: David Nalley <[email protected]> Committed: Mon Aug 20 14:19:37 2012 -0400 ---------------------------------------------------------------------- build/developer.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/16437df9/build/developer.xml ---------------------------------------------------------------------- diff --git a/build/developer.xml b/build/developer.xml index d52b682..544fac6 100755 --- a/build/developer.xml +++ b/build/developer.xml @@ -200,9 +200,9 @@ </chmod> - <copy overwrite="true" todir="${server.deploy.to.dir}/lib" file="${server.deploy.to.dir}/webapps/client/WEB-INF/lib/cloud-mysql-connector-java-5.1.7-bin.jar" /> +<!-- <copy overwrite="true" todir="${server.deploy.to.dir}/lib" file="${server.deploy.to.dir}/webapps/client/WEB-INF/lib/cloud-mysql-connector-java-5.1.7-bin.jar" /> <delete file="${server.deploy.to.dir}/webapps/client/WEB-INF/lib/cloud-mysql-connector-java-5.1.7-bin.jar" /> - + --> <replace file="${server.deploy.to.dir}/conf/catalina.properties" summary="true"> <replacetoken><![CDATA[shared.loader= ]]></replacetoken>
