News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Raphael Stolt's Blog:
Getting a visualization of a Phing buildfile
October 28, 2008 @ 12:03:41

Raphael Stolt recently spent some time working up a tool to visualize Phing buildfiles and he's blogged about it in this new post.

Out of the box the Phing -l option can be used to get a first overview of all available targets in a given buildfile but it doesn't untangle the target dependencies and sometimes a picture is still worth a thousand words. Luckily the Ant community already provides several tools to accomplish the visualization of Ant buildfiles, reaching from solutions that apply a Xslt stylesheet upon a given buildfile.

Using the ant2dot tool along with the Graphiz graphic library, he transforms the XML from the build file into a simple graphic showing the flow of the build. An example image is included.

0 comments voice your opinion now!
phing visualize buildfile ant2dot graphiz stylesheet tutorial xslt



Raphael Stolt's Blog:
Setting up Zend Framework applications with Phing
August 27, 2007 @ 08:03:00

In this new post to his blog today, Raphael Stolt shows how to combine the Zend Framework and Phing to create a simple, quick setup utility for future ZF projects.

After spending too much time on directory and view script shifting to align an 'older' Zend Framework application to the very useful ViewRenderer Action Helper of the follow-up releases I crafted a single Phing buildfile to stick to the recommended conventions and to have a nearly 'one-button' setup solution for any upcoming projects.

He'd found some other packages that did something similar, but wanted to do it with Phing. He includes the requirements (the software) features that the buildfile makes easy to include and some future improvements that could be made to the install to make things even easier. The buildfile is included and any path or configuration changes that might need to be made.

Phing is a "make" replacement that uses XML build files to define tasks in classes.

0 comments voice your opinion now!
phing zendframework automate xml buildfile phing zendframework automate xml buildfile



Community Events







Don't see your event here?
Let us know!


application database zendframework ajax security PEAR code releases zend example cakephp PHP5 framework book conference mysql developer package job release

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework