Skip to content

Example use ant with ivy for compile java and run unit test

License

Notifications You must be signed in to change notification settings

Freeongoo/ant-ivy-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant ivy example

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

Example use ant with ivy for compile java and run unit test

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published