diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index ec4c828a4..e840203a3 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -218,7 +218,7 @@ External Tools and Tasks page @@ -1056,7 +1056,7 @@ Some of the features of make, specifically inference rules and dependency checking are not included in Ant. That's because they are 'different' ways of doing a build. Make requires you to state dependencies and the build steps, Ant wants you to state tasks and the -order between them, the tasks themselves can do depedency checking or +order between them, the tasks themselves can do dependency checking or not. A full java build using Jikes is so fast that dependency checking is relatively moot, while many of the other tasks (but not all), compare the timestamp of the source file with that of the destination file @@ -1089,7 +1089,7 @@ and generally oversee the sub projects build processes. On a small project, you don't need to do that -but remember: small projects become big projects when you aren't looking. If you start off with a little bit of process, then you can scale it if needed. If you start with none, by the time you need -it it will be too late. +it will be too late.

You still need all the other foundational bits of a software project

@@ -1115,7 +1115,7 @@ to adapt to those changes which are inevitable. Software development is meant to be fun. Being in the maelstrom of a tight project with the stress of integration and trying to code everything up for an insane deadline can be fun -it is certainly -exhilirating. Adding a bit of automation to the process may make things +exhilarating. Adding a bit of automation to the process may make things less chaotic, and bit less entertaining, but it is a start to putting you in control of your development process. You can still have fun, you should just have less to worry about, a shorter build/test/deploy cycle @@ -1131,7 +1131,7 @@ So get out there and have fun! href="http://www.martinfowler.com/articles/continuousIntegration.html"> Continuous Integration; Martin Fowler.
A paper on using Ant within a software project -running a continuous integration/testing proces. +running a continuous integration/testing process.
  • Refactoring; Martin Fowler, ISBN: 0201485672
    Covers JUnit as well as tactics for making some headway with the mess of code you will soon have. @@ -1169,6 +1169,6 @@ so useful or as much fun). For questions related to this document, use the Ant mailing list.
    -

    Copyright © 2000-2003 Apache Software Foundation. All rights +

    Copyright © 2000-2004 The Apache Software Foundation. All rights Reserved.