Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 95002 invoked from network); 9 Feb 2007 11:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 11:16:45 -0000 Received: (qmail 64110 invoked by uid 500); 9 Feb 2007 11:16:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 64075 invoked by uid 500); 9 Feb 2007 11:16:46 -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 64061 invoked by uid 99); 9 Feb 2007 11:16:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 03:16:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 03:16:35 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 70B0B4C0B9 for ; Fri, 9 Feb 2007 11:16:14 +0000 (GMT) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6VgBGeBqd-Lc for ; Fri, 9 Feb 2007 11:16:13 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) by tobor.hpl.hp.com (Postfix) with ESMTP id 2D8D34C082 for ; Fri, 9 Feb 2007 11:16:12 +0000 (GMT) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by ha-node-br2.hpl.hp.com (8.13.4/8.13.4) with ESMTP id l19BG4Il018611 for ; Fri, 9 Feb 2007 11:16:05 GMT Message-ID: <45CC57F4.3030806@apache.org> Date: Fri, 09 Feb 2007 11:16:04 +0000 From: Steve Loughran User-Agent: Thunderbird 1.5.0.9 (X11/20061206) MIME-Version: 1.0 To: Ant Users List Subject: Re: Ant 1.6.5 and apt References: <7C36DCD0D35F9A4A8D89A7A8916E755D58024B@GAIA-SERVER.gaia-group.local> In-Reply-To: <7C36DCD0D35F9A4A8D89A7A8916E755D58024B@GAIA-SERVER.gaia-group.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Bernhard Wellh�fer wrote: > Hello, > > Currently our company uses ant 1.6.5 and for some reason we can not upgrade to ant 1.7. Now I have to write an ant task that executes apt for a complete source tree. > > Who can help me here? How do I start apt (e.g. via the exec task) for a complete source tree with hundreds of Java source files? > take the Apt classes for ant1.7 and build them against ant1.6.5 (may need some edits), package it into your own .jar and use as a third party task? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org