Skip to content

Freeongoo/ant_simple_compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple ant assembly and testing of a java project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published