[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 an

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

2009-03-21 Thread Lawrence Krubner
On Mar 13, 8:34 am, Lee Bolding 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= > Lee, can you tell us why you chose Phing? What steered you a

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

2009-03-20 Thread Eno
On Tue, 10 Mar 2009, Lee Bolding wrote: > We touched on this a while ago with talk about Capistrano etc. FYI, the original developer of Capistrano decided to stop working on it :-( Dont know if someone else will piclk it up or fork off it. -- --~--~-~--~~~---

[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= On 10 Mar 2009, at 10:45, Lee Bolding wrote: > > We touched on this a while ago with talk about Capistrano etc. >