Skip to content

piona/ant-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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,
  • 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.

About

Sample Ant-based Java project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages