ant deploy
As we stated earlier, Ant will find build.xml, which is the default name for the build file. (You may have to adjust your build.properties files.) For our example, here is the command-line output you should expect: C:\tomcatbook\chap20\webdoclet>ant deploy
compile:
[javac] Compiling 2 source files to C:\tomcatbook\webdoclet\WEB
INF\classes
Notice that the targets and their associated tasks are displayed. That's it! <SOME SECTIONS OMITTED>