Build and test automation with phing

Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Post Reply
igorw
Registered User
Posts: 500
Joined: Thu Jan 04, 2007 11:47 pm

Build and test automation with phing

Post by igorw »

phpBB has a custom kind of messy build system. I'm not sure if phing is the best solution, but recently came across it. It's worth considering.

Phing is based on apache's ant. It is a build system that is based on XML files. It's available through the third party PEAR channel and has good integration with PHPUnit. After installing the necessary dependencies, it's really easy to use.

I have seen it being used by doctrine 2, so that's a good reference implementation. Note: In case of doctrine this additional external package was required, and there may be an error message after running tests because the switch to git has not been fully completed yet.

ToonArmy
Registered User
Posts: 335
Joined: Fri Mar 26, 2004 7:31 pm
Location: Bristol, UK
Contact:

Re: Build and test automation with phing

Post by ToonArmy »

Nils is planning on replacing the build system before 3.0.8.
Chris SmithBlogXMOOhlohArea51WikiNo support via PM/IM
Image

Post Reply