|
[ Home ] |
build.xml
build.xml is the ClassBrowser source edition build file.
If you intend to use the source code (e.g.: modifying it and building your own customized version), build.xml offers you several useful targets.
To know how to use it, please go to the official Ant site. You can also look here for some Spanish articles about Ant written by the author.
build.xml has several targets:
about: Shows a short description of the targetsrun: Runs ClassBrowserclean: Cleans up compiled classes and .jar filesbuild: Compiles the classes and builds the .jar fileapi: Generates the JavaDoc documentationbak: Backs up the source and the configurationbak.ext: Backs up the source files, configuration files and some documentation (.txt and .html files)diagnose: Shows the values of the properties (useful for debuggind build.xmldistrib.src: Generates the source edition of ClassBrowserdistrib.bin: Generates the binary edition of ClassBrowsercheckAppVersion: Internal private target called from others