1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<?xml version="1.0"?>
<document>
<properties>
<author email="bob.mcwhirter@redhat.com">bob mcwhirter</author>
<title>Releases</title>
</properties>
<body>
<section name="Official Builds">
<p>
The current version is 1.1.6. 1.1.6 fixes several bugs in IEEE 754 arithmetic.
</p>
<p>
1.1 is a major upgrade that significantly improved jaxen's conformance to the underlying XPath 1.0 specification.
This release
is a vast improvement over 1.0, and all users are strongly encouraged to upgrade.
With a few small exceptions (e.g. the <code>document()</code> function has moved to the
<code>org.jaxen.function.xslt</code> package, the <code>IdentityHashMap</code> class has been deleted,
and the ElectricXML navigator has been deleted) 1.1.6
is backwards compatible with code written to the 1.0 APIs.
</p>
<p>
The recommended build is <strong>1.1.6</strong>:
</p>
<ul>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-bin.zip">1.1.6 binaries in zip format.</a></li>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-bin.tar.gz">1.1.6 binaries in tar/gz format.</a></li>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-bin.tar.bz2">1.1.6 binaries in bz2 format.</a></li>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.zip">1.1.6 sources in zip format.</a></li>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz">1.1.6 sources in tar/gz format.</a></li>
<li><a href="http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.bz2">1.1.6 sources in bz2 format.</a></li>
</ul>
</section>
<section name="Nightly Builds">
<p>You can grab a <a href="http://svn.jaxen.codehaus.org/">tarball</a> of the current CVS head from FishEye if you like.
To build Jaxen, you'll need to have maven installed. Assuming you do, you should be able to just type "maven jar" at the command line
in the jaxen directory to create a JAR archive. <!-- If any of the tests are currently failing- -a couple of
tests are currently picking up JDOM bugs- -you'll need to type "maven -Dmaven.test.failure.ignore=true jar" instead
(or fix the bugs that cause the tests to fail). -->
</p>
</section>
</body>
</document>
|