views:

299

answers:

1

I want to use Phing as a build tool and I was wondering if there any (web) interfaces available for generating build files. Any recommendations on alternative methods to writing those by hand would be appreciated as well.

+2  A: 

There are a couple of GUI editors for ANT build files, which is what Phing is based on.

A quick google found this. http://antsnest.sourceforge.net/

IDE's such as eclipse also have plugins for editing ant buildfiles, and should be fairly workable with phing.

None of these are web based though, sorry.

garrow