Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65D05DDFF for ; Tue, 11 Sep 2012 00:25:23 +0000 (UTC) Received: (qmail 89144 invoked by uid 500); 11 Sep 2012 00:25:23 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 89117 invoked by uid 500); 11 Sep 2012 00:25:23 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 89105 invoked by uid 99); 11 Sep 2012 00:25:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 00:25:23 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Alex.Huang@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 00:25:16 +0000 X-IronPort-AV: E=Sophos;i="4.80,400,1344211200"; d="scan'208";a="37399970" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 11 Sep 2012 00:24:55 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 10 Sep 2012 17:24:54 -0700 From: Alex Huang To: "cloudstack-dev@incubator.apache.org" Date: Mon, 10 Sep 2012 17:24:52 -0700 Subject: [AFSCS40] build on master is fixed Thread-Topic: [AFSCS40] build on master is fixed Thread-Index: Ac2Ps3r3AIyelJOfRWCbvwQF6oiTGQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org The build is broken because of a jar is not available on maven. Edison has= fixed this. Do the following to fix the build. - pull the latest - cd deps - rm jargs-1.0.jar resolver-2.9.1.jar serializer-2.9.1.jar xalan-2.7.1.jar = xercesImpl-2.9.1.jar xml-apis-2.9.1.jar - cd .. - ant clean-all build-all It's working for me in the 4.0 branch now. I also fixed the build for windows. The link for building with maven [1] h= as been updated with new instructions for windows. --Alex [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Ma= ven