Re: Embedding Ant Into a Java Jar

2012-05-07 Thread Matt Benson
Indeed; all produced jars for the last few Ant releases are available in Maven Central. You'll certainly need ant.jar, possible ant-launcher.jar, and depending on which optional tasks you might want to use, any number of additional jars and their dependencies. HTH, Matt On Fri, May 4, 2012 at 4:

Embedding Ant Into a Java Jar

2012-05-04 Thread Roy Pfund
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.