Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 77664 invoked from network); 26 Aug 2009 18:49:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 18:49:10 -0000 Received: (qmail 99496 invoked by uid 500); 26 Aug 2009 18:49:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 99407 invoked by uid 500); 26 Aug 2009 18:49:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 99397 invoked by uid 99); 26 Aug 2009 18:49:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 18:49:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-vw0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 18:49:00 +0000 Received: by vws8 with SMTP id 8so305663vws.14 for ; Wed, 26 Aug 2009 11:48:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2ooWgDNMtc7jfJffqBYs3W+NtTFKuzbhSPI4PKVYUTI=; b=HmelLnKi6C4m2BsjsoYFCFTiyqTsMP5p5I1HeWKH9k4GtMwmxbPASgGJRZAXN2LttB LPoRlUeyXRwACghvXIADWDrEJ4iZJ3tZJY+ds4twCwq0Aw7E1OziWPjICKAYE2oy4RPt k258ZLD3qivXa8CXs6FNofmuwqEEOyCcbquyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Df0kGgX9PrplKbuSHVqVtzF9cXkxOdQoffgkOq1jqn0kS4H9mSMTRk4mDhDpm06Z3k r4FkbfUbdk/5UIKR29bBYgzTC1cyhJXubMaPdD1qYqBofWlnNrVQD5pw77ScoMSA4DUK YBcj+4Ferz/ffvU9XMzm1Epcw+NjjZAkPe53c= MIME-Version: 1.0 Received: by 10.220.18.79 with SMTP id v15mr9911496vca.117.1251312519158; Wed, 26 Aug 2009 11:48:39 -0700 (PDT) In-Reply-To: References: Date: Wed, 26 Aug 2009 13:48:38 -0500 Message-ID: <255d8d690908261148u24fce385w89fe8b7015ba1715@mail.gmail.com> Subject: Re: Ant for C/C++? From: Dominique Devienne To: Ant Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Aug 26, 2009 at 12:47 PM, Robin Parker wrot= e: > We have an application written in C/C++ (no java) that is currently > built using recursive clearmake, the source being stored in Rational > ClearCase. =A0The build process currently tries to build parts of the > application several times and so it needs an overhaul. > > There are currently two opinions on the table for this; rewrite the > makefiles and continue using clearmake or use ant (and cpptasks). http://stackoverflow.com/questions/1034138/antcpptasks-vs-scons-vs-make might be of interest. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org