From user-return-53486-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sat Dec 03 16:37:16 2005 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36517 invoked from network); 3 Dec 2005 16:37:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Dec 2005 16:37:15 -0000 Received: (qmail 10230 invoked by uid 500); 3 Dec 2005 16:36:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 10160 invoked by uid 500); 3 Dec 2005 16:36:58 -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 10137 invoked by uid 99); 3 Dec 2005 16:36:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 08:36:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ddevienne@gmail.com designates 64.233.184.201 as permitted sender) Received: from [64.233.184.201] (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 08:38:26 -0800 Received: by wproxy.gmail.com with SMTP id 67so210539wri for ; Sat, 03 Dec 2005 08:36:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FrzeqglizBk08XLrdexZo9+buAMDbrg9JfiN3WRn2IRklslgx4MIJx5+BnkgzEUjzrqPuQD0POoO/sXpVKhZHaAo9ckqBnSmq8NCOoZ52oUauqMfQv1q9F/auDMR1I1VFKcV3CaAzU7yciMyTRiNhHb8uDhsTFCfuyEqiOtdALk= Received: by 10.54.138.17 with SMTP id l17mr1579786wrd; Sat, 03 Dec 2005 08:36:36 -0800 (PST) Received: by 10.54.119.3 with HTTP; Sat, 3 Dec 2005 08:36:36 -0800 (PST) Message-ID: <255d8d690512030836w179279b6y72a698e52d6f0f52@mail.gmail.com> Date: Sat, 3 Dec 2005 10:36:36 -0600 From: Dominique Devienne To: Ant Users List Subject: Re: Building external modules with Ant In-Reply-To: <19EA4B08-CB7D-4ECD-8201-DF5F4301C16C@chello.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <19EA4B08-CB7D-4ECD-8201-DF5F4301C16C@chello.se> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I wonder how to build external (jni) modules with the help of Ant, in > particular > do ant include any tool for controlling the gcc/g++ compiler, when > building a JNI > tool. If not, are there any tool that can control the gnu autotool > set, for building and > linking against an external library Ant doesn't contain that built-in (beside using to fork any program), but an Ant extension call CppTasks, which is part of Ant-Contrib on SourceForge.net, does just that. There's a learning curse to CppTasks, but it worked great for me. The mailing list to discuss CppTasks is the Ant-Contrib one. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org