Now, since the build.xml file is in the same directory as the source files, all
we have to type on the command line is ant. Here are the results:
bonhamcm@orb:indyjug> ant
Buildfile: build.xml
compile:
[javac] Compiling 2 source files to /home/bonhamcm/zip/indyjug
jar:
[delete] DEPRECATED - Use of the implicit FileSet is deprecated. Use a nested fileset element instead.
[delete] Deleting 1 files from /home/bonhamcm/zip/indyjug
[jar] Building jar: /home/bonhamcm/zip/indyjug/perflab.jar
javadocs:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source file PerformanceLab.java...
[javadoc] Loading source file StringTest.java...
[javadoc] Constructing Javadoc information...
[javadoc] Building tree for all the packages and classes...
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
main:
BUILD SUCCESSFUL
Total time: 41 seconds