From user-return-72378-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sat May 5 04:45:56 2012 Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD26B959A for ; Sat, 5 May 2012 04:45:55 +0000 (UTC) Received: (qmail 22068 invoked by uid 500); 5 May 2012 04:45:55 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 22026 invoked by uid 500); 5 May 2012 04:45:54 -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 88199 invoked by uid 99); 4 May 2012 21:03:52 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of roypfund@gmail.com designates 74.125.82.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0/he3MOzURem4RtjR1Z1Vdb5FcVTjplrZ/898iYCjUs=; b=TlhZ1y9goLKqN3d6oKAN4yr+6TTE9hrvKiJki1VZH3LidXTdMPXEu45LELXP/Fy5dm H+Z/ejX+hIuc61KWeDzhwsYXBbzI8Tlo5qI4C9S4gyBZmw/4ZF+hGbCveq+3HRo7KpGQ R32poFM/BzeFhLnfWulYaZ6YD6/OcxE1jWnNCoPNoP+4Sem5typf1qHySJqJngsTsGrx PG9G4cYJduxLYsWc4kFyAg0Bqhzo0U7bKhdbiQoxhS4RpKIyXOhFboTDYoRMjzgra3I/ bjsSNUGWptikwuSSl2qKUTES/Oe+rUVdF+2NFRbTq2atQsPZSmdfyCICIi48xC9RtpvN APoQ== MIME-Version: 1.0 Date: Fri, 4 May 2012 16:03:26 -0500 Message-ID: Subject: Embedding Ant Into a Java Jar From: Roy Pfund To: user@ant.apache.org Content-Type: multipart/alternative; boundary=0016e6d46b83690a0804bf3c4086 --0016e6d46b83690a0804bf3c4086 Content-Type: text/plain; charset=UTF-8 Is/Was there ever a release of Ant in the java Jar format, that could be embedded into an application for instance a(n) IDE. I'm trying to add ant functionality to this simple text editor; so that it can compile itself. I thought I remember there being an ant.jar a while back. --0016e6d46b83690a0804bf3c4086--