NOTE: XPP2 distribution already contains JAR files and precompiled samples so building is not necessary unless you make changes to XPP2.
First check requirements
Make sure to have JUnit to compile tests - JUnit 3.7 JAR is included in lib directory so just add it to CLASSPATH
set CLASSPATH=lib\junit37.jar
To build everything from scratch call ant in top level directory (build everything except J2ME - see seaprate instructions)
ant all
and to build only modified files
ant
TO build J2ME samples see a separate document.
[Back To Pull Parser 2 Documentation]