ANT directory settings and descriptions:
Build.bat // Set environment variables, execute Ant (available for temporary)
Build.xml // Ant configuration file
/ - DIST // Place compilation, final files after packaging
- SRC - Package // Place Java Source File - Webroot // JSP Source File and Related Profiles
- Build // Place the compiled file
- LIB // Place Compilation Required related class files
- DOC // generated API document
Note: Java source files are placed under SRC, and the JSP source file is placed in the Webroot directory under src. Execute the Ant command. In the dist directory: classes file, jar package, WAR package with build.xml file // == ======================================= XML Version = "1.0" encoding = " GB2312 ">>
target>
= "javadoc" depends = "build">
target>
target>
target>
target>
target>
project> ===========================================//