JAMES-2407 Document extension-jars folder - adding extensions-jars folder into extend-mailet & extend-matcher documents.
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5ff88fda Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5ff88fda Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5ff88fda Branch: refs/heads/master Commit: 5ff88fdaef471c9d3f910c31eeb4ca271521e26a Parents: be9fa36 Author: duc <[email protected]> Authored: Mon Jul 9 16:29:30 2018 +0700 Committer: benwa <[email protected]> Committed: Wed Jul 11 10:28:18 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/dev-extend-mailet.xml | 2 +- src/site/xdoc/server/dev-extend-matcher.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5ff88fda/src/site/xdoc/server/dev-extend-mailet.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/dev-extend-mailet.xml b/src/site/xdoc/server/dev-extend-mailet.xml index 21bf79e..c343345 100644 --- a/src/site/xdoc/server/dev-extend-mailet.xml +++ b/src/site/xdoc/server/dev-extend-mailet.xml @@ -162,7 +162,7 @@ public class MyMailet extends GenericMailet{ </p> <p> 1b. Place a jar file containing the custom class files in - /path/to/james/conf/lib/ subdirectory. + /path/to/james/conf/lib/ subdirectory with JAMES-Spring or /path/to/james/conf/extensions-jars/ subdirectory with JAMES-Guice. </p> <p> 2. The mailetpackages entity is no longer required, the class attribute of mailets and matchers now takes a fully qualified class name e.g. http://git-wip-us.apache.org/repos/asf/james-project/blob/5ff88fda/src/site/xdoc/server/dev-extend-matcher.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/dev-extend-matcher.xml b/src/site/xdoc/server/dev-extend-matcher.xml index 082843d..9e1c55b 100644 --- a/src/site/xdoc/server/dev-extend-matcher.xml +++ b/src/site/xdoc/server/dev-extend-matcher.xml @@ -127,7 +127,7 @@ or </p> <p> 1c. Place a jar file containing the custom class files in -/path/to/james/conf/lib/ subdirectory. +/path/to/james/conf/lib/ subdirectory with JAMES-Spring or /path/to/james/conf/extensions-jars/ subdirectory with JAMES-Guice. </p> <p> 2. After this is done get sure you add the matcher package to the mailetcontainer.xml. For example: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
