AntRunner

Ant runner is a small Java program that acts as a front end for the Apache Ant build tool.

It’s simple to use and easy to set up. So easy, even graphics designers and html monkeys can use it!


AntRunner in action

How to use it:

  • Run the .jar file.
  • Select File->Set Ant… and then enter the full path to your ant executable script.
  • File->Open (open a build.xml file) and it’s added to the project list.
  • Then simply double-click the target in the list that you want to run.

AntRunner is nothing fancy. It has no editing functions. It’s a simple to use interface for running an ant script.

Requirements:

Java 1.4 or later

Download AntRunner

Development

Browse the CVS Repository.

The CVS repository can be checked out through anonymous (pserver) CVS with the following instructions. When prompted for a “CVS password:” use anoncvs.

cvs -d:pserver:anoncvs@varnernet.com:/var/cvsroot login
cvs -z3 -d:pserver:anoncvs@varnernet.com:/var/cvsroot co looneyCode/AntRunner