Files
json-simple/BuildWithAnt.md
2015-04-12 20:36:57 -04:00

316 B

The default target of build.xml is to compile Java files and package classes into the final jar file in directory lib:

ant 

You can also perform the JUnit testing by typing:

ant -f test.xml

You will find the results from TEST-