Chapter 15. Continuous integration

15.1 Introducing continuous integration
15.2 Luntbuild
15.3 Moving to continuous integration
15.4 Summary

This book has now covered the entire process of building an application with Ant, from a simple library with a few unit tests, to a server-side application that’s tested by running functional tests on a client or by running unit tests inside the application server.

There’s one more thing that Ant enables that can transform how your project works. Instead of running the builds by hand, why not delegate all the work to a machine? A machine that can rerun the builds and tests nightly, hourly, or whenever you feel the need? Running builds repeatedly is useful, but far too boring to do by hand. That’s the ...

Get Ant in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.