Author: rdonkin
Date: Wed Apr 1 11:34:29 2009
New Revision: 760858
URL: http://svn.apache.org/viewvc?rev=760858&view=rev
Log:
Add some guidance about issues when upgrade from 2.3.1
Modified:
james/mailet/api/trunk/src/site/xdoc/index.xml
Modified: james/mailet/api/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/src/site/xdoc/index.xml?rev=760858&r1=760857&r2=760858&view=diff
==============================================================================
--- james/mailet/api/trunk/src/site/xdoc/index.xml (original)
+++ james/mailet/api/trunk/src/site/xdoc/index.xml Wed Apr 1 11:34:29 2009
@@ -47,6 +47,17 @@
(with Server <strong>2.3</strong>) only by minor bug fixes and is compatible
with it.
</p>
</subsection>
+<subsection name='Upgrading From 2.3.1 Server Release'>
+ <p>
+ A small number of methods were added to the Mailet API version in the
<code>2.3.2</code>
+ codestream after <code>2.3.1</code> but before Mailet API release
<code>2.4</code>. If
+ these methods are used then <code>apache-mailet-2.4.jar</code> must be
inserted into
+ the startup classpath before the main server classes.
+ </p><p>
+ Some useful development classes bundled with <code>2.3.1</code> are now
available
+ as the independent <a href='http://james.apache.org/mailet/base'>Mailet Base
Tookit</a>.
+ </p>
+</subsection>
</section>
<section name="Quick Start">
<subsection name='What Is A Mailet?'>