News Feed
Jobs Feed
Sections




News Archive
Pavel Shevaev's Blog:
taskman yet another Ant alternative
October 14, 2010 @ 09:56:39

Pavel Shevaev has put together what he calls "yet another Ant alternative" - a tool written in PHP to create project related tasks in a style that matches the Ant and rake methods.

There is a lib-taskman project on the google code hosting where you can find the full documentation, sources and latest releases. It's probably not that elegant as rake but if you want to stick to PHP and have Ant-alike functionality without any XML programming then taskman may turn out to be handy. taskman is very simple to use, it requires only one include, all its code resides in one PHP file, and it has no external dependencies.

He includes a basic use example that sets up the build with "task_hello", "task_comma", "task_world" and "task_say" methods that each do some basic output to show the flow of the process. He also gives examples of possible uses for the tasks like database bootstrapping, auto-code generation, project deployment, etc. He also mentions two other PHP-based projects that do similar things - pake and Phake.

0 comments voice your opinion now!
rake build tool taskman ant alternative phake pake


blog comments powered by Disqus

Similar Posts

Evert Pot's Blog: PHP serializer in userland code

Alexey Zakhlestins' Blog: Pake: PHP5 project build system

Pim Elshoff's Blog: Setting up a kickass development environment on Windows

NetTuts.com: How to Use the Nettuts+ Phing Build Script

JSLabs Blog: How to install Alternative PHP Cache


Community Events











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


composer code conference series unittest zendframework2 framework example interview tool development introduction podcast release testing community functional language object opinion

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