RSS

Tag Archive | "Ant"

Using Eclipse Ant with Phing

Saturday, August 16, 2008

3 Comments

If you develop Java applications, chances are you've used Apache Ant in integration with Eclipse. The Ant view pane allows easy access to the build automation tasks your project may have defined. In the PHP world, we have a build system based on Ant called Phing. This article will show you how to easily access your Phing tasks in Eclipse [PDT].

Continue reading...