The default target of [build.xml](http://code.google.com/p/json-simple/source/browse/trunk/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-