Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 479 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 479 Bytes

Ant simple compile

This is a "Hello World" project for rapid compilation and testing of simple applications for java using ant

Getting Started

Start compile

ant compile

Start unit-tests (compile)

ant test

Start package jar (compile, test)

ant package 

or

ant 

Run jar (compile, test, package)

ant run 

Clear build dir

ant clean

Built With