Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Build Tools - Ant
Options | Descriptions | Tasks |
---|---|---|
Main options | ||
main | default compile option | compile, jar |
dev | development build | cleanApi, compile, jar |
build | development build | cleanApi, compile, jar, javadoc |
release | release build | clean, cleanApi, cleanDist, cleanInst, javadoc, install, compile, api, dist, clean, cleanInst |
Clean options | ||
clean | clean compile | delete classes |
cleanApi | clean api jar | delete ./lib/lexCheck2011api.jar |
cleanDist | clean dist jar | delete ./lib/lexCheck2011dist.jar |
cleanInst | clean installation jar | delete ./install/lib/lexCheckInstall.jar |
Compile options | ||
compile | compile | build classes |
api | build api jar file | build ./lib/lexCheck2011api.jar file |
dist | build dist jar file | build ./lib/lexCheck2011dist.jar file |
Options | Descriptions | Tasks |
---|---|---|
Main options | ||
main | default compile option | compile, jar |
dev | development build | cleanJar, compile, jar |
Clean options | ||
clean | clean compile | delete classes |
cleanJar | clean jar | delete ./lib/lexCheckInstall.jar |
Compile options | ||
compile | compile | build classes |
jar | build jar file | build ./lib/lexCheckInstall.jar file |