Updated Branches: refs/heads/4.1 ed06c1694 -> cb83c2348
client: In pom.xml fix jetty:run to include utilities/scripts/db/ in its classpath Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit 295b327281182c2767be57f8c3b75b8126452ea2) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/65d1a4bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/65d1a4bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/65d1a4bc Branch: refs/heads/4.1 Commit: 65d1a4bc7d55022a6c8bed72e529c9402b69e2cb Parents: ed06c16 Author: Rohit Yadav <[email protected]> Authored: Sat Feb 16 13:28:43 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Sun Feb 17 00:24:58 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/65d1a4bc/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index aa70d81..930a171 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -229,9 +229,12 @@ </connector> </connectors> <jvmArgs>-XX:MaxPermSize=512m -Xmx2g</jvmArgs> - <contextPath>/client</contextPath> <webXml>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</webXml> <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory> + <webAppConfig> + <contextPath>/client</contextPath> + <extraClasspath>${project.build.directory}/utilities/scripts/db/;${project.build.directory}/utilities/scripts/db/db/</extraClasspath> + </webAppConfig> </configuration> </plugin> <plugin>
