Updated Branches: refs/heads/master 31bb7b8e5 -> 015c0a059
need to call mvn install before waf deb Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/015c0a05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/015c0a05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/015c0a05 Branch: refs/heads/master Commit: 015c0a059c6f1acec4a614e9ddeb1608edf5bc21 Parents: 31bb7b8 Author: Edison Su <[email protected]> Authored: Thu Sep 6 21:08:43 2012 -0700 Committer: Edison Su <[email protected]> Committed: Thu Sep 6 21:09:13 2012 -0700 ---------------------------------------------------------------------- wscript | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/015c0a05/wscript ---------------------------------------------------------------------- diff --git a/wscript b/wscript index 66852e0..76df17a 100644 --- a/wscript +++ b/wscript @@ -693,6 +693,8 @@ def deb(context): tarball = Scripting.dist('', VERSION) srcdir = "%s/%s-%s"%(outputdir,APPNAME,VERSION) + Utils.exec_command("mvn install -P deps") + if _exists(srcdir): shutil.rmtree(srcdir) mkdir_p(outputdir)
