Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 406 Bytes

Sample Ant-based Java project

This is an example of Java project with Ant build file.

Run the following command in the project directory:

  • ant -p to list all available targets and folders,
  • ant build to build project (jar file),
  • ant run to run sample application,
  • ant doc to generate documentation,
  • ant clean to clean up project folder.
    • ant clean to clean up project folder.1