-
Website
http://blog.milkfarmsoft.com/ -
Original page
http://blog.milkfarmsoft.com/2009/08/pake-php5-project-build-system/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
sikat ang pinoy
1 comment · 1 points
-
Alexey Shockov
1 comment · 1 points
-
atifghaffar
3 comments · 1 points
-
genabatyan
3 comments · 1 points
-
troelskn
2 comments · 1 points
-
-
Popular Threads
-
ode to mb_ereg functions
4 weeks ago · 2 comments
-
ode to mb_ereg functions
What are the differences/pro/cons against Phing?
Thanx.
2) Phing has weird parameterization when you need to specify some additional flags, Pake let's you do this as simple as you need
3) Pake can use Phing for it's subtasks (while adding a nice wrapper around them)
If your continue the project and make something out of it, then great, I'd like to see that. But until then, please don't recommend it to us as if it was on par with other build tools. ;)
By the way, as I mentioned earlier, pake is useful even as a wrapper for phing ;)
http://components.symfony-project.org/
Alexey, but why Pake wasn’t maintained? As I know, Pake is often used in Symfony (subproject? Same developers?), and Symfony maintained very well. I thought, Symfony guys should support this project...
Phing was mentioned several times in comments already. Pake is quite useful even as a wrapper around phing-tasks. It is possible to get something more user-friendly this way.
something like this:
pakeSubversion::export($repo_url, $local_path);
pakeRSync::sync_to_server($local_path, 'your.server.com', $remote_path);
in case of pakeRSync you can specify array of paths as $local_path and pake will put all of them in $remote_path