compile: [mkdir] Created dir: /home/ant/example/classes [javac] Compiling 1 source file to /home/ant/example/classes
build: [mkdir] Created dir: /home/ant/example/build [jar] Building jar: /home/ant/example/build/HelloWorld.jar
docs: [mkdir] Created dir: /home/ant/example/docs [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package test... [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...
test: Hello, I am test.HelloWorld
all:
BUILD SUCCESSFUL
Total time: 4 seconds 通过这个开发脚本和示例Java文件,我们可以测试和安装一个Ant系统。该系统的总体结构为改善后的开发项目提供了一个构造平台。请访问 Apache Jakarta开始下载和安装Ant。