XmlPull downloads
There are following file available for
XmlPull V1 API that contains XMLPULL V1 API source, samples, JUnit tests,
documentation and required build scripts to rebuild API and TESTS jar and rerun
tests.
- unpacked/ contains directory with unpacked current distribution
tarball (xmlpull_VERSION_all.tgz) so you
can browse its content before downloading (typically it is development branch,
see ddescription of versions below)
- xmlpull-tests_VERSION.jar: pre-compiled .JAR files with JUnit API
tests that can verify that XMLPULL implementation is conforming to API defined
in VERSION of XMLPULL
- xmlpull_VERSION.jar: pre-compiled .JAR files with API (required if
XMLPULL implementation did not provide it)
- xmlpull_VERSION_all.tgz and xmlpull_VERSION_all.zip:
contains everything needed to regenerate XMLPULL V1 API distribution including
all source files, documentation, build scripts, precompiled .class files and
JAR files, and required ANT and JUnit .jar files
- xmlpull_VERSION_src.tgz and xmlpull_VERSION_src.zip:
contains only API source, documentation and build scripts - it is necessary to
download ANT to build source and JUnit to execute conformance tests
NOTE: version 1.0.x (1_0_x) is current stable version of
API and 1.1.x (1_1_x) is current development version
NOTE: tarball and ZIP download contains everything but actual XMLPULL
parser implementation that must be
downloaded separately.
For more information about XmlPull V1 API please visit
http://www.xmlpull.org/.
Aleksander Slominski