[symfony-users] Re: Pake V's Phing?

2009-03-21 Thread Lawrence Krubner
On Mar 13, 8:34 am, Lee Bolding l...@leesbian.net wrote: FWIW, I chose Phing. Seems pretty cool - just trying to work out how to make a wrapper so I   can deploy my application like so : ./deploy.sh --target=[dev|test|stage|prod] --tag=svn_tag Lee, can you tell us why you chose Phing?

[symfony-users] Re: Pake V's Phing?

2009-03-21 Thread Lee Bolding
Phing isn't so tightly coupled to Symfony. The project I'm using it on is in the process of adopting a framework, but it hasn't yet been decided which one. I'm sure you can use Pake outside of Symfony, but investigating that would have taken time, and I already knew Phing would work with

[symfony-users] Re: Pake V's Phing?

2009-03-13 Thread Lee Bolding
FWIW, I chose Phing. Seems pretty cool - just trying to work out how to make a wrapper so I can deploy my application like so : ./deploy.sh --target=[dev|test|stage|prod] --tag=svn_tag On 10 Mar 2009, at 10:45, Lee Bolding wrote: We touched on this a while ago with talk about Capistrano