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 57F6496B7 for ; Wed, 13 Jun 2012 21:35:01 +0000 (UTC) Received: (qmail 92544 invoked by uid 500); 13 Jun 2012 21:35:01 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 92490 invoked by uid 500); 13 Jun 2012 21:35:01 -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 92481 invoked by uid 99); 13 Jun 2012 21:35:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 21:35:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 21:34:54 +0000 Received: by dalh21 with SMTP id h21so1604689dal.6 for ; Wed, 13 Jun 2012 14:34:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=ycOfI7yRWg609AP1Itw/97NpJAnZx0EylQ5qSAViACQ=; b=cp4rr/jHTQpEThmxwdIDV0Ncmx9XpswhNmM97bNp3dkcXmz2bMq+aUejZGWcx8Kwoo yGz2ZEtlwGjOpqup1ui684pcCYBnph/qunJbF32WLNJkmxaeR5bYM5vxviY6RepJsp7P CCibQuzEhuOT/pmWrdmBlOTZ+aUVmLnFRV13H+G2z3w/eRNcDQ6N2uBcBJySRnkH1y+O M3aqUVYDoqIHqelraiSobaS9c/ZGJaSZnq+c2CCfxNTYANefQLzAO6HwoUcyXIR6en2Q vObMl2asXVNEXnK2gRRjrv5ZYEzfHixq4vLFzBIE8ZwGgzWhiC1Lx3xhG1ZyQFVoYIQ6 DuNA== Received: by 10.68.193.226 with SMTP id hr2mr54398463pbc.155.1339623273654; Wed, 13 Jun 2012 14:34:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.71.137 with HTTP; Wed, 13 Jun 2012 14:34:13 -0700 (PDT) In-Reply-To: References: <4FD718CE.3060908@widodh.nl> <4FD857DE.8070708@widodh.nl> <93099572B72EB341B81A644E134F240B012F6CA38ED8@SJCPMAILBOX01.citrite.net> <93099572B72EB341B81A644E134F240B012F6CA38EDB@SJCPMAILBOX01.citrite.net> From: David Nalley Date: Wed, 13 Jun 2012 17:34:13 -0400 Message-ID: Subject: Re: Debian/Ubuntu build system based on ANT To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkxsfxHza4LyzrTOQ8fjLBPam4zXfNl0a3CasYmaPFhs+2PczsKL95OcjWp5lkWyvfWmfWy On Wed, Jun 13, 2012 at 5:31 PM, Edison Su wrote: > > >> -----Original Message----- >> From: Frank Zhang [mailto:Frank.Zhang@citrix.com] >> Sent: Wednesday, June 13, 2012 2:08 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: Debian/Ubuntu build system based on ANT >> >> > >> > On Wed, Jun 13, 2012 at 1:26 PM, Frank Zhang >> > wrote: >> > > I still have some concerns about using ant. >> > > As we are removing those apache incompatible jars from source code, >> > there build process would break as those jars are compilation >> dependencies. >> > > Speaking for Ant(not maven), how other projects handle this? Do we >> need >> > to put those jar to somewhere and pull it before compiling? Then we >> are >> > doing what maven did. >> >> Jnetcap is one of them. BuildRequires is not enough, it won't work for >> developers who >> only uses ant > > Write a "ant get-dependency" which grab those apache incompatible jars from somewhere else(we can host these jar files). As per my earlier message we appear to be explicitly forbidden from doing that. --David