--- On Tue, 2/2/10, Adam Heath <doo...@brainfood.com> wrote:
> Um, very often I do.  For any large commit set where I
> know it could
> cause problems with external entities, I do interim testing
> at each
> commit level, clean-all/run-install/run-tests.

This process can't be stressed enough. I always run ant clean-all and ant 
run-install before committing. I even wrote multi-threaded demo data loading 
patches so I could cycle through these steps more quickly before committing. 
There might be bugs in my commit, but one thing I can be sure of is that it 
will build.

-Adrian




Reply via email to